/*
Theme Name: ycwliberia 2024
Theme URI: http://www.raghwendra.com
Author: Raghwendra Web Services
Author URI: http://www.raghwendra.com/
Description: ycwliberia Theme is a clean minimal and responsive WordPress theme designed for NGO Website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ycwliberia
Domain Path: /languages/
Tags: grid-layout, footer-widgets, blog, education, entertainment, NGO etc.


This theme, like WordPress, is licensed under the GPL.

ycwliberia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
@font-face { font-family: 'AvenirLight'; src: url('fonts/AvenirLTStd-Light.otf'); }
@font-face { font-family: 'AvenirLightItalic'; src: url('fonts/AvenirLTStd-LightOblique.otf'); }
@font-face { font-family: 'AvenirMedium'; src: url('fonts/AvenirLTStd-Book.otf'); }
@font-face { font-family: 'AvenirMediumItalic'; src: url('fonts/AvenirLTStd-BookOblique.otf'); }
@font-face { font-family: 'AvenirBlack'; src: url('fonts/AvenirLTStd-Black.otf'); }
@font-face { font-family: 'AvenirBlackItalic'; src: url('fonts/AvenirLTStd-BlackOblique.otf'); }
@font-face { font-family: 'AvenirHeavy'; src: url('fonts/AvenirLTStd-Heavy.otf'); }
@font-face { font-family: 'AvenirHeavyItalic'; src: url('fonts/AvenirLTStd-HeavyOblique.otf'); }

body {
  color: #6B6B6B;
  word-wrap: break-word;
  font-family: 'AvenirMedium', sans-serif;
  line-height: 1.7;
  font-size: 14px;
  overflow-x:hidden;
}

a {
  color: #004bae;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #DADADA;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  width: 100%; /* specify width */
  white-space: pre-wrap; /* CSS3 browsers */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
  white-space: -pre-wrap; /* Opera 4 thru 6 */
  white-space: -o-pre-wrap; /* Opera 7 and up */
  word-wrap: break-word; /* IE 5.5+ and up */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #004bae;
  font-weight: 700;
  font-family: 'AvenirMedium', serif;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  width:100%; 
  height:34px;
  font-size:14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"] {
  padding: 3px 5px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
  min-height:180px;
}

.gtcartform input[type="number"]{ -moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right:0px;
} 

.gtcartform  .gtbuttoncss {
	-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
border-right:8px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
border-left:0px;
}

.gtdonatelistitem h3{margin-top:15px; margin-bottom:15px; font-size:16px;}
.gtdonatelistitem .entry-content{margin-top:0; font-size:12px;}
.clearlistrow{width:100%; clear:both; overflow:hidden; height:30px;}
.clearlistrowblog{width:100%; clear:both; margin:0 0 40px 0; border-bottom:1px solid #ddd; padding-bottom:40px;}
.gtboxshadow{
-webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,.2);
box-shadow:  0 4px 8px 2px rgba(0,0,0,.2);
}
.gtpaddingright{padding-right:30px;}
.gtpaddingboth{padding:0 15px;}

.gtvideosection .gtpaddingboth{padding:15px 15px;}
.gtvideosection .gtpaddingboth h3{font-size:18px; margin-top:0 !important;}

.gtformfields{padding-bottom:20px;}
select{width:100%; height:34px; padding:4px 5px 3px 5px; border:1px solid #ccc; border-radius:8px; font-size:14px; color:#333;}
.gtbuttoncss {width:100%; padding:5px 10px; text-align:center; display:inline-block; height:34px;}

.gtmodulesection{width:100%; clear:both; overflow:hidden; margin-bottom:30px;}
.gtcartmodule{ padding:20px 20px 20px 20px; background:#1777be; color:#FFF;}
.gtcartmodule h2{font-size:36px; color:#FFF; margin-top:0; margin-bottom:40px;}
.gtmcartitem{padding-bottom:10px;}
.gtmcartitem_total{width:100%; clear:both; overflow:hidden; margin-top:15px; border-top:4px solid #0f5d96; padding-top:20px;  padding-bottom:20px; font-size:30px;}

.gtmcartitem button{display:inline-block; width:24px; height:24px; border:1px solid #0f5d96; text-align:center; line-height:22px; font-size:16px; color:#FFF; border-radius:50%; padding:0 !important; background:none;}

.gtmcartitem_checkoutbtn a { display:block; padding:5px 20px; text-align:center; color:#1777be; background:#FFF; border-radius:8px; font-size:18px; text-transform:uppercase;}
.gtmcartitem_checkoutbtn a:hover{background:#d3ecff;}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Layout */
.side-pull-left .main-content-inner{
    float: left;
}
.side-pull-right .main-content-inner{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar .main-content-inner{
    float: none;
    margin: 0 auto;
}
.full-width .main-content-inner{
    width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

.dropdown-menu li .dropdown-menu{ left:100% !important; top:5px !important;}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #eee;
}
.entry-meta {
  margin-bottom: 0;
  color:#eee;
  text-align:center;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
  font-size: 28px;
  margin-bottom: 30px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #004bae;
}
.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  border-top: none;
}
body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {

}
.entry-title {
  margin-top: 0;
}
.more-link,
.says {
  display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
#bbp-single-user-details #bbp-user-avatar img.avatar {
  position: relative;
  left: 0;
  top: 0;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #004bae;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #004bae;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #004bae;
  border: 1px solid #004bae;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #004bae;
}
.pagination li:hover a {
  color: #004bae;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #004bae;
  border-color: #004bae;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
#secondary .widget {
  margin-bottom: 30px;
  color: #6b6b6b;
  overflow: hidden;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.well {
  background-color: #fff;
  overflow: hidden;
  clear: both;
  padding:0; border:none;
}
#secondary .widget > h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 0;
  color: #FFF;
  padding:8px 10px;
  background:#1777be;
}
#secondary .widget a {
  color: #6B6B6B;;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}
@media (max-width: 767px) {
    #secondary {
        clear: both;
    }
	.navbar-collapse.navbar-ex1-collapse{background:#FFF !important;}
	.navbar-default .navbar-toggle{background-color:#FFF !important;}
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity  0.5s;
     -moz-transition: opacity  0.5s;
       -o-transition: opacity  0.5s;
          transition: opacity  0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  color: #004bae;
}
#secondary .widget .post-content a:hover {
  color: #DADADA;
}
.widget .post-content span {
    font-size: 12px;
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF !important;
  background-color: #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px !important;
}
.tagcloud a:hover {
  background-color: #004bae;
  border-color: #004bae;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #004bae;
  border-color: #004bae;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #363636;
  border-color: #363636;
  color: #FFF;
}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button, .button {
  background-color: #004bae;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
button:hover, .button:hover {
  background-color: #363636;
}
#subscription-toggle {
    float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #004bae;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #004bae;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
#logo .site-name {
  margin: 0;
}

#logo img{ max-width:80%; height:auto; }

.topHeaderLinks, .headerRight .socialshareicons{width: 100%; clear: both; overflow: hidden;}
.topHeaderLinks{padding-top:20px;}

.topHeaderLinks ul li{float: right; border-bottom: none; border-right: 1px solid #ddd; padding: 0 10px 0 10px;}
.topHeaderLinks ul li:first-child{padding-right: 0; border: none;}

ul.gt-topsocialicons{margin:5px 0 0 0;padding:0;list-style:none; }
ul.gt-topsocialicons li{margin:0 0 0 10px; float:right; width:auto !important;  border-bottom: none;}
ul.gt-topsocialicons li a{color:#004bae;display:block;width:32px;height:32px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;line-height:32px; font-size:18px;}
ul.gt-topsocialicons li.facebook a:hover{background:#3b5998;border-color:#3b5998;color:#FFF;}
ul.gt-topsocialicons li.twitter a:hover{background:#00aced;border-color:#00aced;color:#FFF;}
ul.gt-topsocialicons li.googleplus a:hover{background:#dd4b39;border-color:#dd4b39;color:#FFF;}
ul.gt-topsocialicons li.instagram a:hover{background:#0077b5;border-color:#0077b5;color:#FFF;}
ul.gt-topsocialicons li.linkedin a:hover{background:#0077b5;border-color:#0077b5;color:#FFF;}
ul.gt-topsocialicons li.rssfeed a:hover{background:#ff6600;border-color:#ff6600;color:#FFF;}
ul.gt-topsocialicons li.youtube a:hover{background:#e62117;border-color:#e62117;color:#FFF;}
ul.gt-topsocialicons li.pinterest a:hover{background:#cb2027;border-color:#cb2027;color:#FFF;}


.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
}

/* =Navigation
----------------------------------------------- */

.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.post-navigation a {
  display: block;
}
.post-navigation a:hover,
.pagination .prev:hover
.pagination .next:hover {
  color: #FFF;
  background: #004bae;
  text-decoration: none;
}
.pagination {
  text-transform: uppercase;
  display: block;
}
.post-navigation .nav-previous,
.pagination .prev {
  float: left;
}
.post-navigation .nav-next,
.pagination .next {
  float: right;
  text-align: right;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
.navbar.navbar-default {
  background-color: rgba(255,255,255,0.5);
  font-family: 'AvenirMedium', serif;
  margin-bottom: 0;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
  line-height: 56px;  
  font-size: 18px;
  font-weight:bold;
}
.navbar-default .navbar-nav > li:first-child a:first-child{ padding-left:0px;}
.navbar-default .navbar-nav > li:last-child a:first-child{ padding-right:0px; padding-left:0px;}

.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-family: 'AvenirMedium', serif;
  height:auto !important;
  padding:0 10px 0 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ddd;
  background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #004bae;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #004bae;
  }
}
.dropdown-menu {
  font-size: 18px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #004bae;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 6px 10px;
  color: #636467;
  font-size:16px;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #004bae;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left:15px; 
  padding-right:15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: left;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navigation .wp-pagenavi-pagination a{
  border-radius: 0;
  margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
  font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #004bae;
  border-color: #004bae;
  color: #FFF;
  text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #004bae;
}
.nav-links {
  text-align: center;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}
@media(max-width:767px){
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #004bae;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}
#image-navigation .nav-previous a {
  float: left;
}
#image-navigation .nav-next a {
  float: right;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #313233;
  color: #999;
  margin-top:40px;
}
#footer-area a {
  color: #888;
  font-size:16px;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {

}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  margin-top: 20px;
  color:#fff;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #231f20;
  padding: 15px 0;
  border-top: 1px solid #434345;
  color:#ffffff;
  
}
.site-info a {
  color: #888;
}
.site-info a:hover {
  color: #ccc;
}
#footer-area a:hover {
  color: #ccc;
}
.site-info {
  color: #888;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #004bae;
  opacity: .8;
}

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}

.rws_white_text h4{color: #FFF; font-size: 20px;}

/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons, #menu-social {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#menu-social li{
    border: none;
    display: inline-block;
    margin: 0;
}
.social-icons li a{
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#footer-area .social-icons a{
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}
#footer-area .social-icons li a {
  background-color: #363636;
  color: #fff;
  margin-right: 7px;
}
#menu-social li a span{ display: none; }

#menu-social li a[href*="facebook.com"]:hover {
  background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
  background-color: #55ACEE !important;
}
#menu-social li a[href*="dribbble.com"]:hover {
  background-color: #ea4c89 !important;
}
#menu-social li a[href*="flickr.com"]:hover {
  background-color: #ff0084 !important;
}
#menu-social li a[href*="plus.google.com"]:hover {
  background-color: #d62408 !important;
}
#menu-social li a[href*="skype.com"]:hover {
  background-color: #0bbff2 !important;
}
#menu-social li a[href*="pinterest.com"]:hover {
  background-color: #c31e26 !important;
}
#menu-social li a[href*="linkedin.com"]:hover {
  background-color: #005987 !important;
}
#menu-social li a[href*="vimeo.com"]:hover {
  background-color: #1bb6ec !important;
}
#menu-social li a[href*="tumblr.com"]:hover {
  background-color: #35506b !important;
}
#menu-social li a[href*="youtube.com"]:hover {
  background-color: #df3333 !important;
}
#menu-social li a[href*="instagram.com"]:hover {
  background-color: #F95B60 !important;
}
#menu-social li a[href*="/feed"]:hover {
  background-color: #f39c12 !important;
}
#menu-social li a[href*="foursquare.com"]:hover {
  background-color: #2398C9 !important;
}
#menu-social li a[href*="soundcloud.com"]:hover {
  background-color: #F50 !important;
}
#menu-social li a[href*="github.com"]:hover {
  background-color: #4183C4 !important;
}
#menu-social li a[href*="xing.com"]:hover {
  background-color: #006567 !important;
}
#menu-social li a[href*="spotify.com"]:hover {
  background-color: #81b71a !important;
}
#menu-social li a[href*="mailto"]:hover {
  background-color: #004bae !important;
}
#menu-social li, #menu-social ul {
  border: 0!important;
  list-style: none;
  padding-left: 0;
}

#menu-social li a[href*="twitter.com"] .fa:before{content:"\f099"}
#menu-social li a[href*="xing.com"] .fa:before{content:"\f168"}
#menu-social li a[href*="facebook.com"] .fa:before{content:"\f09a"}
#menu-social li a[href*="github.com"] .fa:before{content:"\f09b"}
#menu-social li a[href*="/feed"] .fa:before{content:"\f09e"}
#menu-social li a[href*="dribbble.com"] .fa:before{content: "\f17d"}
#menu-social li a[href*="skype.com"] .fa:before{content: "\f17e"}
#menu-social li a[href*="foursquare.com"] .fa:before{content: "\f180"}
#menu-social li a[href*="spotify.com"] .fa:before{content: "\f1bc"}
#menu-social li a[href*="soundcloud.com"] .fa:before{content: "\f1be"}
#menu-social li a[href*="vimeo.com"] .fa:before{content: "\f194"}
#menu-social li a[href*="youtube.com"] .fa:before{content: "\f167"}
#menu-social li a[href*="instagram.com"] .fa:before{content: "\f16d"}
#menu-social li a[href*="flickr.com"] .fa:before{content: "\f16e"}
#menu-social li a[href*="tumblr.com"] .fa:before{content: "\f173"}
#menu-social li a[href*="pinterest.com"] .fa:before{content: "\f0d2"}
#menu-social li a[href*="plus.google.com"] .fa:before{content: "\f0d5"}
#menu-social li a[href*="linkedin.com"] .fa:before{content: "\f0e1"}
#menu-social li a[href*="mailto"] .fa:before{content: "\f003"}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #004bae;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #004bae;
  padding: 15px 30px;
  border-color: #004bae;
}
.cfa-button a {
  color: #004bae;
}
.cfa-button:hover {
  background-color: #004bae;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}

/* WooCommerce Support */
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 6px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 10px 30px 20px;
}
.woocommerce .main-content-inner{
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 45px 50px;
}

.navbar-brand{height:126px;}

.navbar.navbar-default{ background:#004bae; }

#menu-header-menu{ margin-top:0px; padding-top:0px; }
.gtapplybtn{display:inline-block; background:#e08726; padding:0 15px; border-radius:10px; color:#FFF; background:#e08726; font-family: 'AvenirBlack', sans-serif; line-height:38px; font-size:20px; margin-left:15px;}
#menu-item-2453 a, #menu-item-2455 a, #menu-item-2740 a{display:inline-block; background:#FFF; padding:0 15px; border-radius:10px; color:#004bae; line-height:38px; font-size:20px; margin-left:15px; margin-top:9px; }

ul.gt-socialicons{margin:15px 0 0 0;padding:0;list-style:none;}
ul.gt-socialicons li{margin:0 10px 0 0;display:inline-block;width:auto !important;}
ul.gt-socialicons li a{color:#fff;display:block;width:40px;height:40px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;line-height:40px; font-size:20px;}
ul.gt-socialicons li.facebook a:hover{background:#3b5998;border-color:#3b5998;color:#FFF;}
ul.gt-socialicons li.twitter a:hover{background:#00aced;border-color:#00aced;color:#FFF;}
ul.gt-socialicons li.googleplus a:hover{background:#dd4b39;border-color:#dd4b39;color:#FFF;}
ul.gt-socialicons li.instagram a:hover{background:#0077b5;border-color:#0077b5;color:#FFF;}
ul.gt-socialicons li.linkedin a:hover{background:#0077b5;border-color:#0077b5;color:#FFF;}
ul.gt-socialicons li.rssfeed a:hover{background:#ff6600;border-color:#ff6600;color:#FFF;}
ul.gt-socialicons li.youtube a:hover{background:#e62117;border-color:#e62117;color:#FFF;}
ul.gt-socialicons li.pinterest a:hover{background:#cb2027;border-color:#cb2027;color:#FFF;}

.text-center{text-align:center;}
.uppercase{text-transform:uppercase;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font26{font-size:26px;}
.font28{font-size:28px;}
.font30{font-size:30px;}
.font32{font-size:32px;}
.font34{font-size:34px;}
.font36{font-size:36px;}
.font38{font-size:38px;}
.font40{font-size:40px;}
.font42{font-size:42px;}
.font44{font-size:44px;}
.font46{font-size:46px;}
.font48{font-size:48px;}
.font50{font-size:50px;}
.ms-slide-layers h1, .ms-slide-layers h2, .ms-slide-layers h3, .ms-slide-layers h4, .ms-slide-layers h5, .ms-slide-layers h6{width:100%;}
.ms-slide{overflow-x:hidden;}
.gtpurplebg{padding:15px 20px 10px 20px; display:inline-block; background:rgba(53,30,52,0.6); color:#FFF;}
.gtpurplebg2{padding:10px 15px 10px 15px; display:inline-block; background:rgba(53,30,52,0.6); color:#FFF;}
.gtpurplebg2 a{color:#FFF;}
.white{color:#FFF;}

/* Home Section 1 */

.rws_text_30.vc_separator h4{ font-size:26px; }
.rws_white_blue.vc_separator h4{ color:#022758; }

.rws-latestnehitems .vc_gitem-zone{transition: color .3s, background-color .3s;}
.rws-latestnehitems .vc_grid-item-mini:hover .vc_gitem-zone{background-color: #bed0e8 !important;}

.rws-ssnewsection .vc_gitem-zone{background-color:rgba(0, 0, 0, .0) !important;  !important; text-align: center !important;}

.rws-movnewsection .vc_gitem-zone{background-color:rgba(0, 0, 0, .0) !important;  !important; text-align: center !important;}

.rws-equalhtitle a{line-height: 1.6 !important; min-height:190px !important; display: block;}
.rws-equalhtitle h3{margin-top: 5px !important; }

.vc_row-fluid.rws-meetovbgn{background-position: right 50% !important;}

.rws_white_text .wpb_wrapper p{color: #FFF;}

.vc_gitem-post-data-source-post_excerpt{ text-align:left !important; }

.rws-ourworkdata .vc_gitem-zone{ min-height:332px; }

.rwscprowfield{padding-bottom:30px;}


.gt-firstcolumn{width:100%; clear:both; overflow:hidden; background:#ce9c2b; padding:90px 0 65px 0; color:#FFF; line-height:18px;}
.gt-firstcolumn h1, .gt-firstcolumn h2, .gt-firstcolumn h3, .gt-firstcolumn h4, .gt-firstcolumn h5, .gt-firstcolumn h6{color:#FFF;}

.gt-firstcolumn h1{margin:0 0 80px 0; padding:65px 0 75px 0; text-align:center; background:url(images/icon-l.png) top center no-repeat; font-size:30px; font-family: 'AvenirBlack';   }
.gt-firstcolumn .container{max-width:1130px;}
.gt-firstcolumn .col-sm-4{text-align:center;}
.gt-imgsection{margin-bottom:16px;}
.gt-firstcolumn img{ background:#e2af38; padding:20px 23px 19px 23px; border-radius:50%;}
.gt-firstcolumn h4{font-weight:normal; font-size:24px; margin-bottom:6px;}
.gt-firstcolumn .gt-contentsection a{color:#FFFFFF;}

/* Home Section 2 */
.gt-secondcolumn{width:100%; clear:both; overflow:hidden; background:#231f20 url(images/icon-s.png) left center no-repeat; color:#FFF; line-height:18px;}
.gt-secondcolumn .row{margin:0 !important;}
.gt-secondcolumn .col-sm-6{padding:0;}
.gt-secondcolumn .gt-scleftcontent{max-width:700px; padding:208px 0 40px 140px; }
.gt-secondcolumn h2{color:#FFF; font-family: 'AvenirBlack'; position:relative;font-size:30px; margin-top:0; margin-bottom:30px !important; }
.gt-secondcolumn h2:before{ content:""; width:75%; height:1px; background:#FFF; position:absolute; top:-21px; left:0;}
.gt-secondcolumn .gt-scleftcontent p{padding-left:35px; padding-top:6px; background:url(images/icon-left-quote-w.png) left top no-repeat; background-size:25px auto;}

.gtnewsletterjoin{color:#FFF !important;}
.modal-body p{text-align:left; color:#3e4046; background:none; padding:0 !important; margin:0 0 15px !important;}

.modal-body .col-xs-7{max-height:265px; overflow-y:scroll;}

/* Home Section 3 */
.gt-thirdcolumn{width:100%; clear:both; overflow:hidden; background:#004bae  url(images/icon-m-blue.png) right center no-repeat; color:#231f20; line-height:18px; background-size:140px; }
.gt-thirdcolumn .row{margin:0 !important;}
.gt-thirdcolumn .col-sm-6{padding:0;}
.gt-thirdcolumn p{margin:0;}
.gt-thirdcolumn .gt-scrightcontent{max-width:700px; padding:40px 180px 24px 0; float:right; }
.gt-thirdcolumn h2{color:#022758; font-family: 'AvenirBlack'; position:relative; font-size:30px; margin-bottom:30px; }
.gt-thirdcolumn h2:before{ content:""; width:75%; height:1px; background:#022758; position:absolute; top:-21px; left:0;}
.gt-thirdcolumn .gt-scrightcontent p{padding-left:35px; padding-top:6px; background:url(images/icon-left-quote-w.png) left top no-repeat; background-size:25px auto; color:#FFF;}

ul.lcp_catlist{padding:0; margin:0 -15px; list-style:none; clear:both; overflow:hidden;}
ul.lcp_catlist li{float:left; width:33.33%; box-sizing:border-box; padding:0 15px; text-align:center;}
ul.lcp_catlist li a{font-size:16px; font-weight:bold; color:#FFF; display:block; margin-bottom:10px;}

.gt-secondcolumn h2.gtvideotesttitle{padding:0 10px; text-align:center; margin-top:30px;}
.gt-secondcolumn h2.gtvideotesttitle:before{display:none !important;}
.gtvideotestviewmore{width:100%; clear:both; overflow:hidden; margin:30px 0; text-align:center;}
.gtvideotestviewmore a{display:inline-block; background:#004bae; border:2px solid #022758; border-radius:8px; padding:8px 16px; color:#FFF; font-size:18px;}

.gt-thirdcolumn .gt-scrightcontent ul.lcp_catlist li a{min-height:60px;}

.gt-thirdcolumn .gt-scrightcontent h3{font-size:16px; font-weight:bold; color:#FFF !important;}

/* Home Section 4 */
.gt-fourcolumn {width:100%; clear:both; overflow:hidden; color:#231f20; line-height:24px; font-size:20px; font-weight:normal; text-align:center; }
.gt-fourcolumn h2{margin:100px 0 18px 0; padding:65px 0 75px 0; text-align:center; background:url(images/icon-g.png) top center no-repeat; font-family: 'AvenirBlack'; color:#351e34; font-size:30px;   }
.gtbinner{background:#d1d3d4; text-align:center;}
.gt-blogcontent{padding:15px; font-size:16px; min-height:360px;}
.gt-blogcontent p{margin-bottom:0; text-shadow:0 0px 0 #351e34;}
.gt-blogcontent h3{margin-top:0; font-family: 'AvenirBlack'; font-size:26px; color:#351e34; text-transform:uppercase; }
.gt-blogcontent h3 a{color:#351e34; }
.dropdown-toggle .caret{display:none;}

.gtwhoweare{width:100%; clear:both; overflow:hidden; background:#004bae; color:#FFF; padding:40px 0 50px; font-size:21px; line-height:1.6;}

.gtwhoweare h2, .gtwhoweare h3{color:#FFF; text-align:center; /*background:url(images/sprinkle-bg-blue.png) no-repeat center center;*/ font-size:40px; line-height:50px; margin-bottom:40px;}
.gtwhoweare h3{margin-top:70px;}

.gtdesignedby{font-size:14px; padding-top:10px;}
.gtdesignedby a{font-size:14px !important;}
.carousel-slider__item img{ border:1px solid #ddd; padding:5px;}

.gt-ourpartners{ width:100%; clear:both; overflow:hidden; padding:20px 0; } 
.gt-ourpartners h3{font-size:24px; color:#3e4046; text-align:center !important; margin-bottom:20px;}


.post-inner-content .page-header {
	margin:0 0 50px;
	padding:25px 0 25px;
	background:none;
	position:relative;
	z-index:10;
	text-align:left;
	background:#004bae;
	position:relative;
}
.post-inner-content{font-size:18px;}
.post-inner-content .page-header h1{color:#FFF; text-align:center; font-family: 'AvenirBlack'; font-size:36px; margin-bottom:15px; }
.gtsubtitlepage{text-align:center; color:#FFF; font-size:19px;}

.post-inner-content .page-header:before, .post-inner-content .page-header:after {
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:0;
	width:101%;
	background:inherit;
	border:inherit;
	z-index:1;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.post-inner-content .page-header:before { left:-100%; }
.post-inner-content .page-header:after { right:-100%; }
.post-inner-content .page-header:before, .post-inner-content .page-header:after { z-index:-1; }
.site-content{position:relative; overflow:hidden; }

.gtdarkgraysection .col-sm-6{padding:120px 50px; min-height:500px; box-sizing:border-box;}
.gtdarkgraysection .col-sm-6:first-child{ background:#231f20; color:#FFF; }
.gtdarkgraysection .col-sm-6:first-child:before{ background:#231f20; color:#FFF; content:""; display:block; height:100%; position:absolute; top:0; width:101%; 	background:inherit; border:inherit; z-index:-1; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  left:-100%;}
.gt-titledualsection{text-align:center; font-family: 'AvenirBlack'; font-size:36px;}
.gtdarkgraysection .col-sm-6.gtarrowbg{ background:url(images/icon-barrowright.png) no-repeat left center;}
.gtdarkgraysection .col-sm-6, .gtyellowsection .col-sm-6{ display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle !important;text-align:center; }

.gtyellowsection .col-sm-6{padding:100px 50px; min-height:500px; box-sizing:border-box;}
.gtyellowsection .col-sm-6.gtlastchild{ background:#ce9c2b; color:#FFF; }
.gtyellowsection .col-sm-6.gtlastchild:after{ background:#ce9c2b; color:#FFF; content:""; display:block; height:100%; position:absolute; top:0; width:101%; 	background:inherit; border:inherit; z-index:-1; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  right:-100%;}
.gtyellowsection .col-sm-6.gtarrowbg{ background:url(images/icon-barrowleft.png) no-repeat right center;}

.gtdarkgraysection .col-sm-6 ul, .gtyellowsection .col-sm-6 ul{ margin:0; padding:0; list-style:none;}
.gtdarkgraysection .col-sm-6 ul li, .gtyellowsection .col-sm-6 ul li{width:30%; float:left; height:100px; padding-right:3%; display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle !important;text-align:center; min-width:120px;}

.gtdarkgraysection .col-sm-6 ul li .alignleft, .gtyellowsection .col-sm-6 ul li .alignleft{float:none !important; margin:0 !important; }



.gtpartnershipleft .col-sm-6{padding:120px 50px; min-height:500px; box-sizing:border-box;}
.gtpartnershipleft .col-sm-6:first-child{ background:#231f20; color:#FFF; }
.gtpartnershipleft .col-sm-6:first-child:before{ background:#231f20; color:#FFF; content:""; display:block; height:100%; position:absolute; top:0; width:101%; 	background:inherit; border:inherit; z-index:-1; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  left:-100%;}
.gtpartnershipleft .col-sm-6 .row .col-md-4{min-height:310px; display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle !important;text-align:center;}
.gtpartnershipleft .col-sm-6 .row .col-md-8{min-height:310px;}

.gtpartnershipright .col-sm-6{padding:100px 50px; min-height:500px; box-sizing:border-box;}
.gtpartnershipright .col-sm-6.gtlastchild{ background:#231f20; color:#FFF; }
.gtpartnershipright .col-sm-6.gtlastchild:after{ background:#231f20; color:#FFF; content:""; display:block; height:100%; position:absolute; top:0; width:101%; 	background:inherit; border:inherit; z-index:-1; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  right:-100%;}

.gtpartnershipright .col-sm-6 .row .col-md-4{min-height:310px; display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle !important;text-align:center;}
.gtpartnershipright .col-sm-6 .row .col-md-8{min-height:310px;}


.gt-authorlistodd .col-sm-6{padding:40px 50px; min-height:580px; box-sizing:border-box; }
.gt-slideauthorinfo{font-size:14px !important; line-height:24px !important; }
.gt-authorlistodd .gtauthorslider{ background:#231f20; color:#FFF; text-align:center; font-family: 'AvenirBlack'; font-size:36px;}
.gt-authorlistodd .gtauthorslider:before{ background:#231f20; color:#FFF; content:""; display:block; height:100%; position:absolute; top:0; width:101%; 	background:inherit; border:inherit; z-index:-1; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  left:-100%;}

.gt-authorlistodd .gtauthorcategory{ background:url(images/icon-barrowright.png) no-repeat left center; }
.gt-authorlistodd .col-sm-6, .gt-authorlistodd .col-sm-6{ display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle !important;text-align:center; }
.gt-slideauthor{ font-size:20px; color:#000; margin:0 auto; max-width:240px; }

.gt-authorlisteven .col-sm-6{padding:40px 50px; min-height:580px; box-sizing:border-box; }
.gt-authorlisteven .gtauthorslider{ background:#ce9c2b; color:#FFF; text-align:center; font-family: 'AvenirBlack'; font-size:36px;}
.gt-authorlisteven .gtauthorslider:after{ background:#ce9c2b; color:#FFF; content:""; display:block; height:100%; position:absolute; top:0; width:101%; 	background:inherit; border:inherit; z-index:-1; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  right:-100%;}
.gt-authorlisteven .gtauthorcategory{ background:url(images/icon-barrowleft.png) no-repeat right center; }
.gt-authorlisteven .col-sm-6, .gt-authorlisteven .col-sm-6{ display:flex;flex-direction:column;justify-content:center;align-items:center;vertical-align:middle !important;text-align:center; }
.entry-content{margin-top:20px; color:#000;}
.nogaptitle .entry-content{margin-top:0;}
.gt-fixedheader{ position:relative; top:0; width:100%; z-index:100000000000;}

.gtcurrentorganisation{width:100%; clear:both; overflow:hidden;}
.gtcurrentorganisation a{padding:2px;border:1px solid #ddd;display:flex;flex-direction:column;justify-content:center;align-items:center;width:170px;height:140px;vertical-align:middle !important; text-align:center; margin:0 15px 15px 0; float:left;}

.gtcurrentorganisation a .alignleft {float:none !important; margin:0 !important; max-width:100% !important; height:auto !important;}

.gt-fixedheadershrink .navbar.navbar-default {
  background-color: rgba(255,255,255,1);
}
.container.main-content-area{margin-top:0;}
.gtauthorslider p{font-family: 'AvenirMedium'; font-size:18px; }
.gtpagecontetmain{width:100%; clear:both; overflow:hidden; margin-top:20px; color:#000;}

.gt-slideshowhome{max-width:310px;}


.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

a.bx-pager-link  {
	background: #e5e5e5;
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



a.bx-pager-link:hover,
a.bx-pager-link.active {
	background: #ffc63e;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-controls-direction{display:none !important;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;	
	display: block;
	font-size: .85em;
	padding: 10px;
}

.gt-latestnews{padding:60px 0; background:#f7f7f7;}
.gt-latestnews h1{margin:0 0 60px; color:#3e4046; font-weight:normal; text-align:center; font-size:40px;  }
.gt-latestnews h1 span{ color:#004bae; font-weight:bolder; }
.gt-latestnews a{color:#3e4046; }
.gt-latestnews h4{margin:0 0 9px; font-weight:bold; line-height:1.4; border-bottom:1px solid #e7e7e7; padding-bottom:8px; padding-right:60px; position:relative;}
.gtnewsmargin{margin-bottom:50px; margin-top:20px;}
.gtdateshow{width:50px; font-weight:bold; text-align:center; padding:5px 0; font-size:14px; background:#bdd9ff; border:2px solid #004bae; position:absolute; top:-20px; right:15px;}
.gtdateshow u{font-size:20px;}

.gt-latestnews .gtdateshow{ right:0;}
.archive .gtdonatelistitem h4{padding-right:60px !important;}

.gtnewsmargin h4{padding-right:55px;}

.page-id-15 .post-inner-content .page-header{ margin-bottom:0 !important;}

.page-id-15  .entry-content{margin-top:0;}

.gtmainprogram{padding:30px 0; background:#f3f3f3; clear:both; overflow:hidden;}
.gtmainprogram p img{margin-bottom:10px;}





.gtaboutwhoweare{ text-align:center; color:#FFF;}
.gtaboutwhoweare h1{color:#FFF; padding-bottom:15px; margin-bottom:35px; color:#FFF; font-size:48px; position:relative; text-transform:uppercase; font-weight:bold;}
.gtaboutwhoweare h1:before{ content:""; width:100px; height:1px; background:#FFF; position:absolute; top:100%; left:50%; margin-left:-50px; }

.gtaboutwhoweare h2{color:#FFF; color:#FFF; font-size:28px; font-weight:normal; line-height:1.6;}

.gtaboutvisionsection{color:#eee;}
.gtaboutvisionsection h2{font-size:36px; padding-left:0; color:#FFF;}

.gtaboutuslist ul.lcp_catlist li{width:25%; padding:0 15px;}
.gtaboutuslist ul.lcp_catlist li a { min-height: 58px; }

.gtaboutuslist h2{color:#000; font-size:36px; position:relative; text-transform:uppercase; font-weight:bold;  padding-bottom:15px; margin-bottom:35px;}
.gtaboutuslist h2:before{ content:""; width:100px; height:1px; background:#000; position:absolute; top:100%; left:50%; margin-left:-50px; }

.gtmanagement.gtaboutuslist h2{color:#FFF; font-size:36px; position:relative; text-transform:uppercase; font-weight:bold;  padding-bottom:15px; margin-bottom:35px;}
.gtmanagement.gtaboutuslist h2:before{ content:""; width:100px; height:1px; background:#FFF; position:absolute; top:100%; left:50%; margin-left:-50px; }

.gtboardofadv.gtaboutuslist ul.lcp_catlist li a{ color:#004bae;}

.gtinnerbannersection img{width:100%; height:auto !important;}

.page-id-2345 .post-inner-content .page-header, 
.page-id-2349 .post-inner-content .page-header, 
.page-id-2357 .post-inner-content .page-header, 
.page-id-2359 .post-inner-content .page-header, 
.page-id-2363 .post-inner-content .page-header, 
.page-id-2365 .post-inner-content .page-header, 
.page-id-2369 .post-inner-content .page-header, 
.page-id-2371 .post-inner-content .page-header, 
.page-id-2347 .post-inner-content .page-header, 
.page-id-2361 .post-inner-content .page-header, 
.page-id-2367 .post-inner-content .page-header,
.page-id-2343 .post-inner-content .page-header,
.page-id-2345 .post-inner-content .page-header,
.page-id-2345 .post-inner-content .page-header,
.page-id-2345 .post-inner-content .page-header{ display:none;}

.page-id-2345 .post-inner-content .entry-content,
.page-id-2349 .post-inner-content .entry-content,
.page-id-2357 .post-inner-content .entry-content,
.page-id-2359 .post-inner-content .entry-content,
.page-id-2363 .post-inner-content .entry-content,
.page-id-2365 .post-inner-content .entry-content,
.page-id-2369 .post-inner-content .entry-content,
.page-id-2371 .post-inner-content .entry-content,
.page-id-2347 .post-inner-content .entry-content,
.page-id-2361 .post-inner-content .entry-content,
.page-id-2367 .post-inner-content .entry-content,
.page-id-2343 .post-inner-content .entry-content,
.page-id-2345 .post-inner-content .entry-content,
.page-id-2345 .post-inner-content .entry-content,
.page-id-2345 .post-inner-content .entry-content
{ margin-top:0 !important;}

.gtsubpartertsection{width:100%; clear:both; overflow:hidden;  text-align:center; background:url(http://www.clientsdisplay.com/ycwl/wp-content/uploads/2018/08/PartnerBannerphoto.jpg ) no-repeat center top; background-size:cover; color:#FFF;}

.gtsubpartertsection .innercontent{ background:rgba(0,0,0,0.6); padding:170px 15px 150px 15px; }
.gtsubpartertsection .innercontent h1{color:#FFF; font-size:400%; line-height:1.5;}

.gt-thirdcolumn .gt-scrightcontent .modal-body p{color:#6B6B6B;}

.wpb_single_image img{width:100%; height:auto;}
.vc_gitem-post-data-source-post_title{text-align:center; font-weight:bold; color:#6b6b6b; margin-bottom:0 !important;}
.vc_gitem-post-data-source-post_excerpt{text-align:center; font-size:14px; font-style:italic; color:#888888;}

.gtfirstrowparter .wpb_content_element{ margin-top:30px !important;}
.gtcatedesc{width:100%; clear:both; overflow:hidden; padding:20px 0;}
.gtnomarginbottom .wpb_content_element{ margin-bottom:0px !important;}
.page-template-page-home .tp-caption{ padding:10px !important; background:rgba(0,0,0,0.6) !important;}

.gtmanagement.gtaboutuslist h1{color:#FFF;}
.gtmanagement.gtaboutuslist{color:#FFF;}


@media (min-width:768px) {
	.modal-dialog{ width:750px !important;}
}

@media (max-width:1399px) {
	.navbar-default .navbar-nav > li > a{font-size:18px;}
	.gtapplybtn{ font-size:18px; }
}

@media (max-width:1199px) {
	.navbar-default .navbar-nav > li > a{font-size:16px; padding-left:7px;  padding-right:7px;}
	.gtapplybtn{ font-size:16px; margin-left:7px; }
}

@media (max-width:767px) {
	.navbar-brand > img{max-width:60%;}
	#menu-header-menu{ margin-top:0; border-top:none; padding-top:0; }
	.navbar-default .navbar-nav > li:first-child a:first-child{ padding-left:7px;}
	.gt-firstcolumn h1{padding:60px 0 60px 0; margin-bottom:30px;}
	.gt-firstcolumn .col-sm-4:nth-child(2){margin:20px 0;}
	.gt-secondcolumn .gt-scleftcontent{ padding:70px 10px 70px 90px; }
	.gt-thirdcolumn{background-size:30% auto}
	.gt-thirdcolumn .gt-scrightcontent{padding:60px 130px 80px 20px;}
	.gt-blogcontent{min-height:auto !important;}
	.gt-blogitems .col-sm-3{ margin-bottom:20px;}
	#logo{margin:10px 0; overflow:hidden;}
	.container.main-content-area{margin-top:0;}
	.post-inner-content{padding:0;}
	.gt-authorlistodd .col-sm-6{min-height:180px;}
	.gt-authorlisteven .col-sm-6{min-height:180px;}
	.gtpartnershipleft .col-sm-6 .row .col-md-4{min-height:80px; margin-bottom:15px;}
	.gtpartnershipleft .col-sm-6{padding:50px 50px; min-height:300px;} 
	
	.gtpartnershipright .col-sm-6 .row .col-md-4{min-height:80px; margin-bottom:15px;}
	.gtpartnershipright .col-sm-6{padding:50px 50px; min-height:300px;} 
	
	.gtdarkgraysection .col-sm-6, .gtyellowsection .col-sm-6{padding:40px 40px; min-height:200px;} 

}

@media (max-width:420px) {	
	.gtcurrentorganisation a{width:130px !important; height:120px !important;}
}




