/*   
Theme Name: World Education Services
Theme URI: http://www.wes.org/
Description: For over 40 years, WES has empowered international students and professionals to reach their goals through our trusted credential evaluations and advice.
Author: World Education Services
Author URI: http://www.wes.org
Version: 1
*/
/* CSS RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul{}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-webkit-font-smoothing: antialiased!important;
font-smoothing: antialiased!important;
}
body {
  margin: 0;
}


h1 {
  font-family: "Montserrat", Sans Serif;
  font-size:42px;
  font-weight: 300;
  color:#013763;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  padding:50px 0px;
}
h1 span{
   font-family: "Montserrat", Sans Serif;
  font-size:42px;
  font-weight: 600;
  color:#1f9055;
  line-height: 48px;
  letter-spacing: 1px;
}
h2 {
   font-family: "Montserrat", Sans Serif;
  font-size:32px;
  font-weight: 600;
  color:#013763;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
}
h3 {
  font-family: "Montserrat", Sans Serif;
  font-size:22px;
  font-weight: 600;
  color:#1f9055;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}
a, a:hover, a:focus {
     color:#1f9055;
    text-decoration: underline;
}

h4 {
  font-family: "Montserrat", Sans Serif;
  font-size:16px;
  font-weight: 600;
  color:#013763;
  line-height: 22px;
  text-align: left;
  margin:0px 0px 15px;
}
h5 {
  font-family: "Montserrat", Sans Serif;
  font-size:14px;
  font-weight: 600;
  color:#1f9055;
  line-height: 18px;
  text-align: left;
}
h6 {
  font-family: "Montserrat", Sans Serif;
  font-size:12px;
  font-weight: 400;
  color:#333;
  line-height: 16px;
  text-align: left;
}
strong{
  font-weight: 700;
}
.button{
  display: inline-block;
  font-size: 16px;
   padding: 6px 60px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #013763;
  color:#013763;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
.button:hover,.button:focus{
  text-decoration: none;
  background:#013763;
  border-color: #013763;
  color:#fff;
}
.button--lg{
  padding: 14px 45px;
  font-size: 24px;
  width: 100%;
  max-width: 360px;
}
.button-green{
   border: 2px solid #1f9055;
   color:#1f9055;
}
.button-green:hover,.button-green:focus{
  border: 2px solid #1f9055;
  background:#1f9055;
  color:#fff;
}

.button-white{
   border: 2px solid #fff;
  color:#fff;
}
.button-white:hover,.button-white:focus{
  border: 2px solid #fff;
  background:#fff;
  color:#013763;
}
.button-subscribe{
  padding: 14px 40px;
font-weight: 600;
background-color: #fff;
border-radius: 0px;
color: #013763;
font-family: "Montserrat",Sans Serif;
font-size: 16px;
margin: 0px;
  border: none;
  height: 50px;
}
.subscribe-green{
  background-color:#1F9055;
  color:#fff;
  width: 100%;
  margin-top:15px;
}
.subscribe-grey{
  color:#666666;
}
.banner {
    background-color: #013763;
    padding: 30px 0;
}
.banner-grey {
    background-color: #666666;
    padding: 30px 0;
}
.logout_button {
    width: 200px;
    float: right;
    margin-top: 50px;
}
.email_upd{
  margin-bottom: 30px;
}
.email_upd p {
    margin-bottom: 12px;
}

.email_upd .input {
  display: flex;
  align-items: center;
}

.subscribe-partners input:-webkit-autofill, .email_upd--events input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #013763 inset;
}

.email_upd--footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #666666 inset;
}
.email_upd--footer a.button-white:hover,.email_upd--footer a.button:hover, .email_upd--footer a.button-white:focus{
  color:#666666;
  background:#fff;
}
/*warning message*/
.system-maintenance-message {
    padding: 10px 0;
}
.maintenance-icon {
    padding-right: 0px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.system-maintenance-message p{
  font-family: "Source Sans Pro", Sans Serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #013763;
  padding: 9px 0px;
}
.system-maintenance-wrapper {
    background: #CDD7E0;
}
/*end of warning message*/

/*GDPR Message*/

.gdpr-message {
    padding: 20px 0px;
    text-align:center;
}
.gdpr-icon{
  padding: 15px 0px;
}
.gdpr-message p{
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 9px 0px 9px 0px;
  text-align: left;
}
.gdpr-message-btn
{
  padding:21px 0px;
}
.gdpr-message-btn .btn-secondary {
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    background:none;
}
.gdpr-message a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    font-family: "Source Sans Pro";
}
.gdpr-message-wrapper {
    background: #013763;
}
.alert,.alert-info{
  padding:0px;
  background:none!important;
  border-color:none!important;
  border:none;
  color:none;
  margin-bottom:0px;
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
}
#myModal {
    z-index: 10000;
    height: 440px;
    top: 10%;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999!important;
    background-color: #000;
}

#myModal .modal-body {
    height: 150px;
    overflow: auto;
}
/*END OF GDPR MESSAGE*/

/*EU POPUP*/
.modal-dialog{
        overflow-y: initial !important
    }
    .modal-body{
        height: 250px;
        overflow: auto;
    }
.modal-header h1 {
    font-family: "Montserrat", Sans Serif;
    font-size: 32px;
    font-weight: 300;
    color: #013763;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0px 0px;
}
.modal-header h1 span {
    font-family: "Montserrat", Sans Serif;
    font-size: 32px;
    font-weight: 600;
    color: #1f9055;
    line-height: 48px;
    letter-spacing: 1px;
}
#myModal,body{
    padding-right: 0px!important;
}
#myModal .modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 450px;
    padding: 0px 10px;
}
#myModal .modal-body {
    height: 150px;
    overflow: auto;
}

#myModal .btn-default{
  display: inline-block;
  font-size: 16px;
   padding: 6px 40px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #013763;
  color:#013763;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
#myModal .btn-default:hover,#myModal .btn-default:focus{
  text-decoration: none;
  background:#013763;
  border-color: #013763;
  color:#fff;
}
    .privacy_content p{
  font-family: "Source Sans Pro", Sans Serif;
  font-weight:400;
  font-size: 16px;
  line-height: 22px;
  color: #013763;
  margin-bottom:20px;
}

.privacy_content a{
  color:#1F9055;
  font-weight: 700;
}
    @media only screen and (max-width: 360px) and (orientation : portrait) {
    #myModal .modal-body {
        height: 115px;
        overflow: auto;
    }
}
/*End of EU Popup*/
.input .txtEmail:focus {
    text-align: center;
    color: #fff;
    padding: 14px 18px;
    width: 100%;
    font-family: "Source Sans Pro", Sans Serif;
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    background: none;
    max-width: 350px;
    border: 1.25px solid #fff;
}
/*Boostrap Column Nesting Enhancement*/
@media (min-width: 992px) {
  .col-md-nested-1 {
    width: 12.4%;
}
.col-md-nested-2 {
    width: 20.8%;
}
.col-md-research-2 {
    width: 25.9%;
}
  
.col-md-nested-3 {
    width: 30%;
}
.col-md-nested-4 {
    width: 49.6%;
}
.col-md-nested-5 {
    width: 55.665%;
}
.col-md-nested-6 {
    width: 74.4%;
}
.col-md-nested-7 {
    width: 86.8%;
}
.col-md-research-7 {
    width: 73.9%;
}
.col-md-nested-8 {
    width: 99.2%;
}
.col-md-nested-9 {
    width: 75%;
}
.col-md-nested-10 {
    width: 111.6%;
}
.col-md-nested-11 {
    width: 124%;
}

.col-md-nested-1, .col-md-nested-2, .col-md-nested-3,.col-md-research-7,.col-md-research-2,.col-md-nested-4, .col-md-nested-5, .col-md-nested-6, .col-md-nested-7, .col-md-nested-8, .col-md-nested-9, .col-md-nested-10, .col-nested-md-11, .col-md-nested-12 {
    float: left;
}
}
@media (min-width: 1200px) {
  .col-lg-nested-1 {
    width: 11.1%;
    }
    .col-lg-nested-2 {
       width: 22.2%;
    }
    .col-lg-research-2 {
       width: 22.8%;
    }
    .col-lg-nested-3 {
        width: 33.3%;
    }
    .col-lg-nested-4 {
        width: 44.4%;
    }
    .col-lg-nested-5 {
        width: 55.5%;
    }
    .col-lg-nested-6 {
        width: 66.6%;
    }
    .col-lg-nested-7 {
        width: 77.7%;
    }
    .col-lg-research-7 {
       width: 76.6%;
    }
    .col-lg-nested-8 {
        width: 88.8%;
    }
    .col-lg-nested-9 {
        width: 99.9%;
    }
    .col-lg-nested-10 {
        width: 111%;
    }
    .col-lg-nested-11 {
        width: 122.1%;
    }
    .col-lg-nested-1, .col-lg-nested-2,.col-lg-research-7,.col-lg-research-2, .col-lg-nested-3, .col-lg-nested-4, .col-lg-nested-5, .col-lg-nested-6, .col-lg-nested-7, .col-lg-nested-8, .col-lg-nested-9, .col-lg-nested-10, .col-nested-lg-11, .col-lg-nested-12 {
        float: left;
    }
    .col-lg-nested-six-1 {
    width: 16.2%;
    }
    .col-lg-nested-six-2 {
        width: 35.4%;
    }
    .col-lg-nested-six-3 {
        width: 48.6%;
    }
    .col-lg-nested-six-4 {
        width: 67.2%;
        padding-right: 0px;
    }
     .col-lg-nested-six-1, .col-lg-nested-six-2, .col-lg-nested-six-3, .col-lg-nested-six-4 {
        float: left;
    }
}


/*Nav Styles*/
.nav-main .nav {
  z-index: 9999;
  position: fixed;
  background: #fff;
  padding-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .nav-main .nav {
    position: relative;
    padding-bottom: 0;
  }
}
.nav-main .nav .container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.nav-hamburger {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .nav-hamburger {
    display: none;
  }
 
  
}
.nav-hamburger span {
  position: absolute;
  left: 15px;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-hamburger span:first-child {
  top: 0;
}

.nav-hamburger span:nth-child(2) {
  top: 10px;
}

.nav-hamburger span:nth-child(3) {
  top: 20px;
}

.nav-hamburger.open span {
  moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-hamburger.open span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-hamburger.open span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav__top {
  position: relative;
  width: 100%;
  background: #fff;
  height: 50px;
}

.nav__top ul {
  float: left;
  margin: 0px 0px 0px 350px;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 1341px) and (max-width: 1354px) {
  .nav__top ul {
    margin: 6px 0 0 335px;
  }
}
@media screen and (max-width: 1340px) {
  .nav__top ul {
    margin: 0 0 0 335px;
  }
}
@media screen and (max-width: 1280px) {
  .nav__top ul {
    margin: 0 0 0 300px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__top ul {
    margin: 0 0 0 202px !important;
  }
  
}
.nav__top ul li {
  display: block;
  float: left;
  position: relative;
}

.nav__top ul li.language .main--drop--option {
  padding-left: 30px;
}

.nav__top ul li.country .main--drop--option {
  padding-left: 32px;
}

.nav__top ul li a {
  width: 100%;
  padding: 16px 0;
  margin: 0 34px 0 26px;
  display: inline-block;
  font-family: "Montserrat", Sans Serif;
  font-size: 14px;
  color: #013763;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 400;
}

@media screen and (max-width: 1340px) {
  .nav__top ul li a {
    padding: 18px 0;
    margin: 0 60px 0 17px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .nav__top ul li a {
    padding: 18px 0;
    margin: 0 30px 0 18px;
    font-size: 14px;
  }
}
.nav__top ul li a.main--drop--selected {
  display: block;
  background: url(assets/images/arrow_main_nav_down.png) no-repeat;
  background-position: center right;
  width: 86%;
 
}
.nav__top ul li.language a.main--drop--selected {
  width: 69%;
}
.nav__top ul li a.main--drop--selected .drop_arrow {
  display: inline-block;
}

.nav__top ul li a.main--drop--option {
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  width: 122%;
  left: -3%;
  margin: 0;
  display: none;
}

.nav__top ul li a.main--drop--option .drop_arrow {
  display: none;
}

.nav__top ul li a .drop_arrow {
  width: 20px;
  height: 10px;
  background: url(assets/images/arrow_main_nav_down.png) no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 1280px) {
  .nav__top ul li a .drop_arrow {
    background-position: right 2px center;
  }
}
.nav__top ul li a:hover {
  text-decoration: underline;
}

.nav__top ul li a:active, .nav__top ul li a:focus {
  outline: 0;
}

.nav__top ul li a .us-flag {
  background: url(assets/images/us_flag.jpg) no-repeat;
}

.nav__top ul li a .ca-flag, .nav__top ul li a .us-flag,.nav__top ul li a .ch-flag {
  display: inline-block;
  width: 33px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.nav__top ul li a .ca-flag {
  background: url(assets/images/ca_flag.png) no-repeat;
}
.nav__top ul li a .ch-flag {
  background: url(assets/images/ch_flag.jpg) no-repeat;
}

.nav__main img.logo {
    margin-right: 10px;
    float: left;
    width: auto;
}

.nav__main ul li a {
  color: #fff;
  background-color: transparent !important;
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 46px 26px;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-right: 26px;
    width: 100px;
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: none;
    background-color: #fff;
    padding: 0px 0px;
    line-height: 1;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content:'';
  vertical-align:middle;
  display:inline-block;
  border:.35em solid transparent;
  border-top:.5em solid;
  position:absolute;
  right:10px;
  top:calc(50% - .175em);
  font-size:20px;
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #000;
    background: #fff;
}
@media screen and (max-width: 1400px) {
  .nav__main ul li a {
    font-size: 20px;
    padding: 49px 24px;
  }
}
@media screen and (max-width: 1280px) {
  .nav__main ul li a {
    font-size: 18px;
    padding: 41px 22px;
  }
}
@media screen and (max-width: 1160px) {
  .nav__main ul li a {
    font-size: 16px;
    padding: 41px 20px;
  }
}
@media screen and (max-width: 1080px) {
  .nav__main ul li a {
    padding: 41px 14px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__main ul li a {
    padding: 27px 18px;
  }
}
.nav__main ul li ul li a {
  display: block;
  margin: 0;
  padding: 12px 22px;
  color: #013763;
  font-size: 16px;
}
/*Mobile Navigation*/
.nav .mobile .logo img {
  height: 74px;
  width: auto;
  margin: 20px auto;
  display: block;
}

.nav .mobile .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  background: #1f9055;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nav .mobile .bar.mobile--top {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.nav .mobile .bar .hamburger {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  background: url(assets/images/icons_mobile_toggle.png) no-repeat;
}

.nav .mobile .bar .hamburger.openNav {
  background-position: -20px 0;
}
.nav .mobile .nav__mobile {
  display: none;
  -webkit-overflow-scrolling: touch;
}

.nav .mobile .nav__mobile.mobile--top {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  padding-top: 52px;
  overflow-y: scroll;
  backgorund: transparent;
}

.nav .mobile .nav__mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.nav .mobile .nav__mobile ul li {
  font-size: 16px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
}

.nav .mobile .nav__mobile ul li:first-child a.drop, .nav .mobile .nav__mobile ul li:nth-child(2) a.drop {
  color: #013763;
  background-color: #e9e8e6;
}

.nav .mobile .nav__mobile ul li:first-child a.drop.openDrop, .nav .mobile .nav__mobile ul li:nth-child(2) a.drop.openDrop {
  background-color: #e9e8e6;
}

.nav .mobile .nav__mobile ul li a {
  color: #1f9055;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 16px 40px;
  border-bottom: 1px solid #dad8d6;
}

.nav .mobile .nav__mobile ul li a.drop {
  background: url(assets/images/arrow_nav.png) no-repeat;
  background-position: right 60px center;
}

.nav .mobile .nav__mobile ul li a.drop.openDrop {
  background: url(assets/images/arrow_nav_down.png) no-repeat;
  background-position: right 60px center;
}

.nav .mobile .nav__mobile ul li.type--size {
  background: #e9e8e6;
  padding: 16px 40px;
  border-bottom: 1px solid #dad8d6;
  color: #013763;
}

.nav .mobile .nav__mobile ul li.type--size a {
  margin: 0;
  padding: 0;
  color: #013763;
  background: none;
  display: inline-block;
  border-bottom: 0;
}

.nav .mobile .nav__mobile ul li.type--size a.sm {
  font-size: 12px;
}

.nav .mobile .nav__mobile ul li.type--size a.md {
  font-size: 14px;
}

.nav .mobile .nav__mobile ul li.type--size a.lg {
  font-size: 16px;
}

.nav .mobile .nav__mobile ul li.mobile--social {
  background: #666666;
  text-align: center;
  padding: 12px 0 6px;
}

.nav .mobile .nav__mobile ul li.mobile--social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 10px;
  padding: 0;
  background-color: transparent;
  background: url(assets/images/social_sprite.png) no-repeat;
  background-size: 1200%;
  border-bottom: none;
}

@media screen and (max-width: 320px) {
  .nav .mobile .nav__mobile ul li.mobile--social a {
    width: 25px;
    height: 25px;
  }
}
.nav .mobile .nav__mobile ul li.mobile--social a.linkedin {
  background-position: 17% 0;
}

.nav .mobile .nav__mobile ul li.mobile--social a.blog {
  background-position: 34% 0;
}

.nav .mobile .nav__mobile ul li.mobile--social a.facebook {
  background-position: 51% 0;
}

.nav .mobile .nav__mobile ul li.mobile--social a.youtube {
  background-position: 68% 0;
}

.nav .mobile .nav__mobile ul li.mobile--social a.vimeo {
  background-position: 85% 0;
}

.nav .mobile .nav__mobile ul li ul {
  display: none;
  margin: 0;
  border-bottom: 1px solid #dad8d6;
}

.nav .mobile .nav__mobile ul li ul li {
  background: #fff;
}

.nav .mobile .nav__mobile ul li ul li a {
  margin: 0;
  padding: 12px 60px 38px;
  font-size: 14px;
  color: #013763;
  border-bottom: none;
}

.nav .mobile .nav__mobile ul li ul li a:last-child {
  padding: 12px 60px;
}
@media screen and (min-width: 960px) and (max-width: 991px) {
  .nav__main ul li {
    display: block;
    float: left!important;
}
  .nav__main ul li a {
    padding: 27px 8px!important;
    font-size: 14px!important;
}
  .nav__main ul {
    float: left;
    margin: 6px 0 0;
    padding: 0;
    list-style-type: none;
}
}
.nav__main {
  position: relative;
  width: 100%;
  background: #1f9055;
}

.nav__main img.logo {
}

@media screen and (max-width: 1280px) {
  .nav__main img.logo {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  
}
.nav__main ul {
  float: left;
  margin: 6px 0 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 1400px) {
  .nav__main ul {
    margin: 0;
  }
}
.nav__main ul li {
  display: block;
  float: left;
}

.nav__main ul li a {
  color: #fff;
  background-color: transparent !important;
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
  display: block;
  padding: 46px 20px;
}
/*partners Navigation*/
#partners  .nav__main  ul li a.main-nav-item {  
    padding: 34px 30px;
}
#partners  .nav__main  ul.fr li a.main-nav-item {  
    padding: 34px 23px;
}
#partners .nav__main  ul li a.main-nav-item.item-1 {
    padding-top: 48px;
}
#partners .nav__main .nav__search {
    position: absolute;
    margin-left: 191px;
    right: inherit;
}
@media screen and (max-width: 1400px) {
  .nav__main ul li a {
    font-size: 16px;
    padding: 49px 18px;
  }
}
@media screen and (max-width: 1280px) {
  .nav__main ul li a {
    font-size: 16px;
    padding: 41px 24px;
  }
  
  .nav__top ul li a.main--drop--selected {
  display: block;
  background: url(assets/images/arrow_main_nav_down.png) no-repeat;
  background-position: center right;
  width: 93%;
 
}


.nav__top ul li.language a.main--drop--selected {
  width: 78%;
}
}
@media screen and (max-width: 1160px) {
  .nav__main ul li a {
    font-size: 17px;
    padding: 44px 20px;
  }
  .eGuide-articles .wpcf7-form {
    position: absolute;
    ;
    margin: 15px auto 0px;
  }
     .wpcf7-form .wpcf7-email {
    width: 173px !important;
    color: #013763;
     /* margin: auto;*/
  }
    .nav__top ul li a {
    padding: 18px 0;
    margin: 0 20px 0 25px;
    font-size: 14px;
  }
  .wpcf7-form .wpcf7-submit
  {
    width: 173px !important;
  }
}
@media screen and (max-width: 1080px) {
  .nav__main ul li a {
    padding: 41px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__main ul li a {
    padding: 27px 23px;
  }
  .eGuide-articles .input {
    max-width: 176px;
   
}
    .input .txtEmail {
    max-width: 250px;
}
   
}
.nav__main ul li a:hover {
  text-decoration: underline;
}

.nav__main ul li a:active, .nav__main ul li a:focus {
  outline: 0;
}

.nav__main ul li ul {
  position: absolute;
  top: 100%;
  background: #e9e8e6;
  margin-top: 2px;
  display: none;
  z-index: 10000;
}

.nav__main ul li ul li {
  float: none;
}

.nav__main ul li ul li a {
  display: block;
  margin: 0;
  padding: 12px 22px;
  color: #013763;
  font-size: 16px;
}

.nav__main ul li ul li a:hover {
  background: #1f9055 !important;
  color: #fff;
  text-decoration: none;
}
.nav__search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 52px;
  width: 52px;
  background: url(assets/images/icon_search.png) no-repeat 100%;
  cursor: pointer;
}

@media screen and (max-width: 1196px) {
  .nav__main ul li ul li a {
    font-size: 16px;
    padding: 14px 18px;
  }
}
.nav__main .nav__search {
  position: absolute;
  margin-left: 157px;
  right: inherit;
}

.nav__main .nav__search-fr {   
    margin-left: 405px;
}

.nav-main {
  z-index: 9999;
  position: fixed;
  top: 0;
  background: #fff;
  padding-bottom: 30px;
  width: 100%;
}
.wph-modal--content audio, .wph-modal--content video, .wph-modal--content object, .wph-modal--content iframe {
    height: 315px!important;
    max-width: 100%;
}
.wph-modal.wph-modal--cabriolet section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none!important;
}

.wph-modal .wph-modal--content .wph-modal--message {
    width: 100%;
    height: 406px!important;
}
.wph-modal .wph-modal--content header h2.wph-modal--title {
    font-size: 32px !important;
    font-weight: 300!important;
    color: #fff!important;
    letter-spacing: 1px!important;
    margin-top: 20px!important;
    line-height: 48px!important;
    font-family: "Montserrat", Sans Serif!important;
}
.wph-modal .wph-modal--content .wph-modal--message a {
    color:#fff!important;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
   font-family: "Source Sans Pro", Sans Serif!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.wph-modal.wph-modal--cabriolet section .wph-modal--message {
    padding: 20px 0px!important;
}
.wph-modal.wph-modal--cabriolet section .wph-modal--clear .wph-modal-never-see-again {
    margin-left: 0px!important;;
}


.wph-modal .wph-modal--content header h4.wph-modal--subtitle {
    font-family: "Source Sans Pro", Sans Serif!important;
    font-size: 16px!important;
    line-height: 22px!important;
    margin-bottom: 20px!important;
}
.wph-modal .wph-modal--close a {
    color: #1F9055 !important;
    font-size: 13px;
}

.wph-modal.wph-modal--popup.wph-modal-show {
    margin-top:0px;
  max-width: 561px;
}
.wph-modal {
    width: 100%;
    z-index: 10000!important;
}
body:not(.wp-admin) .wph-modal--mask {
    position: fixed;
    z-index: 10000!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51,51,51,0.9);
}
@media screen and (max-width: 959px) {
  .nav-main {
    position: relative;
    padding-bottom: 0;
  }
}
.nav__top ul {
  float: left;
  padding: 0;
  list-style-type: none;
}
.nav-stacked li > a, .nav-stacked li > a:focus {
  color: #999;
  font-weight: 900;
  background-color: #f0efef;
  border-radius: 0;
}

.nav-stacked li.active > a, .nav-stacked li.active > a:focus, .nav-stacked li.active > a:hover, .nav-stacked li > a:hover {
  color: #fff;
  font-weight: 900;
  background-color: #013763;
  border-radius: 0;
}

.nav-pills-language li > a, .nav-pills-language li > a:focus {
  white-space: nowrap;
  color: #fff;
  font-weight: 900;
  background-color: #999;
  border: 1px solid #999;
  border-radius: 0;
  margin-right: 1px;
  padding: 15px;
}

.nav-pills-language li.active > a, .nav-pills-language li.active > a:focus, .nav-pills-language li.active > a:hover, .nav-pills-language li > a:hover {
  color: #1f9055;
  font-weight: 900;
  background-color: #fff;
  border: 1px solid #f0efef;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .mobile {
    display: block;
  }
  .button-green {
    background:rgba(255,255,255,0.65);
}
.events .social {
    margin-top:15px;
    text-align: left;
}
.email_upd--footer p {
    margin-top: 15px;
}

  .mobile--inline {
    display: inline-block;
  }
}

@media screen and (min-width:768px) and (max-width: 959px) {
  h1, h1 span {
    font-size: 24px;
    padding: 15px 0px;
}
  .tool__link {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    padding: 14px 0px;
  }
  .tool__icon {
    width:100px;
    margin-right: 5px;
    margin-bottom: 0px;
}
section.free-tools .tool {
    text-align: center;
}

   .carousel-inner > .item {
    display: block;
}
  .carousel-indicators {
    display: none;
}
  .carousel {
    padding-bottom: 0px;
}
  
}
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
.gen_page .intro .button {
    margin: 45px auto 0;
    font-size: 16px;
    color: #013763;
    border: 2px solid #013763;
    text-decoration: none;
    width: 100%;
    max-width: 350px;
}
.gen_page .intro .button:focus {
    margin: 45px auto 0;
    font-size: 16px;
    color: #fff;
    border: 2px solid #013763;
    text-decoration: none;
    width: 100%;
    max-width: 350px;
}

/*Header Styles*/
 .header {
    margin-top: 200px;
  }
  .header {
  position: relative;
  padding: 50px 0;
  min-height: 230px;
  background-image: url(assets/images/header_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  max-height: 420px;
}

@media screen and (min-width: 960px) {
  .header {
    height: 420px;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    background-position: 70% 0;
  }
}
@media screen and (min-width: 1120px) {
  .header {
    height: 420px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 1119px) {
  .header {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1040px) {
  .header {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    margin-top: 160px;
  }
}
@media screen and (max-width: 959px) {
  .header {
    margin-top: 0;
  }
}
@media screen and (max-width: 832px) {
  .header {
    margin-top: 2px;
  }
}
@media screen and (max-width: 520px) {
  .header__cta a {
    font-size: 18px;
    width: 212px;
    padding: 10px 15px;
  margin:auto;
  }
  
   section.free-tools .tool{
    padding:0px;
    margin-bottom:20px;
    
  }
  .free-tools{
     padding: 0px 0 0px!important;
    margin: 0 0 0px!important;
  }
  .whats-new .section__title {
    font-size: 24px;
    margin-bottom: 20px !important;
    margin-top:0px;
}
  .events {
    min-height: 100%;
    padding-bottom: 0;
}
 .choose-wes .value__props .value__prop__img {
    display: block !important;
  
    margin-bottom: 0;
    vertical-align: top;
  
}
  .choose-wes .value__props .value__prop__img {
    margin-bottom: 35px;
    max-width: 130px!important;
    margin:auto;
}
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    background-image: url(assets/images/header_img_mob.jpg);
    /*background-position: 100% 0;*/
  background-position:top left;
  }
}
.header__cta {
  float: none;
  margin-bottom: 50px;
  width: 376px;
  max-width:100%;
}
.institutional-header .header__cta {
  float: right;
  width: 390px;
  max-width:100%;
  background: #013763;
  padding: 40px 15px 55px;
}
.institutional-header .header__cta a {
   background-color:#fff;
}
.institutional-header .header__cta p{
  color:#fff;
  font-family:"Montserrat", Sans Serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.learn-more {
    margin-top: 30px;
}

@media screen and (max-width: 1600px) {
  .header__cta {
  }
}
@media screen and (max-width: 1024px) {
  .header__cta {
  }
}
@media screen and (max-width: 831px) {
  .header__cta {
  }

  .header__cta:first-child {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .header__cta:last-child {
    margin-bottom: 40px;
    
  }
}
@media screen and (max-width: 767px) {
  .header__cta:last-child {
    margin-top: 40px; 
  }
}
.header__cta p {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 300;
  color: #013763;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.428571429;
}

@media screen and (max-width: 1160px) {
  .header__cta p {
    width: 350px;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 831px) {
  .header__cta p {
    width: 350px;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 520px) {
  .header__cta p {
    font-size: 14px;
    width: 160px;
    letter-spacing: normal;
  max-width: 100%;
    text-align: center;
  margin-left:auto;
  margin-right:auto;
  }
  .learn-more {
    margin-top: 10px !important;
  }
}
/*JUMBOTRON*/
.card-title {
  text-decoration: underline;
}

.lead {
  color: #013763;
  font-weight: 400;
  line-height: 1.8;
}

.jumbotron-callout {
  background-color: #f0efef;
  padding: 60px 0;
}

.jumbotron-header {
  background-color: #fff;
  padding: 60px 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #eee;
}

.m30 {
  margin-top: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

p a {
  text-decoration: underline;
}

.jumbotron-callout .well {
  background-color: #fff;
  border-radius: 0;
  color: #999;
  font-size: 18px;
  font-weight: 500;
}

.img-stamp {
  display: block;
  margin-top: -5px;
  margin-right: -5px;
}

.link-to-expand {
  margin-left: 18px;
}

.link-to-expand, span.dateinfo {
  margin-top: 5px;
  display: block;
}

#accordion {
  border-radius: 0 !important;
  border: none;
}
.note-text {
    text-align: left;
}
.note-text strong{
  font-weight: 700;
}
.panel-default > .panel-heading.collapsed {
  color: #013763;
  background-color: #fff !important;
  border: 1px solid #f0efef;
  border-radius: 0 !important;
}

.panel-default > .panel-heading.collapsed .glyphicon-plus:before {
  content: "\002b";
}

.panel-default > .panel-heading {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #1f9055 !important;
  border: 1px solid #1f9055;
  border-radius: 0 !important;
}

.accordion-container .panel-default > .panel-heading {
  display: block;
  text-decoration: none;
  color:#1F9055;
  background-color: #EFEFEF !important;
  border: 1px solid #EFEFEF;
  border-radius: 0 !important;
  font-size:18px;
  font-family: "Montserrat";
  font-weight: 300;
  
}
.accordion-container .panel-default > .panel-heading a{
   color:#1F9055;
  font-weight: 500;
  
}
.accordion-container .panel-default > .panel-heading .glyphicon-plus:before {
  content: "\2212";
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    border:none;
}

.panel-default > .panel-heading .glyphicon-plus:before {
  content: "\2212";
}
.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
  background: none;
  box-shadow: none;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top:none;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 0px solid #ddd;
}

.panel-default {
  border-color: #EFEFEF;
}
.accordion-container .panel-default {
  border:none;
  box-shadow: none;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #EFEFEF;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border:none;
  background:#EFEFEF;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color:#EFEFEF;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EFEFEF;
}

.panel-primary {
  border-color: #1f9055;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1f9055;
  border-color: #1f9055;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1f9055;
}

.panel-primary > .panel-heading .badge {
  color: #1f9055;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1f9055;
}

.panel-title:after {
  font-family: 'FontAwesome';
    content: "\f078";    
    display: inline-block;
    margin-left: 6px;
}
.accordion-opened .panel-title:after {    
    content: "\f054";    
}

.collapsed .panel-title:after {    
    content: "\f054"!important;   
}


.panel-body a {
  color: #013763;
  text-decoration: none;
}

.panel-body strong {
 /* padding-right: 7px; */
}

.panel-body .like-box {
  background-color: #f0efef;
  padding: 3px 7px 3px 0;
  margin: 0 8px;
  color: #013763;
  text-decoration: none;
}

.panel-body .like-box:before {
  content: " ";
  display: inline-block;
  width: 0;
  top: 3px;
  left: -7px;
  position: relative;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f0efef;
}


.help-video .thumbnail, .help-video .wp-caption {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

.help-video .thumbnail img, .help-video .wp-caption img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 65px;
}

.help-video .thumbnail .caption, .help-video .wp-caption .caption {
  background-color: #666;
  color: #fff;
  padding: 20px 15px;
}

.help-video .thumbnail .caption h3, .help-video .wp-caption .caption h3 {
  font-size: 18px;
  font-family: "Montserrat", Sans Serif;
  margin-top: 0;
  margin-bottom: 30px;
}

#slickvideo .slick-dots li button:before {
  font-size: 14px;
  opacity: 1 !important;
  color: #013763 !important;
}

#slickvideo .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #1f9055 !important;
}

.jumbotron-help-videos {
  background-color: #f0efef;
  padding: 60px 0;
}

.jumbotron-help-videos h1 {
  margin-top: 0;
  margin-bottom: 60px;
}

.jumbotron-help-videos .slick-list.draggable {
  margin-bottom: 30px;
}

/*Comments*/
.comment-form .input-group.help-search input[type=email], .comment-form .input-group.help-search input[type=submit], .comment-form .input-group.help-search input[type=text], .comment-form .input-group.help-search input[type=url], .comment-form .input-group.help-search textarea, .input-group.help-search .btn, .input-group.help-search .comment-form input[type=email], .input-group.help-search .comment-form input[type=submit], .input-group.help-search .comment-form input[type=text], .input-group.help-search .comment-form input[type=url], .input-group.help-search .comment-form textarea, .input-group.help-search .form-control, .input-group.help-search .input-group-btn, .input-group.help-search .search-form .search-field, .input-group.help-search .search-form .search-submit, .search-form .input-group.help-search .search-field, .search-form .input-group.help-search .search-submit {
  border-radius: 0;
  height: 40px;
}

.comment-form .input-group.help-search input[type=submit], .input-group.help-search .btn, .input-group.help-search .comment-form input[type=submit], .input-group.help-search .search-form .search-submit, .search-form .input-group.help-search .search-submit {
  font-weight: 900;
  font-size: 18px;
}

.comment-form .input-group.help-search input[type=email], .comment-form .input-group.help-search input[type=text], .comment-form .input-group.help-search input[type=url], .comment-form .input-group.help-search textarea, .input-group.help-search .comment-form input[type=email], .input-group.help-search .comment-form input[type=text], .input-group.help-search .comment-form input[type=url], .input-group.help-search .comment-form textarea, .input-group.help-search .form-control, .input-group.help-search .search-form .search-field, .search-form .input-group.help-search .search-field {
  font-size: 14px;
}
.comment-form .jumbotron-blue input.btn-default[type=submit], .jumbotron-blue .btn.btn-default, .jumbotron-blue .comment-form input.btn-default[type=submit], .jumbotron-blue .search-form .search-submit, .search-form .jumbotron-blue .search-submit {
  color: #fff;
  background-color: #013763;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 5px 35px;
  margin-top: 3px;
}

.comment-form .jumbotron-blue input.btn-default[type=submit]:hover, .jumbotron-blue .btn.btn-default:hover, .jumbotron-blue .comment-form input.btn-default[type=submit]:hover, .jumbotron-blue .search-form .search-submit:hover, .search-form .jumbotron-blue .search-submit:hover {
  color: #013763;
  background-color: #fff;
}


/*Get Started Styles*/
.apply-now {
  position: absolute;
  top: 0;
  z-index: 21;
  display: none;
  width: 100%;
  padding: 70px 0 70px;
  background-color: #013763;
  color: #fff;
}
/*Section Free tools*/
section.free-tools .tool{
    padding:0px;
    margin-bottom:20px;
    
  }
 
  .whats-new .section__title {
    font-size: 24px;
    margin-bottom: 20px !important;
    margin-top:0px;
}
 
 .choose-wes .value__props .value__prop__img {
    display: block !important;
  
    margin-bottom: 0;
    vertical-align: top;
  
}
  .choose-wes .value__props .value__prop__img {
    margin-bottom: 35px;
    max-width: 130px!important;
    margin:auto;
}
}
/*Search Styles*/
.nav__search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 52px;
  width: 52px;
  background: url(assets/images/icon_search.png) no-repeat 100%;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .nav__search {
    right: 30px;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .nav__search {
    width: 34px;
    height: 34px;
    right: 20px;
  }
}
.nav__search__container {
  display: none;
  padding-left: 10px;
  position: absolute;
  height: 140px;
  top: 100%;
  width: 78%;
}

.nav__search__box {
  position: relative;
  background: #dad8d6;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
}

.nav__main .nav__search__box {
    position: relative;
    background: #dad8d6;
    padding: 15px 10px 15px 10px;
    text-align: center;
    width: 100%;
}
.nav__main .nav__search__container {
   
    padding-left: 0px;
    position: absolute;
    height: 140px;
    top: 100%;
    width: 78%;
}

@media screen and (max-width: 1200px) {
  .nav__search__box {
    padding: 16px 0 0px 0px;
  }
}
.nav__search__box input {
  display: inline-block;
  border: none;
  outline: none;
}

.nav__search__box input::-ms-clear {
  display: none;
}

.nav__search__box input.nav--search {
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 18px;
  color: #999;
  padding: 16px;
  border: none;
  width: 77%;
  margin-left: 0px;
  font-weight: 400;
}
.nav__search__container .nav__search__box input.nav--search {
    
    font-size: 18px;
    color: #999;
    padding: 16px;
    border: none;
    width: 75%;
    margin-left: 3px;
}
@media screen and (max-width: 1200px) {
  .nav__search__box input.nav--search {
    width: 77%;
    font-size: 18px;
    padding: 14px;
  }
}
.nav__search__box input.nav--search--button {
  font-family: "Montserrat", Sans Serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #1f9055;
  padding: 16px;
  width: 22.7%;
  border: none;
  margin-left: -6px;
}
.nav__search__box .nav--search--close {
    position: absolute;
    right: 330px;
    top: 33px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(assets/images/icon_search_close.png) 50% no-repeat;
        background-size: auto auto;
    background-size: contain;
}


@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .nav__search__box input.nav--search--button {
    padding-top: 11px !important;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1200px) {
  .nav__search__box input.nav--search--button {
    font-size: 18px;
    padding: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .nav__search__box .nav--search--close {
    width: 6%;
  }
}
@media screen and (min-width: 960px) and (max-width: 991px) {
  .nav__main .nav__search {
    position: absolute;
    margin-left: 140px!important;
    right: inherit;
}
}
.comment-form .nav__search__box .nav--search--close input[type=submit], .nav__search__box .nav--search--close .btn, .nav__search__box .nav--search--close .comment-form input[type=submit], .nav__search__box .nav--search--close .search-form .search-submit, .search-form .nav__search__box .nav--search--close .search-submit {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: -26px;
  margin-left: -20px;
  background: url(assets/images/icon_search_close.png) 50% no-repeat;
  background-size: contain;
}
/*Mobile Search*/
.mobile__search {
  width: 26px;
  height: 26px;
  background: url(assets/images/icon_search.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.mobile__search__box {
  background: #dad8d6;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.mobile__search__box input {
  display: block;
  font-family: "Source Sans Pro", Sans Serif;
  border: none;
  width: 100%;
  outline: none;
}

.mobile__search__box input::-ms-clear {
  display: none;
}

.mobile__search__box input[type=text] {
  font-size: 18px;
  color: #999;
  padding: 12px;
}

.mobile__search__box input[type=submit] {
  background: #1f9055;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 16px;
  font-family: "Montserrat",Sans Serif;
  font-weight: 400;
}


.mobile__search__box .mobile--search--close {
  position: absolute;
  right: 30px;
  top: 34px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(assets/images/icon_search_close.png) 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
 .nav__search__box input.nav--search {
    width: 77%;
    font-size: 18px;
    padding: 14px;
}
  
  .nav__search__box input.nav--search--button {
    font-family: "Montserrat", Sans Serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #1f9055;
    padding: 16px !important;
    width: 23%;
    border: none;
    margin-left: -6px;
}

 #partners .nav__main ul li a.main-nav-item.item-1 {
    padding-top: 30px !important;
}
  #partners .nav__main ul li a.main-nav-item {
    padding: 16px 30px !important;
}

}

/*Progress Bar*/
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1f9055;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
}
/*Social Icons Navigation*/
@media screen and (max-width: 736px) {
  .social {
    text-align: center;
  }
}
@media screen and (max-width: 831px) {
  .social--wrapper {
    margin-bottom: 40px;
  }
}
.social a {
  display: inline-block;
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 1100px) {
  .social a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 737px) and (max-width: 1099px) {
  .social a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .social a {
    width: 30px;
    height: 0;
    padding-bottom: 30px;
    margin-right: 10px;
    background-size: 1200%;
  }
}
.social a.twitter {
  background-position: 0 0;
}

.social a.linkedin {
  background-position: -56px 0;
}

@media screen and (max-width: 1280px) {
  .social a.linkedin {
    background-position: 17% 0;
  }
}
.social a.blog {
  background-position: -111px 0;
}

@media screen and (max-width: 1280px) {
  .social a.blog {
    background-position: 34% 0;
  }
}
.social a.facebook {
  background-position: -168px 0;
}

.social a.youtube {
  background-position: -224px 0;
}

.social a.vimeo {
  background-position: -280px 0;
}
/*Home Page Body*/
.header__cta a:hover {
  background-color: #1f9055;
  color: #fff;
}

.apply-now {
  position: absolute;
  top: 0;
  z-index: 21;
  display: none;
  width: 100%;
  padding: 70px 0 70px;
  background-color: #013763;
  color: #fff;
}

@media screen and (max-width: 1099px) {
  .apply-now {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .apply-now {
    height: 130%;
  }
}
@media screen and (max-width: 959px) {
  .apply-now {
    position: fixed;
    bottom: 0;
    overflow-y: scroll;
    z-index: 9999;
    padding: 46px 0 !important;
  }
}
.apply-now .container {
  position: relative;
}

.apply-now .intro {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 1099px) {
  .apply-now .intro {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .apply-now .intro {
    margin-bottom: 50px;
  }
}
.apply-now .intro__first {
  font-family: montserrat_light;
}

.apply-now .intro__second {
  font-family: montserrat;
  color: #4ba677;
  font-weight: 700;
  line-height: 38px;
  
}

@media screen and (max-width: 1099px) {
  .apply-now .intro__second {
    line-height: 32px;
  }
}
.apply-now .items {
  margin-bottom: 60px;
}

@media screen and (max-width: 1099px) {
  .apply-now .items {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 991px) {
  .apply-now .items {
    width: 75%;
    margin: 0 auto;
  }
}
.apply-now .items .item {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .apply-now .items .item {
    margin-bottom: 40px;
    text-align: left;
  }
}

.apply-now .items .item__stepnum
{
  color: #4ba677;
  font-family: "Montserrat", Sans Serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 6px;
  
}
.apply-now .items .item__num { 
  font-family: "Montserrat", Sans Serif;
  font-size: 90px;
  color: #1f9055;
  min-width: 70px;
  margin-top: 30px;
}

.apply-now {
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.apply-now .items .item__num img {
 vertical-align: bottom;
}
@media screen and (min-width: 390px) and (max-width: 1099px) {
  .apply-now .items .item__num {
    font-size: 50px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1099px) {
  .apply-now .items .item__num {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .apply-now .items .item__num {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  .apply-now .items .item__num {
    margin-right: 0;
    font-size: 40px;
  }
}
@media screen and (max-width: 389px) {
  .apply-now .items .item__num {
    font-size: 40px;
    min-width: 60px;
  }
}
@media screen and (max-width: 359px) {
  .apply-now .items .item__num {
    margin-right: 10px;
    min-width: 50px;
  }
}
.apply-now .items .item__content {  
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  font-size: 16px;
}
.apply-now  a{
  color:#fff;
  font-weight: 700;
  font-family: "Source Sans Pro", Sans Serif;
}

@media screen and (max-width: 1099px) {
  .apply-now .items .item__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .apply-now .items .item__content {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 991px) {
  .apply-now .items .item__content {
    max-width: 85%;
  }
}
@media screen and (max-width: 959px) {
  .apply-now .items .item__content {
    max-width: 72%;
    vertical-align: middle;
    margin-top: -30px;
  }
}
@media screen and (max-width: 389px) {
  .apply-now .items .item__content {
    max-width: 74%;
  }
}
@media screen and (max-width: 359px) {
  .apply-now .items .item__content {
    max-width: 74%;
    font-size: 14px;
  }
}
.apply-now .items .item__content a {
  color: #1f9055;
  text-decoration: underline;
}

.get-started--wrapper{
  text-align: center;
}

@media screen and (max-width: 1099px) {
  .apply-now .get-started--wrapper .button {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    border: 2px solid #fff;
  }
}
@media screen and (max-width: 992px) {
  .apply-now .get-started--wrapper .button {
    font-size: 18px;
  }
}
.apply-now .get-started--wrapper .button:hover {
  color: #013763;
  background-color: #fff;
  text-decoration: none;
}

.apply-now .close_apply {
  position: absolute;
  top: -1px;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .apply-now .close_apply {
    right: 25px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1040px) {
  .apply-now .close_apply {
    top: -1px;
  }
}
@media screen and (max-width: 1099px) {
  .apply-now .close_apply {
    width: 30px;
  }
}
@media screen and (max-width: 640px) {
  .apply-now .close_apply {
    width: 22px;
  }
}
@media screen and (max-width: 992px) {
  .apply-now .close_apply {
    top: -40px;
  }
}
.banner {
  background-color: #013763;
  padding: 30px 0;
}

@media screen and (max-width: 520px) {
  .banner {
    padding: 4px 0;
  }
}
.banner p {
  margin: .6em 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", Sans Serif;
  letter-spacing: 1px;
  line-height: 1.428571429;
  font-weight: 300;
}

@media screen and (max-width: 831px) {
  .banner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 482px) {
  .banner p {
    padding: 0 10px;
    margin: 1em 0;
  }
}
.banner p .bold, .free-tools {
  font-family: "Montserrat", Sans Serif;
}

.free-tools {
  margin-top: 0;
  background-color: #f0efef;
  margin: 0 0 0px;
}
@media screen and (max-width: 600px) {
  .free-tools {
    padding: 40px 0 30px;
    margin: 0 0 30px;
  }
    h1{
        padding:30px 0px;
    }
     h1, h1 span{
      font-size: 24px;
      line-height: 28px;
    }
  
  .page-id-1141 .evaluation-reports .col-md-4, .page-id-1141 .evaluation-reports .col-sm-4, .page-id-1142 .evaluation-reports .col-md-4, .page-id-1142 .evaluation-reports .col-sm-4, .page-id-5587 .evaluation-reports .col-md-4, .page-id-5587 .evaluation-reports .col-sm-4 {
    width: 100%!important;
}
  .page-id-1141 .evaluation-reports, .page-id-1142 .evaluation-reports, .page-id-5587 .evaluation-reports {
    width: 100%!important;
    margin: auto;
}
  
}
.whats-new {
  margin: 0px 0 0;
}
.whats-new .posts {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
}
.gtb-item-cta {
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 832px) {
  .whats-new .posts {
    padding: 0;
    margin-bottom: 30px;
  }
}
.whats-new .post {
  width: 33%;
  display: inline-block;
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 831px) {
  .whats-new .post {
    width: 100%;
    display: block;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 832px) {
  .whats-new .post:first-child {
    padding-right: 21px;
    padding-left: 4px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 832px) {
  .whats-new .post:nth-child(2) {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media screen and (min-width: 832px) {
  .whats-new .post:last-child {
    padding-left: 25px;
    margin-left: -4px;
  }
}
.whats-new .post__img img {
  width: 100%;
}

.whats-new .post__title {
  padding: 15px 15px 35px;
  font-size: 18px;
  font-weight: 600;
  background-color: #666;
  color: #fff;
  font-family: "Montserrat",Sans Serif;
  text-align: left;
  line-height: 24px;
}
.whats-new .post__title a {
  color: #fff;
  font-family: "Montserrat",Sans Serif;
  text-decoration: none;
 
}
.professional-integration .post__title a {
    color: #fff;
    font-family: "Montserrat",Sans Serif;
    text-decoration: none;
    font-size: 17px;
}
.whats-new  .post__tags {
    margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .whats-new .post__title {
    padding: 15px;
    font-size: 16px;
  }
}
.whats-new .post__tags__tag {
  margin-right: 10px;
  font-size: 16px;
  font-family: "Montserrat", Sans Serif;
  color: #fff;
  text-decoration: underline;
  line-height: 22px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .whats-new .post__tags__tag {
    font-size: 16px;
  }
}
.events {
  position: relative;
  min-height: 600px;
}

@media screen and (max-width: 831px) {
  .events {
    min-height: 100%;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.events .section__title {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 46px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  font-weight: 600;
  color: #4ba677;
}

@media screen and (max-width: 1024px) {
  .events .section__title {
    margin-top: 40px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .events .section__title {
    margin-top: 40px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.events__content {
  padding-left: 60px;
  padding-right: 60px;
}

.events__content--bg, .events__img {
  position: absolute;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 831px) {
  .events__content--bg, .events__img {
    display: none;
  }
}
.events__content--bg {
  left: 0;
  background-color: #013763;
}

.events__img {
  right: 0;
  background-image: url(assets/images/events_img.jpg);
  background-size: 250%;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1440px) {
  .events__img {
    background-size: 300%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .events__img {
    background-position: 80% 50%;
  }
}
@media screen and (min-width: 931px) and (max-width: 1160px) {
  .events__img {
    background-size: 350%;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .events__img {
    background-size: 450%;
  }
}
.events__img--mobile {
  display: none;
}

@media screen and (max-width: 831px) {
  .events__img--mobile {
    display: block;
  }

  .events__img--mobile img {
    width: 100%;
  }
  
  .events__content {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media screen and (max-width: 831px) {
  .events .container {
    background-color: #013763;
  }
}
.events .button {
  margin: 10px 0 10px;
}

@media screen and (min-width: 832px) {
  .events .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .events .button {
    margin: 20px 0 55px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .events .button {
    margin: 20px auto 40px;
  }
}
.events .social {
  padding-left: 40px;
  padding-right: 40px;
}

.event {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .event {
    font-size: 16px;
  }
}
@media screen and (max-width: 831px) {
  .event {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .event {
    margin-bottom: 35px;
  }
}
.event__category {
  color: #1f9055;
  margin-bottom: 15px;
  font-family: "Montserrat", Sans Serif;
  font-size: 18px;
  line-height: 1.428571429;
}

.event__date {
  margin-bottom: 0;
  font-weight: 300;
  font-family: "Montserrat", Sans Serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #fff;
}

.event__title, a.event__title  {
  color: #fff;
  text-decoration: underline;
  font-family: "Montserrat", Sans Serif;
  font-size:16px;
  line-height:1.4285711429;
}

.event__title:hover, .event__title:active  {
  color: #4ba677;
}

.events__archive {
  margin-top: 177px;
  margin-bottom: 50px;
}
.events__archive .main_title_events p
{
  font-family: "Montserrat", Sans Serif;
font-weight: 300;
font-size: 20px;
margin-bottom: 0;
color: #013763;
  padding: 0px 15px 30px;
  text-align: center;
}
#partners .events__archive .main_title_events p
{
  display:none;
}

.events__archive__header__item {
  display: inline-block;
  margin: 0;
}
.events__archive__header {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.events__archive__header__item.instl_link {
  color: #1F9055;
  float: right;
  font-weight: 700;
  font-family: "Source Sans Pro", Sans Serif;
  
}
.event__item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}


.event__item h3{
  font-family: "Montserrat", Sans Serif;
font-weight: 600;
font-size: 22px;
line-height: 30px;
color: #1F9055;
margin-bottom: 20px;
}
.event__item__descr .title {
  margin-bottom: 0;
  font-weight: 700;
}

.event__item__descr .sub_title {
  margin: 3px 0 15px;
  color: #aaa;
}

.event__item__descr .tag {
  text-decoration: underline;
  cursor: unset;
}

.event__item__featImg img {
  max-width: 65px;
}

.filter .module {
  padding: 25px 15px;
  background-color: #efeeed;
  
}
.filter__header{
  border-bottom: 2px solid #999999;
}
.filter__category{
  border-bottom: 2px solid #fff;
}
.filter__category h4, .filter__blog-tag h4{
  
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
}
.filter__header p {
  display: inline-block;
  margin: 0;
}

.filter__header p.clear_filter {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Montserrat", Sans Serif;
font-size: 16px;
font-weight: 400;
text-decoration: underline;
margin-bottom: 10px;
  color:#1F9055;
}
.green-text {
  color: #1f9055;
}

.blue-text {
  color: #013763;
}
.showing_count_area{
  font-family:"Montserrat", Sans Serif;
  font-size: 16px;
  color:#013763;
  line-height: 22px;
  font-weight: 300;
}

.post-type-archive-e_guides .showing_count_area{
  padding-bottom: 10px;
margin-bottom: 25px;
border-bottom: 1px solid #ccc;
}
.blog-result .date {
    font-family: "Source sans Pro", Sans Serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.recommendation .blue-text,.recommendation ul{text-align: left;}



.contact-blue-section {
  padding: 50px 0 91px;
}
.filter .module:first-child {
  border-bottom:1px solid #999999;
}
.advisor-side{
  margin-bottom: 20px;
}
.filter .module {
  padding: 30px 25px 20px;
  border-bottom:1px solid #fff;
}
.right_with_label span.blue-text {
    font-size: 18px;
    color: #333333;
    font-family: "Source Sans Pro", Sans Serif;
    line-height: 24px;
}
.filter .module h4 {
  font-family: "Montserrat", Sans Serif;
  font-size:18px;
  line-height: 24px;
  color:#013763;
  font-weight: 500;
}

.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-submit
{
  max-width: 300px;
}

.events_search_box input.nav--search--button {
  padding: 14px;
}

.events__content,.home_email {
  padding-left: 10px;
}
@media screen and (min-width: 200px) and (max-width: 768px) 
{
  .post-type-archive-events .col-lg-7.event__item__descr,.post-type-archive-partners_events .col-lg-7.event__item__descr
  {
    width: 100%;
  }
}
#aBlog, #eGuide {
  padding: 160px 0 0px;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {

  .events__archive {
    margin-top: 140px!important;;
    margin-bottom: 50px;
  }
  #aBlog, #eGuide {
    padding: 126px 0 0px;
  }
}
@media screen and (min-width: 300px) and (max-width: 959px) {
    .events__archive {
      margin-top: 10px;
      margin-bottom: 10px;
    } 
     #aBlog, #eGuide {
         padding: 0px 0 0px !important;
    }
    
}

/*e-guides styles*/
 .eGuide-articles .input .button {
    border: 1px solid #1f9055;
    padding: 14px 64px;
    color: #fff;
    background-color: #1f9055;
    margin-left: 0;
    width: 186px !important;
    margin: 15px auto;
}

.eGuide-articles .input #txtEmail,.eGuide-articles .input #txtEmailPartners {
    text-align: center;
    color: #999;
    padding: 13px 18px;
    background-color: #fff;
  -webkit-text-fill-color: #999;
}
.eguides {
  margin-top: 0;
  font-size: 16px;
  background-color: #f0efef;
  margin: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 831px) {
  .eguides {
    margin-top: 0;
    padding-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .eguides {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .eguides--wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.eguides .button {
  border: 2px solid #013763;
  color: #013763;
}

.eguides .button:hover {
  background: #013763;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .eguides .button {
    margin: auto;
  }
}
.eguides .eguide {
  margin-bottom: 60px;
  padding: 0;
  color: #013763;
}

@media screen and (max-width: 831px) {
  .eguides .eguide {
    margin-bottom: 35px;
  }
}
.eguides .eguide--wrapper {
  width: 90%;
}

@media screen and (max-width: 992px) {
  .eguides .eguide--wrapper {
    width: 100%;
  }
}
.eguides .eguide--wrapper__right {
  margin-left: 25%;
}

@media screen and (max-width: 992px) {
  .eguides .eguide--wrapper__right {
    margin-left: 0;
  }
}
.eguides .eguide__title {
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.eguides .eguide__excerpt {
  font-family: Source Sans Pro;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (min-width: 832px) and (max-width: 1024px) {
  .eguides .eguide__excerpt {
    font-size: 18px;
  }
}
.eguides .eguide__views {
  margin-bottom: 20px;
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #999;
  letter-spacing: 1px;
}

@media screen and (max-width: 831px) {
  .eguides .eguide__views {
    margin-bottom: 20px;
  }
}
.choose-wes {
  margin: 0px 0;
}

.choose-wes .value__props {
  text-align: center;
  color: #013763;
  margin-bottom: 50px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .choose-wes .value__props {
    width: 100%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 831px) {
  .choose-wes .value__props {
    text-align: left;
  }
}
.choose-wes .value__props .value__prop {
  font-size: 18px;
  width: 30%;
  display: inline-block;
  float: none;
  vertical-align: text-top;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .choose-wes .value__props .value__prop {
    margin-bottom: 55px;
  }
  .input .txtEmail {
    max-width: 600px;
}

}
@media screen and (max-width: 831px) {
  .choose-wes .value__props .value__prop {
    margin-bottom: 40px;
    font-size: 16px;
    width: 100%;
  }

  .choose-wes .value__props .value__prop:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .choose-wes .value__props .value__prop {
    margin-bottom: 20px;
    text-align: center;
  }
  .choose-wes .value__props .value__prop__img {
    display: inline-block;
    width: 20%;
    margin-bottom: 0;
    vertical-align: top;
    margin:0 auto 15px!important;
}
  .choose-wes {
    margin: 0px 0px 30px;
}
}
.choose-wes .value__props .value__prop__img {
  margin-bottom: 35px;
  max-width: 130px;
}
@media screen and (max-width: 724px) {
  .choose-wes .value__props .value__prop__img {
    display: inline-block;
    width: 20%;
    margin-bottom: 0;
    vertical-align: top;
  }
}
@media screen and (max-width: 430px) {
  .choose-wes .value__props .value__prop__img {
    margin-top: 10px;
    margin-right: 15px;
  }
    .choose-wes .value__props .value__prop--content-wrapper {
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 431px) and (max-width: 831px) {
  .choose-wes .value__props .value__prop--content-wrapper {
    width: 45%;
    margin: auto;
  }
}
.choose-wes .value__props .value__prop__title {
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.428571429;
  text-align: center;
  color: #013763;
}

.choose-wes .value__props .value__prop__sub {
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
  text-align: center;
  color: #013763;
}

@media screen and (max-width: 480px) {
  .choose-wes .value__props .value__prop__sub {
    font-size: 14px;
  }
}


.eGuide-content {
  margin-bottom: 70px;
}

.advisor_search_box input.nav--search--button {
  padding: 17px;
  margin-left: -5px;
}
.essb_links {
    word-wrap: normal !important;
    clear: both;
    margin: 1em 0;
    position: fixed;
    top: 502px;
    z-index: 1;
}
.essb_links.essb_width_columns_2 li {
    width: 50%;
    text-align: right;
    padding-bottom: 14px !important;
}
.essb_item.essb_link_twitter.nolightbox,.essb_item.essb_link_linkedin.nolightbox{
  text-align: center;
}
.essb_links.essb_template_clear-retina .essb_link_facebook a .essb_icon {
    background-color: #1F9055 !important;
}
.essb_links.essb_template_clear-retina .essb_link_twitter a .essb_icon {
    background-color: #1F9055 !important;
}
.essb_links.essb_template_clear-retina .essb_link_google a .essb_icon {
    background-color: #1F9055 !important;
}
.essb_links.essb_template_clear-retina .essb_link_linkedin a .essb_icon {
    background-color: #1F9055 !important;
}
.eGuide-articles {
  background-color: #efeeed;
  padding: 25px 25px 25px 25px;
  margin: 0px auto 35px;
  text-align: center;
  max-width: 262px;
}
.eGuide-articles .subscribe{
  width: 100%;
  max-width: 210px;
}
.eGuide-articles .wpcf7-form .wpcf7-email {
  width: 210px;
  color: #333;
  margin: auto;
}

.eGuide-articles .wpcf7-submit {
  border: 1px solid #1f9055;
  padding: 14px 64px;
  color: #fff;
  background-color: #1f9055;
  margin-left: 0;
  width: 210px;
  margin-top: 15px;
}
.e-guide-result {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
padding-bottom: 40px;
}
.single-advisor_blog .e-guide-result{
    border-bottom: 0px;
    padding-bottom:0px;
     margin-bottom: 0px;
}
.e-guide-result h3.title a{
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color:#1F9055;
  margin-bottom: 10px;
  text-decoration: underline;
}
#e-guides-wes .e-guide-result h3.title{
  margin-bottom: 25px;
}
.e-guide-result h3.title {
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #1F9055;
    margin-bottom: 10px;
}
.e-guide-result .date {
    font-family: "Source sans Pro", Sans Serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.content-e-guide {
  font-family: "Source Sans Pro", Sans Serif;
font-size: 16px;
line-height: 22px;
color: #013763;
}
.content-e-guide p{
  margin-bottom: 15px;
}
.content-e-guide ul {
  list-style: unset;
  padding: 0px 0px 20px 30px;
}

.e-guide-result .guide-img img {
  width: 100%;
  height: auto;
  max-width: 160px;
}
.guide-img-cont {
  padding-left: 15px;
  margin-left: -15px;
  text-align: left;
}
.advisor_search_box {
  background: #fff;
  margin-bottom: 50px;
}

.advisor_search_box input.advisor--search, .advisor_search_box input.blog--search, .advisor_search_box input.guide--search {
  border: 1px solid #999;
}

@media only screen and (max-width: 767px)
{
  .guide-img-cont {
    display: none;
  }
}

/*Generic Page Styles*/
@media screen and (min-width: 1281px) {
  .gen_page {
    margin-top: 177px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .gen_page {
    margin-top: 159px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page {
    margin-top: 126px;
  }
}
.gen_page p a, .gen_page ul li a, .gen_page ol li a {
  font-weight: 700;
  color: #1f9055;
  text-decoration: underline;
  font-family: "Source Sans Pro";
}
.gen_page .banner p a, .gen_page .banner ul li a, .gen_page .banner ol li a {
  color: #fff;
}
.bg_grey {
    background-color: #f4f3f3;
}
.page-template-leadership-default .bg_grey:nth-child(5n+0) {
    display:none;
}
.bg-dynamic:nth-of-type(odd) {
  background:#f4f3f3;
}
.anchor{
  display: block;
  height: 190px; /*same height as header*/
  margin-top:-190px; /*same height as header*/
  visibility: hidden;
}
.single-anchor{
  display: block;
  height: 250px; /*same height as header*/
  margin-top:-250px; /*same height as header*/
  visibility: hidden;
}
.gen_page .intro {
  margin-bottom: 50px;
}
.gen_page .intro h3 {
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #1F9055;
    margin-bottom: 10px;
}
.gen_page .intro h2 {
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #013763;
    margin-bottom: 10px;
}
.gen_page .intro h4 {
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #013763;
    margin-bottom: 10px;
}


.evaluation_description {
    text-align: left;
}
.evaluation-reports img {
    padding-bottom: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .evaluation-reports img
  {
    height: 80px;
    width: auto;
  }
}
.page-id-1791 .evaluation-reports .col-md-4,.page-id-5587 .evaluation-reports .col-md-4  {
    width: 100%;
  margin-top:30px;
}

.page-id-1141 .evaluation-reports,.page-id-1142 .evaluation-reports,.page-id-5587 .evaluation-reports {
  width: 80%;
  margin: auto;
}
.page-id-1141 .evaluation-reports .col-md-4,.page-id-1141 .evaluation-reports .col-sm-4,.page-id-1142 .evaluation-reports .col-md-4,.page-id-1142 .evaluation-reports .col-sm-4,.page-id-5587 .evaluation-reports .col-md-4,.page-id-5587 .evaluation-reports .col-sm-4 {
    width: 50%;
}


@media screen and (max-width: 959px) {
  .gen_page .intro {
    /*margin-top: 40px;
    */ margin-bottom: 30px;
  }
}
.gen_page .intro__title {
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page .intro__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
   h1,h1 span {
    font-size: 32px;
      padding: 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  h1,h1 span {
    font-size: 26px;
      padding: 30px 0px;
    line-height: 32px;
  }
  .advisor_search_box {
    background: #fff;
    margin-bottom: 15px;
}
  

.essb_links {
    word-wrap: normal !important;
    clear: both;
    margin: 0;
    position: relative;
    top: 0px;
    z-index: 1;
}
  .essb_links.essb_width_columns_2 li {
    width: auto !important;;
    text-align: left;
    padding-bottom: 0px !important;
    display: inline-block !important;
}
}
.gen_page .intro__content, .more_cont {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  color: #013763;
  padding: 0 0px;
}
.gen_page .intro__content p,.evaluation-reports, .recommendation .intro__content{
  font-family: "Source Sans Pro", Sans Serif;
  font-weight:400;
  font-size: 16px;
  line-height: 22px;
  color: #013763;
  margin-bottom:20px;
}
.gen_page .intro__content p em i{
  font-style: italic;
}
.evaluation-reports a{
  color:#1F9055;
  font-weight: 700;
}
.gen_page .intro__content ul, .evaluation-reports ul,.recommendation .intro__content ul{
  list-style: unset;
  padding:0px 0px 20px 30px;
}
.gen_page .intro__content li,  .evaluation-reports li, .recommendation .intro__content li{
  margin-bottom: 5px;
}
.more_cont {
  display: none;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page .intro__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .gen_page .intro__content {
    font-size: 16px;
  }
   #Captivate1 embed {
    width: 100%;
    height: 100%;
    margin: 15px 0px;
}

}

.gen_page .intro .item__cta{
  text-align:center;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page .intro .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .gen_page .intro .button {
    margin-top: 40px;
    font-size: 16px;
  }
}
.gen_page .intro .button:hover {
  color: #fff;
  background-color: #013763;
  text-decoration: none;
}

.gen_page .banner {
  position: relative;
  padding: 0;
}

.gen_page .banner__content--bg, .gen_page .banner__img {
  position: absolute;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .gen_page .banner__content--bg, .gen_page .banner__img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.gen_page .banner__img {
  left: 0;
}

@media screen and (max-width: 959px) {
  .gen_page .banner__img {
    display: none;
  }
}
.gen_page .banner__img--fullWidth {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .gen_page .banner__img--fullWidth {
    display: none;
  }
}
.gen_page .banner__img__mob img {
  width: 100%;
}

.gen_page .banner__content {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding: 60px;
}
.gen_page .banner__content .button{
  margin-top:25px;
}
@media screen and (max-width: 959px) {
  .gen_page .banner__content {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
}
.gen_page .banner__content--fullWidth {
  width: 100%;
  margin-left: auto;
  padding: 60px 40px;
}

.gen_page .banner__content p {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
}
.gen_page .banner__content strong{
  font-weight: 700;
  font-family: "Source Sans Pro", Sans Serif;
   font-size: 16px;
  line-height: 22px;
   margin-bottom: 10px;
}

.gen_page .banner__content ol{
  padding:0px 0px 10px 30px;
}
.gen_page .banner__content li{
  margin-bottom: 5px;
}
.gen_page .banner__content  h3{
  color:#fff;
  margin-bottom: 10px;
}
.gen_page .banner__content .title {
  font-family: "Montserrat", Sans Serif;
  font-size: 18px;
  font-weight: 600;
  color: #1f9055;
}

@media screen and (max-width: 959px) {
  .gen_page .banner__content .title {
    text-align: center;
  }
}
.gen_page .banner__content .title--fullWidth {
  padding: 0;
}

.gen_page .banner__content .copy {
  max-width: 600px;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .gen_page .banner__content .copy {
    max-width: 100%;
    padding: 0 20px;
  }
}
.gen_page .banner__content .copy--fullWidth {
  max-width: none;
}

@media screen and (max-width: 959px) {
  .gen_page .banner__content .copy--fullWidth {
    padding: 0;
  }
}
.gen_page .banner__content .copy--fullWidth p {
  padding: 0;
}

.gen_page .page-content {
  margin: 0;
}

@media screen and (min-width: 960px) {
  .gen_page .page-content.hasTitle {
    margin: 0px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page .page-content .section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .gen_page .page-content .section__title {
 
    font-size: 24px;
  }

  .gen_page .page-content .section__title span {
    display: block;
  }
}
.gen_page .page-content .item {
  padding-top: 60px;
  padding-bottom: 70px;
  color: #013763;
}

@media screen and (max-width: 959px) {
  .gen_page .page-content .item {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 991px) {
  .gen_page .page-content .item__content, .gen_page .page-content .item__img {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .gen_page .page-content .item__img {
    display: none;
  }
}
.gen_page .page-content .item__img--right {
  text-align: right;
}

.gen_page .page-content .item__img img {
  width: 100%;
  margin-top: 25px;
  max-width: 540px;
}

.gen_page .page-content .item__img__mob img {
  width: 100%;
}

.gen_page .page-content .item .headline {
  margin-bottom: 0;
  margin-top: 20px;
}
.page-id-3321 .page-content .item .copy p:first-child {
  margin: 0 0 10px;
  color:#1F9055; 
}
.gen_page .page-content .item .headline__num {
  margin-right: 10px;
  font-family: montserrat_light;
  font-size: 70px;
}

@media screen and (max-width: 959px) {
  .gen_page .page-content .item .headline__num {
    font-size: 50px;
  }
}
@media (min-width: 960px) and (max-width: 1024px), screen and (min-width: 361px) and (max-width: 959px) {
  .gen_page .page-content .item .headline__num {
    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .gen_page .page-content .item .headline__num {
    margin-right: 10px;
  }
}


@media screen and (max-width: 959px) {
  .gen_page .page-content .item .headline__txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 490px) and (max-width: 959px) {
  .gen_page .page-content .item .headline__txt {
    margin-top: 25px;
    vertical-align: top;
  }
}
.gen_page .page-content .item .copy {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
}
.gen_page .page-content .item .copy li{
  margin-bottom: 5px;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page .page-content .item .copy {
    font-size: 18px;
  }
 
}
@media screen and (max-width: 959px) {
  .gen_page .page-content .item .copy {
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.gen_page .page-content .item .copy p {
  margin: 20px 0 20px;
}
.gen_page .page-content .item .copy ol,.gen_page .page-content .item .copy ul {
  margin: 20px 0 20px;
    padding: 0px 0px 10px 30px;
  line-height:22px;
  font-size:16px;
}
@media screen and (max-width: 959px) {
  .gen_page .page-content .item__cta {
   /* text-align: center;*/
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .gen_page .page-content .item__cta .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .gen_page .page-content .item__cta .button {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  
  .gen_page .page-content .item__cta .button
  {
    padding: 6px 20px;
  }

}
@media screen and (max-width: 400px) {
  
  .gen_page .page-content .item__cta .button
  {
    padding: 6px 20px;
  }

}
.gen_page .page-content .item__cta .button:hover {
  color: #fff;
  background-color: #013763;
  text-decoration: none;
}

.gen_page .banner__content .title {
  font-family: "Montserrat", Sans Serif;
  font-size: 18px;
  color: #fff;
}

.gen_page .page-content .item__leadership--img img {
  width: 100%;
  margin-top: 25px;
  max-width: 187px;
}


@media screen and (min-width: 1120px) {
  .header-default {
    margin-top: 220px;
  }
}
@media screen and (max-width: 1119px) {
  .header-default {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1040px) {
  .header-default {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .header-default {
    margin-top: 160px;
  }
}
@media screen and (max-width: 959px) {
  .header-default {
    margin-top: 0;

  }
}
@media screen and (max-width: 832px) {
  .header-default {
    margin-top: 2px;
  }
}
.toggle-pills {
  position: static;
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 30px;
}

.toggle-pills .col {
  padding-left: 0;
  padding-right: 0;
}

.toggle-pills a {
  display: block;
  font-size: 18px;
  font-weight: 900;
  width: 98%;
  padding: 15px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #1f9055;
}

.toggle-pills .active, .toggle-pills a:hover {
  background-color: #1f9055;
  color: #fff;
}

.toggle-pills .active:hover {
  text-decoration: none;
  background-color: #fff;
  color: #1f9055;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gen_page .page-content .item .headline {
   /* text-align: center;*/
  }
}

.gen_page .page-content .item p.profile_position {
   font-family: "Source Sans Pro", Sans Serif;
   font-size: 16px;
   line-height: 22px;
   color: #1F9055;
   margin-bottom: 20px;
}
.item__leadership--content p{
   font-family: "Source Sans Pro", Sans Serif;
   font-size: 16px;
   line-height: 22px;
   color: #013763;
   margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gen_page .page-content .item p.profile_position {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .gen_page .page-content .item p.profile_position {
    font-size: 16px;
  }
}
.gen_page .page-content .itemleadership--img {
  text-align: center;
}

.gen_page .page-content .itemleadership--img img {
  width: 100%;
  margin-top: 25px;
  max-width: 187px;
}

.gen_page .page-content .itemfull--name {
  display: inline-block;
  font-family: montserrat_light;
  font-size: 26px;
  color: #1f9055;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gen_page .page-content .itemfull--name {
    font-size: 26px;
  }
}
.gen_page .page-content .itemleadership--content {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gen_page .page-content .itemleadership--content {
    font-size: 16px;
  }
  .post-type-archive-events .col-sm-12.event__item__featImg.event-img,.post-type-archive-partners_events .col-sm-12.event__item__featImg.event-img {
    width: 100%;
}
.post-type-archive-events .col-sm-12.event__item__descr,.post-type-archive-partners_events .col-sm-12.event__item__descr,
.post-type-archive-events .col-lg-7.event__item__descr,.post-type-archive-partners_events .col-lg-7.event__item__descr
{
    width: 100%;
}
.nav__search__box input.nav--search {
    width: 65%;
    font-size: 18px;
    padding: 14px;
}
  .nav__search__box input.nav--search--button {
    font-family: "Montserrat", Sans Serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #1f9055;
    padding: 15px;
    width: 35%;
    border: none;
    margin-left: -5px;
}
  .advisor_search_box {
    background: #fff;
    margin-bottom: 15px;
}
.essb_links {
    word-wrap: normal !important;
    clear: both;
    margin: 0;
    position: relative;
    top: 0px;
    z-index: -1;
}
  .essb_links.essb_width_columns_2 li {
    width: auto !important;;
    text-align: left;
    padding-bottom: 0px !important;
    display: inline-block !important;
}
  
}


@media (min-width: 1320px) {
  
  .gen_page .banner__content {
    position: relative;
    width: 50%;
    margin-left: 50%;
    padding: 110px 60px;
}
  .top-nav {
    float: left;
    margin: 6px 0 0;
    padding: 0;
    list-style-type: none;
    margin-left: 339px;
    height: 45px;
    width: 100%;
}
.nav__main ul li a {
    color: #fff;
    background-color: transparent !important;
    font-family: "Montserrat", Sans Serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 46px 20px;
} 
  #aBlog, #eGuide {
  padding: 177px 0 0px;
}
}
/*Carousel*/
.carousel {
  padding-bottom: 50px;
  margin-bottom: 0px;
  
}

@media screen and (max-width: 831px) {
  .carousel {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .carousel#quotes-slider {
    padding-bottom: 60px;
  }
}
.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 30px;
  background-color: #013763;
}

@media screen and (max-width: 680px) {
  .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
}
.carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin: 0 30px;
  background-color: #1f9055;
}

@media screen and (max-width: 680px) {
  .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
}
.carousel-indicators li.quotes {
  background-color: #fff;
  border: none;
}

.carousel-indicators li.quotes.active {
  background-color: #013763;
}

@media screen and (max-width: 831px) {
  .carousel-indicators.quotes {
    width: 100%;
    margin-left: -50%;
  }
}
.carousel-inner .item {
  text-align: center;
  min-height: 210px;
  height: auto;
}

.carousel-control {
  width: auto;
  opacity: 1;
}

@media screen and (max-width: 831px) {
  .carousel-control {
    display: none;
  }
}
.carousel-control.left {
  background-image: none !important;
}

.carousel-control.left .glyphicon-chevron-left {
  left: 20px;
  margin-left: 0;
  color: #013763;
}

.carousel-control.left .carousel_prev {
  width: 40px;
  height: 80px;
  background: url(assets/images/carousel_controls.png) no-repeat;
  margin-top: 40px;
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .carousel-control.left .carousel_prev {
    width: 20px;
    height: 40px;
    background-size: 200%;
    margin-top: 60px;
    display: none;
  }
}
.carousel-control.right {
  background-image: none !important;
}

.carousel-control.right .glyphicon-chevron-right {
  right: 20px;
  margin-right: 0;
  color: #013763;
}

.carousel-control.right .carousel_next {
  width: 40px;
  height: 80px;
  background: url(assets/images/carousel_controls.png) no-repeat 100%;
  margin-top: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .carousel-control.right .carousel_next {
    width: 20px;
    height: 40px;
    background-size: 200%;
    margin-top: 60px;
  }
}
.tool {
  width: 33.3%;
  max-width: 380px;
  display: inline-block;
  margin-left: -5px;
  text-align: center;
}
.tool__link {
  font-size: 17px;
  color: #013763;
  font-family: "Montserrat",Sans Serif;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
}
a.tool__link:hover,a.tool__link:focus {
    color: #013763;
    text-decoration: underline;
}
@media screen and (max-width: 831px) {
  .tool {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 360px) and (max-width: 831px) {
  .tool {
    padding: 0 55px;
  }
}
/*Mobile subscribe*/
@media screen and (max-width: 480px) {
    .email_upd {
    margin-top: 30px;
}

  .email_upd p:first-child {
    margin-bottom: 20px;
  }
  .email_upd .input {
    display: block!important;
    align-items: center; 
}
  

  .input #txtEmail,.input #txtEmailFooter {
    text-align: center;
    color: #fff;
    padding: 14px 18px;
    width: 100%;
    font-family: "Source Sans Pro", Sans Serif;
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    background: none;
    max-width: 320px;
    border: 1.25px solid #fff;
    margin-bottom:20px;
}
  .input .button-subscribe {
    padding: 13px 40px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0px !important;
    font-family: "Montserrat",Sans Serif;
    font-size: 16px;
    margin: 0px 0px 20px;
    border-top: 1px solid #fff;
    width: 100%;
}
  .input .subscribe-green {
  background-color: #1F9055;
}
  
  
    .footer__links ul li {
        display: block!important;
        font-size: 12px !important;
    }

}
@media screen and (max-width: 831px) {
  .tool {
    padding: 0 40px;
  }
}
.tool__icon {
  margin-bottom: 35px;
  max-width: 130px;
}

@media screen and (max-width: 831px) {
  .tool__icon {
    display: inline-block;
    margin-right: 20px;
  }
}

/*Instutions Styles*/
.access-wes {
    max-width: 685px;
    margin: auto;
    background: #F4F3F3;
    padding: 15px 30px;
}
.access-wes h1 {
    font-family: Montserrat;
    font-size: 24px;
    text-align: center;
    margin-bottom: 23px;
}
.access-wes span {
    color: #1F9055;
}
#thankYou_message p span{
  font-family:"Source Sans Pro"!important;
  font-size:16px!important;
  color:#013763!important;
}
#thankYou_message p:first-child span{
  color:#1F9055!important;
  font-family: "Montserrat", Sans Serif!important;
  font-size: 36px!important;
   line-height: 30px;
   text-align: left;
    text-decoration: none;
}
#thankYou_message a{
  font-weight: 700!important;
color: #1f9055!important;
text-decoration: underline!important;
font-family: "Source Sans Pro"!important;
}
.institution-logo {
  max-width: 350px;
  margin: 0px auto 50px;
}
.page-id-8099 .institution-logo,.page-id-9136 .institution-logo {
  display: none;
}
.page-template-institutions-default-logo .gen_page .intro{
  margin-bottom: 0px;
}
.page-id-8751 .institution-logo{
  max-width: 590px;
}
.institution-logo img{
  width: 100%;
}
.intro__content.institution-title {
  font-family: "Montserrat", Sans Serif;
font-weight: 400;
font-size: 36px;
margin-bottom: 50px;
color: #013763;
  text-align: center;
}
.register-sect h3.inst-events{
  font-family: "Montserrat", Sans Serif;
font-weight: 600;
font-size: 22px;
line-height: 30px;
color: #1F9055;
margin-bottom: 5px;
}
.register-sect a h3.inst-events{
  text-decoration: underline;
}
.register-sect a{
  text-decoration: none;
}
.caption p.date {
    font-family: "Source Sans Pro", Sans Serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
#partners .jumbotron-blue {
    padding: 15px 0;
   background-color: #013763;
}
.gtb-subscribe p{
    font-size: 18px;
}
.latest-research .post{
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
}
.latest-research .post__title a {
  font-weight: 700;
  color: #1f9055;
  font-size:22px;
  text-decoration: underline;
  font-family: "Source Sans Pro";
  margin-bottom:20px;
}
.latest-research p {
    margin-top: 10px;
    font-family: "Source Sans Pro", Sans Serif;
    font-size: 16px;
    line-height: 22px;
    color: #013763;
}

.our-program h3{
    text-align: center;
    text-decoration: underline;
    margin-bottom: 10px;
}
#partners .subscribe-partners .wpcf7-form .wpcf7-submit {
    padding: 14px 34px;
    margin-left: -3px;
    font-weight: 700;
    background-color: #fff;
    margin-top: 1px;
    border: 1px solid #fff;
    border-top: 0px;
}
#partners .subscribe-partners .wpcf7-form .wpcf7-email {
    text-align: center;
    color: #fff;
    padding: 13px 18px;
    max-width: 320px;
    font-family: "Source Sans Pro", Sans Serif;
    font-weight: 400;
    font-size: 18px;
    height: 52px;
    color: #333;
}
#partners .email_upd {
    margin: 16px 0px;
}
.inst-blue-section {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.inst-blue-section span {
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    color: #1f9055;
}

.inst-header {
  position: relative;
  padding: 50px 0;
  min-height: 230px;
  background-image: url(assets/images/inst-header_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}
.approach {
    margin: 0px 0 50px;
}

@media screen and (min-width: 960px) {
  .inst-header {
    height: 420px;
  }
}
@media screen and (max-width: 1600px) {
  .inst-header {
    background-position: 70% 0;
  }
}
@media screen and (min-width: 1120px) {
  .inst-header {
    height: 420px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 1119px) {
  .inst-header {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1040px) {
  .inst-header {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .inst-header {
    margin-top: 160px;
  }
 
}
@media screen and (max-width: 959px) {
  .inst-header {
    margin-top: 0;
  }
}
@media screen and (max-width: 832px) {
  .inst-header {
    margin-top: 2px;
  }
}
.inst-login {
  width: 400px;
  background-color: #013763;
  padding: 25px;
  float: right;
}
.inst-login a{
  color:#1F9055;
}
.inst-headerTitle {
  margin: 0;
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  color: #1f9055;
  font-size: 30px;
}

.inst-headerSubtitle {
  color: #fff;
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.inst-form {
  border-radius: 0;
}

.comment-form p .inst, .form-group .inst, .search-form label .inst {
  margin-bottom: 20px;
}

.help-video .thumbnail .caption h3, .help-video .wp-caption .caption h3, .help-video .wp-caption .caption h3 .inst {
  margin-bottom: 10px;
  font-weight: 400;
}

.inst-captionTitle {
  font-size: 16px;
  font-family: "Source Sans Pro", Sans Serif;
}

.register-sect {
  margin: 0;
  padding: 0px 0 50px;
  background-color: #f0efef;
}
.register-sect .caption{
  min-height: 116px;
  
}
.caption-events{
  margin-bottom: 30px;
}
.register-sect h2 {
    font-family: "Montserrat", Sans Serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #1F9055;
    margin-bottom: 20px;
}
#article{
  margin-bottom: 10px;
  
}
.wenr-feed-title {
    display: none;
}
.wenr-widget ul{
  list-style: none;
}
.wenr-main-title {
    display: none;
}
.wenr-widget li{
  /*! border-bottom: 1px solid #ccc!important; */
  padding-bottom: 20px!important;;
  padding-top:20px!important;
}
.wenr-widget li:first-child{
  /*! border-top: 1px solid #ccc!important; */
}
.wenr-widget li a{
  font-family: "Montserrat", Sans Serif;
   font-weight: 600;
   font-size: 22px;
   line-height: 30px;
   color: #1F9055;
    margin-bottom: 20px;
  text-decoration: underline;
}
.feedzy-rss .rss_item {
    margin: 0!important;;
    width: 50%;
    padding: 18px 15px !important;
    float: right;
}
.wenr-widget li .rssSummary{
   margin-top: 10px;
    font-family: "Source Sans Pro", Sans Serif;
    font-size: 16px;
    line-height: 22px;
    color: #013763;
}
#article p {
    margin-top: 10px;
    font-family: "Source Sans Pro", Sans Serif;
    font-size: 16px;
    line-height: 22px;
    color: #013763;
}

.register-sect .read-more{
  margin-top:20px;
}
.register-sect .read-more a{
  border-radius: 30px;
  padding: 8px 35px;
  border:1px solid #013763;
  border-radius: 25px;
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  color:#013763;
}
.register-sect .article-desc{
  border-bottom:1px solid #ccc;
  padding-bottom: 15px;
}
.register-sect .read-more a:hover{

  background:#013763;
  color:#fff;
}


.inst-blue-section {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
   color: #fff;
   font-family: "Montserrat", Sans Serif;
    letter-spacing: 1px;
   line-height: 1.428571429;
   font-weight: 300;

}
.page-id-732 .email_upd--events {
    margin-bottom: 10px;
     margin-top:17px;
}
.inst-news {
  text-align: center;
  margin-bottom: 30px;
}
#desc2 p:last-child,#desc3 p:last-child,#desc4 p:last-child,#desc5 p:last-child {
    display: none;
}

.btn-default, .search-form .search-submit {
  font-weight: 700;
  color: #013763;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #013763;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .inst-login {
    width: 100%;
    background-color: #09355a;
    padding: 25px;
    float: none;
  }

  .wpcf7-form .wpcf7-email {
    max-width: 100% !important;
  }
 .feedzy-rss .rss_item {
    margin: 0 !important;
    width: 100%;
    padding: 18px 15px !important;
  }
 
}

@media screen and (max-width: 1200px) {
  .email_upd--events {
    margin-bottom: 10px;
  }
}
.email_upd--events > p {
  color: #4ba677;
  font-family: "Montserrat", Sans Serif;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 30px;
}

@media screen and (max-width: 831px) {
  .email_upd--events > p {
    margin-top: 35px;
  }
}
@media screen and (max-width: 736px) {
  .email_upd--events > p {
    text-align: center;
  }
}
.event-card {
  margin: 0;
}

.event-sub {
  margin-bottom: 25px;
  margin-top: -15px;
font-family: "Source Sans Pro", Sans Serif;
font-size: 16px;
line-height: 22px;
color: #013763;
}

@media only screen and (max-width: 767px) {
  .event-img {
    display: none;
  }
}
#resHome {
  padding: 177px 0 50px;
}
#resHome p {
    font-family: "Montserrat", Sans Serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0;
    color: #013763;
}
.page-template-template-research input[type="checkbox"] + label {
    border: 2px solid #dad7d5;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff !important;
    float: left;
    margin-bottom: 19px;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {

  #resHome {
    padding: 150px 0 20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 959px) {
    
     #resHome {
         padding: 10px 10px 20px !important;
    }
    
}
@media only screen and (max-width: 767px) {
  .card-img {
    display: none;
  }
}
.resTitle-blue {
  color: #013763;
  font-weight: 400;
  font-size: 45px;
}

#conTitle {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btnSpace {
  padding-top: 80px;
}

.resTitle-green {
  color: #1f9055;
  font-weight: 900;
  font-size: 45px;
}

.card-img {
  width: 100%;
}

.research-gtb .card-img {
  width: 100%;
    height: auto;
}
.card-res {
  padding-bottom: 50px;
}

.card-res, .res-title {
  padding-top: 50px;
}

.card-title {
  color: #1f9055 !important;
  font-weight: 700;
  margin-top: 0;
}

.card-con {
  position: relative;
  margin: .5rem 0 1rem;
  background-color: #666;
}

.res-links, .res-links-research-page {
  font-weight: 700;
  font-size: 18px;
}

.res-links-research-page {
  bottom: 40px;
  left: 190px;
 
}
.res-links-research-page ul{
  list-style: none;
}
.res-links-research-page li{
   font-family: "Source Sans Pro", Sans Serif;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
margin-bottom: 10px;
  padding:0px 5px;
  color: #1F9055;
  display: inline-block;
}

.res-links-research-page .glyphicon{
  color: #1f9055;
  margin-right: 8px;
}
.res-links2 {
  padding: 10px;
}

.res-btn {
  width: 200px;
  background-color: rgba(237, 237, 237, 0);
  color: #1f9055;
}

.res-btn, .res-btn:hover {
  border: 1px solid #1f9055;
}

.res-btn:hover {
  background-color: #1f9055;
}

.res-btn-research-page {
  margin-bottom: 40px;
  margin-top: 40px;
}

.email-research .wpcf7-form .wpcf7-submit {
  color: #013763;
}

.email-research .wpcf7-form .wpcf7-email {
  background-color: rgba(255, 0, 0, 0);
}

.email-research .wpcf7-form p {
  font-size: 18px;
}

.research-email-input {
  float: left;
  margin-top: 28px !important;
}

.res-banner {
  padding: 10px 0;
}

.card-con {
  position: relative;
  height: 300px;
}

.consult-image {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card-con-content {
  padding: 5px 20px 20px;
  border-radius: 0 0 2px 2px;
}

.card-con-title {
  font-weight: 700;
  color: #fff !important;
}

.card-con-img {
  max-height: 65%;
  overflow: hidden;
}
.recommended-articles {
    background: #fff;
}
.con-title {
  padding-bottom: 50px;
  padding-top: 50px;
  z-index: 10000;
}

.con-btn-row {
  padding-bottom: 100px;
  padding-top: 50px;
}
/*Evaluations and Fees*/
.eval-blue {
  padding: 75px 0 260px;
}

.eval-blue h1 {
  color: #fff;
  padding-bottom: 13px;
}

.comment-form .eval-blue input.btn-default[type=submit], .eval-blue .btn.btn-default, .eval-blue .comment-form input.btn-default[type=submit], .eval-blue .search-form .search-submit, .search-form .eval-blue .search-submit {
  margin-top: 25px;
}

#evaluation-top {
  padding: 177px 0 50px;
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color:#013763;
}
#evaluation-top a{
  text-decoration: none;
}

.recommendation p{
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color:#013763;
  margin-bottom: 20px;
  text-align: left;
}
.recommendation strong{
  font-weight: 700;
}
.recommendation  a {
    color: #1F9055;
    font-weight: 700;
  font-family: "Source Sans Pro", Sans Serif;
}
.recommendation ul{
  list-style: inside;
padding: 0px 0px 20px 15px;
  font-family: "Source Sans Pro", Sans Serif;
  color:#013763;
}
.recommendation ul li{
  margin-bottom: 5px;
}
#evaluation-top select {
  margin-top: 20px;
  color: #013763;
  font-weight: 400;
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 16px;
}
#ajax-content{
  color: #013763;
  font-weight: 400;
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 16px;
}
.recommendation p.blue-text a, .recommendation ul a{
  color:#1F9055;
  font-weight: 700;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #evaluation-top {
    padding: 0;
  }

  #evaluation-top select {
    margin-top: 20px;
  }
}
.eval-grey .btn-default, .eval-grey .search-form .search-submit, .search-form .eval-grey .search-submit {
  margin-top: 20px;
  background-color: #f0efef;
}

.eval-grey .btn-default:hover, .eval-grey .search-form .search-submit:hover, .search-form .eval-grey .search-submit:hover {
  color: #f0efef;
  background-color: #013763;
}

.eval-grey h5, .eval-grey p {
  color: #013763;
}

.eval-white {
  padding: 75px 0 100px;
}

.eval-white h1 {
  padding-bottom: 13px;
}

.eval-white a {
  text-decoration: underline;
  line-height: 2.1;
}

.eval-white p span {
  font-weight: 700;
  color: #1f9055;
}

.eval-white .resources-btn {
  text-decoration: none;
  margin: 30px 15px;
}

.eval-white .evaluation-paragraph {
  padding: 40px 0 25px;
  text-align: left;
}

.eval-white .map-row p {
  color: #013763;
}

.icons-row img {
  margin-top: 50px;
}

.icons-row p {
  margin: 25px 0 50px;
  font-family: "Montserrat";
  font-weight: 400;
}

.map-img {
  padding-bottom: 50px;
  width:100%;
  max-width:699px;
}

.services-table  {
  color: #013763;
  padding-bottom: 40px;
  
}
.services-table th {
  text-align: center;
}

.services-table tbody > tr > td, .services-table thead > tr > th {
  padding: 20px 10px;
  border-right: 1px solid #f0efef;
  font-size: 16px;
  
  border-bottom: none;
}
.services-table tbody > tr > td:last-child, .services-table thead > tr:last-child > th {
    border-right: 0px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.services-table .price-col {
  font-size: 28px;
}

.services-table .light-row {
  background-color: #f0efef;
}

.services-table .light-row td {
  border-right: 1px solid #dcdcdc;
}

.services-table .dark-row {
  background-color: #dcdcdc;
  font-family: "Source Sans Pro";
  
}

.services-table .white-row {
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.services-table .end-col strong{
  font-size:28px;
  padding:20px 0px;
  font-weight: normal !important;
}
.services-table .end-col {
  border-right: 1px solid #013763;
  background:#1F9055;
  color:#fff;
}

.services-top-table {
  margin: 0px 0 0;
}

.services-top-table th {
  text-align: center;
  background-color: #1f9055;
  color: #fff;
  border-right: 0px solid #f0efef;
  font-size: 18px;
  
}

.services-top-table .table-padding {
  padding: 20px;
}
.services-top-table th:first-child {
  background:#EFEFEF;
}
.dark-row .end-col{
  border-right:0;
}

.fees-table {
  cursor: default;
  color: #013763;
}
.fees-table a{
  color:#1F9055;
  font-weight:700;
}

.fees-table tbody > tr > td {
  border-top: inherit;
  width: 92%;
}

.fees-table .title-green {
  color: #1f9055;
  font-weight: 600;
}

.fees-table .sub-item {
  color: #333;
  padding-left: 25px;
}
.fees-table ul {
    /*list-style: inside;*/
    padding: 0px 0px 10px 28px;
    font-family: "Source Sans Pro", Sans Serif;
    color: #013763;
}
.fees-table  li{
  margin-bottom: 5px;
}
.fees-table .glyphicon-chevron-down, .fees-table .glyphicon-chevron-right {
  padding-left: 10px;
}

.fees-container {
  padding-top: 25px;
  padding-bottom: 40px;
}
.eval-icon {
  cursor: pointer;
}

a.list--item {
  display: block;
  font-weight: 900;
}

h5.list--group--header {
  font-size: 18px;
  font-weight: 900;
  color: gray;
}

.search_archive {
  margin-top: 177px;
  margin-bottom: 50px;
}
.search_archive .tab-content p{
  font-family: "Source Sans Pro", Sans Serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #013763;
margin-bottom: 10px;
  margin-top:5px
}
.search_archive .tab-content ul{
   font-family: "Source Sans Pro", Sans Serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #013763;
  list-style: unset;
padding: 0px 0px 10px 30px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .header__cta {
    max-width: 100%;
    text-align: center;
  }

  .main_wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .carousel-indicators {
    display: none;
}
  .carousel {
    padding-bottom: 0px;
}
  /*.btn, .comment-form input[type=submit], .search-form .search-submit {
    font-size: 20px;
  }*/
  .nav__search__box input.nav--search {
    width: 100% !important;
    font-size: 18px;
    padding: 14px;
  }

  .nav__search__box input.nav--search--button {
    font-family: "Montserrat", Sans Serif;
    font-size: 18px;
    color: #fff;
    background: #1f9055;
    padding: 16px;
    font-weight: 400;
    width: 100% !important;
    border: none;
    margin-left: -3px;
  }

  .res-links, .res-links-research-page {
    font-weight: 700;
    font-size: 18px;
    position: static !important;
    left: 190px;
  }

  .padding20, .res-topic-research-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .card-img {
    height: 100% !important;
  }

  table {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .card-res, .res-title {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .advisor_search_box {
    background: #fff;
    margin-bottom: 15px;
}
.essb_links {
    word-wrap: normal !important;
    clear: both;
    margin: 0;
    position: relative;
    top: 0px;
    z-index: 1;
}
  .essb_links.essb_width_columns_2 li {
    width: auto !important;;
    text-align: left;
    padding-bottom: 0px !important;
    display: inline-block !important;
}
}
@media screen and (max-width: 1024px)
{
  .search_archive {
    margin-top: 120px;    
  }
}

@media screen and (max-width: 959px)
{
  .search_archive {
    margin-top: 4px;
    margin-bottom:20px;
  }
}

@media screen and (max-width: 831px) 
{  
  .tab-content{
    padding:15px;
  }
  .tab-content h3 {font-size: 18px;}
}

.top-nav {
  float: left;
  margin: 6px 0 0;
  padding: 0;
  list-style-type: none;
 
  height: 50px;
  width: 100%;
}

body#tinymce {
  margin: 12px !important;
}

.p30 {
  padding: 30px;
}

.chev-down, .chev-down2 {
  /*float: right;
  */ right: -21%;
}

.eval-grey {
  background-color: #efefef;
  margin-top:30px;
}

.services-table .light-row {
  background-color: #fff;
  font-family: "Source Sans Pro";
}

.work-dupl {
  display: none;
}

.work-deliv, .work-eval {
  display: block;
}

.apply-bot {
  margin-bottom: 30px;
}

.highlight {
  background-color: #013763;
  color: #fff;
}

.nolight {
  color: gray;
}

#noMargin-bottom {
  margin-bottom: 0;
}

.dropdown-eval {
  font-family: montserrat_light;
  font-weight: 700;
}
.search-form select.search-field, select.form-control {
  padding: 6px 30px 6px 6px !important;
  margin-right: 20px;
  color: #999;
  font-family: montserrat_light;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(assets/images/dropDownArrow.png) no-repeat;
  background-position: 97% 50%;
  border-radius: 0;
}

.rec-text {
  color: #013763;
  text-align: left;
}

.section-imm {
  padding-bottom: 30px;
}

.map-div {
  padding-bottom: 70px;
}

.eval-res {
  padding-bottom: 20px;
  
}
.eval-res p{
  text-align: left;
  margin-bottom: 20px;
}
.eval-res ul{
  text-align: left;
  list-style: unset;
   padding: 0px 0px 20px 30px;
}
.eval-res a{
  color:#1f9055;
  font-weight: 700;
}
.green-text-now {
  color: #1f9055 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  table tbody tr td, table thead tr th {
    position: static;
    float: left !important;
    display: table-column;
  }

  .highlight {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .dbd {
    height: 126px;
  }

  .cbc {
    height: auto;
  }
}
.icons-row {
    padding: 0px 88px;
}
.map-row {
    margin-bottom: 30px;
}

 .img-responsive.seven-days {
   width: 100%;
    max-width: 134px;
    margin: 0px auto 10px;
}
.seven-days-text{
  margin-bottom: 30px;
}
.twenty-days-desc
{
  margin-bottom:15px;
}
@media(max-width:991px)
{
  .icons-row {
    padding: 0px 0px;
}
  #evaluation-top {
    padding: 30px 0 15px;
}
 
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
  
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

}
@media screen and (min-width: 461px) and (max-width:480px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
  font-size:14px;
}
  .table-padding.col-lg-4.col-xs-4.dxd.dbd{
    padding: 29px 10px;
  }
  .services-top-table .cbc {
    padding: 33px 10px;
  font-size:14px;
}
 
  .services-table thead > tr.dark-row > th {
    padding: 12px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 50px 10px;
}

.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 20px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 28px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 28px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 30px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 50px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 10px 10px;  
}
 .services-table .price-col {
    font-size: 20px !important;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 2%;
}
.services-table .evaluation .end-col {
    padding:20px 0;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen and (min-width: 436px) and (max-width:460px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 23px 10px;
  font-size:14px;
}
  
  .services-top-table .cbc {
    padding: 33px 10px;
  font-size:14px;
}
 
 
  .services-table thead > tr.dark-row > th {
    padding: 12px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
   .services-table thead > tr > th.wes-basic {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 50px 10px;
}

.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 30px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 42px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 61px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 61px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 10px 10px;  
}
 .services-table .price-col {
    font-size: 20px;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 2%;
}
.services-table .evaluation .end-col {
    padding:22px 8px;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen and (min-width: 418px) and (max-width:435px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 23px 10px;
  font-size:14px;
}
 
  .services-top-table .cbc {
    padding: 33px 10px;
  font-size:14px;
}
  .services-top-table .dbd {
    padding: 23px 10px;
  font-size:14px;
}
 
  .services-table thead > tr.dark-row > th {
    padding: 12px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
   .services-table thead > tr > th.wes-basic {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 50px 10px;
}

.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 30px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 42px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 61px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 61px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 10px 10px;  
}
 .services-table .price-col {
    font-size: 20px !important;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: -2%;
}
.services-table .evaluation .end-col {
    padding:12px 8px;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen and (min-width: 391px) and (max-width:417px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {

    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 21px 5px;
  font-size:13px;
}
 
  .services-top-table .cbc {
    padding: 29px 10px;
  font-size:14px;
}
  .services-top-table .dbd {
    padding: 21px 10px;
  font-size:13px;
}
 
  .services-table thead > tr.dark-row > th {
    padding: 12px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
   .services-table thead > tr > th.wes-basic {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 50px 10px;
}

.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 30px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 50px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 42px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 61px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 61px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 10px 10px;  
}
 .services-table .price-col {
    font-size: 20px;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 0%;
}
.services-table .evaluation .end-col {
    padding:12px 8px;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen and (min-width: 364px) and (max-width:390px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 23px 10px;
  font-size:14px;
}
 
  .services-top-table .cbc {
    padding: 33px 10px;
  font-size:14px;
}
  .services-top-table .dbd {
    padding: 33px 10px;
  font-size:14px;
}
 
  .services-table thead > tr.dark-row > th {
    padding: 12px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
   .services-table thead > tr > th.wes-basic {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 61px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 71px 10px;
}

.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 20px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 71px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 30px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 61px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 71px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 10px 10px;  
}
 .services-table .price-col {
    font-size: 20px !important;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 2%;
}
.services-table .evaluation .end-col {
    padding:11px 3px;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  

.page-id-3289 .services-table thead > tr.dark-row > th {
    padding: 15px 10px;
    border-right: 1px solid #f0efef;
    font-size: 12px;
    vertical-align: middle;
    width: 50%;
}

.page-id-3289 .services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
    width: 50%;
}


.page-id-3289 .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 30px 10px;
}

.page-id-3289 .services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 41px 10px;
}
 .page-id-3289 .services-table tbody > tr > td.price-col, .services-table thead > tr > th {
    padding: 18.5px 10px;
} 
  
}

@media screen and (min-width: 352px) and (max-width:363px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 15px 8px;
  font-size:14px;
}
  .services-top-table .cbc {
    padding: 25px 8px;
  font-size:14px;
}
  .services-top-table .dbd {
    padding: 25px 8px;
  font-size:14px;
}
 
 
  .services-table thead > tr.dark-row > th.cc-select {
    padding: 13px 10px;
    border-right: 1px solid #f0efef;
    font-size: 11px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 70px 10px;
}

.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 20px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 30px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 70px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 80px 10px;
}
   .services-table tbody > tr.undergraduate > td.dd-select, .services-table thead > tr > th {
    padding: 80px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 10px 10px;  
}
  #noMargin-bottom .wes-basic {
    padding: 18px 10px;  
}
 .services-table .price-col {
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 1%;
  top:-5%;
}
.services-table .evaluation .end-col {
    padding:8px 0;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen and (min-width: 343px) and (max-width:351px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 15px 5px;
  font-size:14px;
}
.services-top-table .cbc {
    padding: 25px 5px;
  font-size:14px;
}
  .services-top-table .dbd {
    padding: 25px 8px;
  font-size:14px;
}
 
 
  .services-table thead > tr.dark-row > th.cc-select {
    padding: 23px 1px;
    border-right: 1px solid #f0efef;
    font-size: 11px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 24px 11px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
    word-wrap: break-word;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 70px 10px;
}
.services-table tbody > tr.credit > td.dd-select {
    padding: 80px 10px;
}
.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 22px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 80px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 30px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   

}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 70px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 80px 10px;
}
   .services-table tbody > tr.undergraduate > td.dd-select, .services-table thead > tr > th {
    padding: 80px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 19px 10px;  
}
  #noMargin-bottom .wes-basic {
    padding: 29px 10px;  
}
 .services-table .price-col {
    font-size: 20px !important;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 1%;
  top:-5%;
}
.services-table .evaluation .end-col {
    padding:20px 0;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen and (max-width: 342px){
.events .social {
    padding: 0;
} 
}
@media screen and (min-width: 320px) and (max-width:342px)
{
.icons-row img {
    margin-top: 15px;
}

.icons-row p {
    margin: 25px 0 15px;
}
.recommendation h1 {
    font-size: 24px;
}

#evaluation-top {
    padding: 20px 0 0px;
}

.dbd {
    height: auto;
}

.services-top-table .table-padding {
    padding: 15px 5px;
  font-size:14px;
}
.services-top-table .cbc {
    padding: 35px 5px;
  font-size:14px;
}
  .services-top-table .dbd {
    padding: 25px 8px;
  font-size:14px;
}
 
 
  .services-table thead > tr.dark-row > th.cc-select {
    padding: 23px 1px;
    border-right: 1px solid #f0efef;
    font-size: 11px;
}
.services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 24px 11px;
    border-right: 1px solid #f0efef;
    font-size: 13px;
    word-wrap: break-word;
}
.services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 60px 10px;
}
.services-table tbody > tr > td.dd-select {
    padding: 70px 10px;
}
.services-table tbody > tr.credit > td.dd-select {
    padding: 80px 10px;
}
.services-table tbody > tr.official-documents > td, .services-table thead > tr > th {
    padding: 22px 10px;   
}
.services-table tbody > tr.official-documents > td.cc-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.official-documents > td.dd-select, .services-table thead > tr > th {
    padding: 40px 10px;   
}
  .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
  .services-table tbody > tr.credit > td.cc-select, .services-table thead > tr > th {
    padding: 80px 10px;   
}
 .services-table tbody > tr.grade > td, .services-table thead > tr > th {
    padding: 30px 10px;  
}
  .services-table tbody > tr.grade > td.cc-select, .services-table thead > tr > th {
    padding: 70px 10px;   
}
.services-table tbody > tr.grade > td.dd-select, .services-table thead > tr > th {
    padding: 70px 10px;  
}
  .services-table tbody > tr.undergraduate > td.cc-select, .services-table thead > tr > th {
    padding: 80px 10px;
}
   .services-table tbody > tr.undergraduate > td.dd-select, .services-table thead > tr > th {
    padding: 80px 10px;
}
  .services-table tbody > tr.white-row > td, .services-table thead > tr > th {
    padding: 19px 10px;  
}
  #noMargin-bottom .wes-basic {
    padding: 29px 10px;  
}
 .services-table .price-col {
    font-size: 20px !important;
}
  .services-table .end-col strong {
    font-size: 18px;
    padding: 20px 0px;
}
  
.services-top-table .chev-down, .chev-down2 {
    float: right;
    right: 1%;
  top:-5%;
}
.services-table .evaluation .end-col {
    padding:20px 0;
}
.services-table thead > tr.evaluation > th.dd-select {
    padding: 20px 10px;
    
}
  
}

@media screen  and (max-width: 630px) {
 .wph-modal.wph-modal--popup.wph-modal-show {
    visibility: visible;
   width:100%!important;
   
}
  .wph-modal .wph-modal--content .wph-modal--message {
    width: 100%;
    height: 400px!important;
}
  .wph-modal .wph-modal--content .wph-modal--message {
    width: 100%;
    overflow:unset!important;
    color: #666;
}
  .wph-modal.wph-modal--popup {
  
    top: 35%!important;
}


}
#TB_caption{
  
  padding-bottom:40px !important; 
  color: #1f9055;
  font-size: 14px;
  font-weight:700;
}

#TB_caption #TB_secondLine
{

 color: #013763;
 font-weight: normal;
}
#TB_caption a, #TB_caption a:hover
{
  color: #1f9055;
  font-size: 14px;
  font-weight:700;
}
.modalPopupText, .modalTitle {
  display: none;
}
.screen-reader-text {
    display: none;
}
/*Checkboxes*/
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
input[type="checkbox"] + label {
    border: 2px solid #dad7d5;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff !important;
    float: left;
    margin-bottom: 10px;
}
.event__filters span.blue-text {
    font-size: 18px;
    color: #333333;
    font-family: "Source Sans Pro", Sans Serif;
    line-height: 24px;
}

input[type="checkbox"] + label + span {
    vertical-align: top;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: url(assets/images/check.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
    background-size: cover;
}

.checkbox-inline input[type="checkbox"], .checkbox input[type="checkbox"], .radio-inline input[type="radio"], .radio input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
/*Events Filter bar*/
.event-filter-head {
  display: inline !important;
}
.event-filter-head .filter-title.filter-title{
  font-family: "Montserrat", Sans Serif;
font-weight: 400;
  color:#013765;
  font-size: 18px;
}

.event__item__info {
  color: #013763;
}
.event__item__info .button{
  margin-top:25px;
  padding: 6px 45px;
}
.event__item__info p:first-child {
  font-weight: 700;
  font-family:"Source Sans Pro", Sans Serif;
  font-size:16px;
  line-height:22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event__item__info p{
  font-family:"Source Sans Pro", Sans Serif;
  font-size:16px;
  line-height:22px;
  margin-bottom: 0px;  
  font-weight: 400;
} 
.caption-events .event__item__info p:first-child {
  margin-bottom: 0px;
  
}
.event__item__info p.date,.event__item__info p.time{
}
.event__item__info .country{
  margin-bottom: 0px;
}

.event__item__descr .sub_title {
  color: #013763;
  margin-bottom: 0;
}

.excerpt {
  padding-top: 30px;
}

.events_search_box {
  background: #fff;
  margin-bottom: 50px;
}

.events_search_box input.event--search {
  border: 1px solid #999;
  padding: 13px;
  margin-left: -4px;
}


/*Research Styles*/
.res-topic-research-page {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  position: relative;
}
.res-topic-research-page h3 {
    font-family: "Montserrat", Sans Serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #1F9055;
    margin-bottom: 20px;
}
.res-topic-research-page a{
  color: #1F9055;
}
.res-topic-research-page p{
  font-family: "Source Sans Pro", Sans Serif;
font-size: 16px;
line-height: 22px;
color: #013763;
  margin-bottom: 20px;
}
.res-topic-research-page ul{
  font-family: "Source Sans Pro", Sans Serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #013763;
margin-bottom: 20px;
list-style: unset;
padding: 0px 0px 0px 30px;

}

.research-sidebar {
  padding: 5px;
  margin-bottom: 5px;
  width: 90%;
  background-color: #f4f3f3;
}

.research-sidebar-selected, .research-sidebar:hover {
  border: 1px solid #1f9055;
  background-color: #fff;
}

.research-sidebar-selected {
  padding: 5px;
  margin-bottom: 5px;
  width: 90%;
}

.research-sidebar-txt {
  color: #666;
  font-weight: 700;
  font-size: 15px;
}

.research-sidebar-row {
  padding-top: 0px;
}

.research-sidebar-row a {
  text-decoration: none;
}

.consult-image-con-page {
  width: 80%;
  margin-top: 10%;
}

.consult-col-right {
  padding-top: 30px;
  position: relative;
}

.consult-col-right ul {
  padding-left: 30px;
}

.consult-row {
  padding-bottom: 50px;
}

.case-study {
  position: absolute;
  bottom: 0;
}

.btn-default-con {
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  width: 170px;
  background-color: rgba(237, 237, 237, 0);
}

.consult-banner .btn-default:hover, .consult-banner .search-form .search-submit:hover, .search-form .consult-banner .search-submit:hover {
  color: #09355a;
  background-color: #fff;
  border: 1px solid #09355a;
}

.res-tri {
  float: right;
  display: none;
}

.row.is-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex, .row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.is-flex > [class*=col-] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mB30 {
  margin-bottom: 30px;
}

.padding40 {
  padding-left: 15px;
  padding-right: 15px;
}
/*Advisor-blog*/
.blog-img img, .guide-img {
  width: 100%;
  height: 100%;
}
.blog-content {
    font-family: "Source Sans Pro", Sans Serif;
    color: #013763;
    line-height: 22px;
    font-size: 16px;
}
.blog-content ol{
padding: 0px 0px 20px 30px;

}
.blog-content img{
  margin-bottom: 15px;
}
.blog-content p img{
  width:100%;
  height: auto;
}
.blog-content p{
  margin-bottom: 20px;
}
.blog-content ul{
  padding: 0px 0px 20px 30px
}
.blog-content li{
  margin-bottom: 5px;
}
.blog-content li strong{
  font-weight: 700;
}
.blog-content li ul{
  padding: 10px 0px 20px 30px
}
.blog-content em{
  font-style: italic;
}
.blog-content p a, .blog-content ul a{
  font-family: "Source Sans Pro", Sans Serif;
  font-weight: 700;
  color:#1F9055;
}
.blog-content blockquote {
font-family: "Montserrat", Sans Serif;
font-size: 18px;
margin: 30px 0px 30px 40px;
padding: 0 0px 0px 30px;
line-height: 26px;
color: #1F9055;
border-left:3px solid #999999;
font-weight: 500;
}



.author-wrapper {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.author-block {
    color: #5c5c5c;
    padding: 25px 0px;
}
.eGuide-articles .wpcf7-form {
  width: 100%;
  margin:15px auto 0px;
  max-width: 210px;
}
.banner-eGuides {
  padding: 20px 30%;
  background-color: #ccc;
}

.page-description p{
  font-family: "Montserrat", Sans Serif;
  font-weight: 300;
  font-size:20px;
  margin:auto;
  margin-bottom: 30px;
  color:#013763;
   max-width: 675px;
  
}

.eGuide-articles .wpcf7-form .wpcf7-email {
  width: 210px;
  color: #333;
  margin: auto;
}

.eGuide-articles .wpcf7-submit {
  border: 1px solid #1f9055;
  padding: 14px 64px;
  color: #fff;
  background-color: #1f9055;
  margin-left: 0;
  width: 210px;
  margin-top: 15px;
}

.blog-section .btn-blog {
  border-radius: 0;
  border: 0 solid;
  color: #fff;
  background-color: #1f9055;
  width: 120px;
  font-weight: 700;
  margin-bottom: 20px;
}

.green-link:hover {
  color: #1f9055 !important;
  text-decoration: underline;
}

.tags {
  text-transform: lowercase;
}

.resources-btn{
  margin-top:15px;
}
.blog-excerpt {
  margin-top: -3px;
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 16px;
  line-height: 22px;
  color:#013763;
  margin-bottom: 20px;
}
.event__item__descr p {
  margin-top: -3px;
font-family: "Source Sans Pro", Sans Serif;
font-size: 16px;
line-height: 22px;
color: #013763;
margin-bottom: 20px;
}
.event__item__descr p i{
  font-style: italic;
}
.blog-result .blog-excerpt{
  margin-top:25px;
  margin-bottom: 15px;
}
a.btn-default {
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}
#share-btn {
  background-color: #ccc;
}

.commentsLink {
  padding: 15px;
  position: relative;
}

.next-steps-row {
  background-color: #ccc;
  z-index: 10000;
}

#btn-single {
  background-color: transparent;
  width: 200px;
}

.comment-author .avatar {
  border-radius: 65px;
}

.comment-txt {
  padding-left: 70px;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 35px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: #013763;
  position: relative;
  bottom: 35px;
  left: 150px;
}

.article {
  margin-bottom: 35px;
}
.article .featured-title{
  font-family: "Montserrat", Sans Serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.tags span{
  font-family: "Source Sans Pro", Sans Serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
.article a .featured-title {
  color: #1f9055;
}
.article .guide-img {
  margin-bottom: 10px;
}
h4.featured-main-head{
  font-family: "Montserrat", Sans Serif;
  font-weight: 600;
  line-height: 22px;
  
  margin-bottom: 15px;
  font-size: 18px;
}
.blog_main_description p {
    font-family: "Montserrat",Sans Serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.428571429;
    color: #013763;
    text-align: center;
}

.comments-div {
  margin-bottom: 50px;
}

#respond {
  display: none;
}

.at-icon-wrapper {
  border-radius: 50%;
}

.socialBtns {
  display: block;
}

.articleTitle {
  margin-bottom: 25px;
}

.addthis_toolbox.addthis_30x30_style span {
  line-height: 30px !important;
}

.addthis_30x30_style .at-icon, .addthis_toolbox.addthis_30x30_style span {
  width: 30px !important;
  height: 30px !important;
}

.share-pos {
  top: 15px;
}
.comment-respond {
  padding-left: 15px;
  padding-right: 15px;
}

.res-btn-blog-single {
  width: 130px;
  background-color: rgba(237, 237, 237, 0);
  margin-bottom: 25px;
}

.blog-result {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-result a.btn-default{
  color:#013765;
}
.blog-result a.btn-default:hover{
  color:#fff;
}

.blog__item h3{
  margin-bottom: 20px;
}

.blog__item .tags{
  margin-top: 15px;
}
/*nanorep*/
#nanoRepProxyContainer {
    z-index: 10000 !important;
}


/*testimonials*/
.testimonials {
  padding: 50px 0 50px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Montserrat", Sans Serif;
  font-weight: 400;
  background-color: #1f9055;
  color: #fff;
}

@media screen and (max-width: 831px) {
  .testimonials {
    padding: 40px 0 30px;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.testimonials--wrapper {
  float: none;
  margin: 0 auto;
}

.testimonials .quote {
  font-size: 24px;
  font-family: "Montserrat", Sans Serif;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 300;
}

@media screen and (max-width: 831px) {
  .testimonials .quote {
    font-size: 16px;
    line-height: 32px;
  }
}
.testimonials .quote__author {
  margin: 15px 0 30px;
  font-size: 18px;
  font-family: "Montserrat", Sans Serif;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 831px) {
  .testimonials .quote__author {
    font-size: 16px;
  }
}
/*Footer*/
.footer {
  padding: 50px 0px 100px;
  font-size: 16px;
  font-family: "Montserrat", Sans Serif;
  background-color: #666;
  color: #fff;
}
@media screen and (max-width: 831px) {
  .footer {
    padding: 40px 0;
    font-size: 16px;
  }
}
.footer__menu {
  margin-bottom: 50px;
}

@media screen and (max-width: 831px) {
  .footer__menu {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 832px) and (max-width: 991px) {
  .footer__col {
    width: 25%;
  }
  
}
.footer__col .col-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Montserrat", Sans Serif;
  color: #fff;
}

@media screen and (max-width: 831px) {
  .footer__col .col-title {
    display: inline-block;
    margin: 15px 0;
    font-size: 16px;
  }
}
.footer__col .col-title--wrapper {
  position: relative;
  cursor: arrow;
}

@media screen and (max-width: 831px) {
  .footer__col .col-title--wrapper {
    border-bottom: 1px solid #999;
    cursor:pointer;
  }
 
}
.footer__col .col-title--wrapper .glyphicon {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 831px) {
  .footer__col .col-title--wrapper .glyphicon {
    display: block;
  }
}
.footer__col ul {
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 831px) {
  .footer__col ul {
    display: none;
    margin-top: 10px;
  }
}
.footer__col ul li {
  margin-bottom: 20px;
  font-family: "Montserrat", Sans Serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

@media screen and (max-width: 831px) {
  .footer__col ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.footer__col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer__cta {
  margin-bottom: 50px;
}

@media screen and (max-width: 831px) {
  .footer__cta {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer__social {
    width: 100%;
  }
}
.footer__social .social {
  margin: 10px 0;
  text-align: left;
}

@media screen and (max-width: 831px) {
  .footer__social .social {
    display: none;
  }
}
.footer__links {
  font-size: 14px;
  letter-spacing: 1px;
}

.footer__links ul {
  padding: 0;
  list-style: none;
}

.footer__links ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", Sans Serif;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 831px) {
  .footer__links ul li.priv_pol {
    padding-left: 0;
    border-right: 1px solid #fff !important;
  }

  .footer__links ul li.terms_cond {
    padding: 0 0 0 15px;
  }

  .footer__links ul li.copyright {
    display: block;
    padding-left: 0;
  }

  .footer__links ul li.site_map {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .footer__links ul li.priv_pol {
    padding-right: 7px;
  }

  .footer__links ul li.terms_cond {
    padding: 0 0 0 7px;
  }
}
.footer__links ul li:first-child {
  padding-left: 0;
}

.footer__links ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 831px) {
  .footer__links ul li:not(:last-child) {
    border-right: none;
  }
}
.footer__links ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:1197px)
{
  .nav__main ul li a {
    font-size: 16px;
    padding: 41px 11px;
}
  
}
/* =Media queries
-------------------------------------------------------------- */

/* ----------------------------ORIENTATION PORTRAIT-----------------------------*/

@media only screen and (max-width: 1080px) and (orientation : portrait) {
  /* PORTRAIT:
  Windows Surface Pro*/

/*Enter your styles below this line*/
  .event {
    font-size: 16px;
    max-width: 463px;
}
.events .button {
    margin: 20px 0 15px;
    font-size: 14px;
}  
  .whats-new .post__title {
    font-size: 14px;
}
  .email_upd p {
   font-size: 14px;
}
  .footer__col .col-title {
    font-size: 14px;
}
  .nav__main .nav__search {
    margin-left: 140px;
}

}


@media only screen and (max-width: 991px) and (orientation : portrait){
   /*Enter your styles below this line*/  
  .desktop {
    display:none;
}
 .mobile {
    display:block;
}
  .button-green {
    background: rgba(255,255,255,0.65);
}
  .event {
  
   width: 100%;
}

.banner p {
    font-size: 16px;
}


h1, h1 span {
    font-size: 32px;
    padding: 30px 0px;
    line-height: 42px;
}
section.free-tools .tool {
    text-align: center;
}
section.free-tools .tool {
    text-align: center;
}
 .tool__icon {
    display: inline-block;
    margin-right: 20px;
  }
.tool {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
        margin-bottom: 0px;
    text-align: left;
}

  .carousel-control.right .carousel_next {
   display:none;
}  

  .whats-new .post {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}
  .whats-new .post:nth-child(2) {
    padding-right: 0px;
    padding-left: 0px;
}
  .whats-new .post:first-child {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
  .whats-new .post:last-child {
    padding-left: 0px;
    margin-left: 0px;
}

  .events__content--bg, .events__img {
    position: absolute;
    width: 100%;
    height: 100%;
}
  .events__content--bg, .events__img {
    display: none;
}
  .events__img--mobile {
    display: block;
}
  .events .container {
    background-color: #013763;
    height: 100%;
    padding-bottom: 50px;
    
}
  .events__img--mobile img{
    width: 100%;
}
  
  .choose-wes .value__props .value__prop {
    margin-bottom: 40px;
    font-size: 16px;
    width: 100%;
}
.choose-wes .value__props .value__prop--content-wrapper {
    width: 45%;
    margin: auto;
}
.choose-wes .value__props {
    width: 100%;
    margin: 0 auto 50px;
}
  .system-maintenance-message {
    padding: 15px 15px;
}
    
      .gtb-resources .post, .professional-integration .post{
        width: 100%;
        max-width:320px;
        display: inline;
       
    }
    
    .gtb-resources .post__title, .professional-integration .post__title{
        margin-bottom: 20px;
    }
    
   .gtb-resources   .post:first-child, .professional-integration .post:first-child {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
    .gtb-resources  .post:nth-child(2), .professional-integration .post:nth-child(2){
    padding-right: 0px;
    padding-left: 0px;
}
    .gtb-resources  .post:last-child, .professional-integration .post:last-child {
    padding-left: 0px;
    margin-left: 0px;
}
    
}

@media only screen and (max-width: 800px) and (orientation : portrait) {
  /* PORTRAIT:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  Arnova 8C G3
  ASUS Padfone
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1*/

/*Enter your styles below this line*/

}


@media only screen and (max-width: 768px) and (orientation : portrait) {
  /* PORTRAIT:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  LG Optimus Pad
  Microsoft Surface (RT)
  Panasonic Toughpad A1
  Kindle Paperwhite*/

/*Enter your styles below this line*/
  

}
@media only screen and (max-width: 640px) and (orientation : portrait) {
  /* PORTRAIT:
  Acer Iconia Tab A500
  Arnova 7FG3
  Nexus 7*/

/*Enter your styles below this line*/
   .input .txtEmail {
    max-width: 100%;
}

}  

@media only screen and (max-width: 600px) and (orientation : portrait) {
  /* PORTRAIT:
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Kindle 3
  Kobo eReader Touch
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7*/

/*Enter your styles below this line*/
 .gdpr-icon {
    padding: 15px 0px 0px;
}
  .gdpr-message {
    padding: 10px 25px 0px;
    text-align: center;}
  .gdpr-message-btn {
    padding: 10px 25px 25px;
  text-align:center;}

}

@media only screen and (max-width: 540px) and (orientation : portrait) {
  /* PORTRAIT:
  HTC Evo 3D
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Ainol Novo 7 Elf 2*/

/*Enter your styles below this line*/
  .chev-down, .chev-down2 {
    float: right;
    right: -2%;
}
  .services-top-table .table-padding {
    padding: 19px 15px;
}
  .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
  .services-table .end-col strong {
    font-size: 22px;
    padding: 10px 0px;
}

.services-table .price-col {
    font-size: 22px;
}
.services-top-table .dbd {
    padding: 29px 10px;
  font-size:14px;
}

}

@media only screen and (max-width: 480px) and (orientation : portrait) {
  /* PORTRAIT:
  Arnova 7 G2
  BlackBerry Bold 9780
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  iPhone 6 portrait
  */

/*Enter your styles below this line*/
.services-table thead > tr.dark-row > th {
    padding: 15px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
     height:70px;
      vertical-align: middle;
}


}

@media only screen and (max-width: 400px) and (orientation : portrait) {
  /* PORTRAIT:
  Samsung Galaxy Note
  Nexus 4
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid3
  Motorola Droid Razr
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3
  BlackBerry Bold 9900
  BlackBerry 9520
  BlackBerry Z10*/

/*Enter your styles below this line*/
.services-top-table .dbd {
    padding: 28px 10px;
  font-size:14px;
}
  .services-table thead > tr.dark-row > th {
    padding: 15px 10px;
    border-right: 1px solid #f0efef;
    font-size: 12px;
    height: 60px;
    vertical-align: middle;
}
.services-table .price-col {
    font-size: 18px;
}
.services-table .end-col strong {
    font-size: 18px;
    padding: 10px 0px;
}


} 

@media only screen and (max-width: 360px) and (orientation : portrait) {
  /* PORTRAIT:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPhone 5
  Apple iPod Touch
  BlackBerry Bold 9360
  BlackBerry Bold 9790
  BlackBerry Curve 9320
  BlackBerry Curve 9380
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HP Veer
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire
  HTC Desire C
  HTC Desire HD
  HTC Legend
  HTC One V
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  LG Optimus 2X
  LG Optimus L3
  Motorola Defy
  Motorola Milestone
  Nexus S
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  Sony Xperia E Dual
  BlackBerry Curve 9300*/

/*Enter your styles below this line*/
  
  .services-top-table .dbd {
    padding: 39px 10px;
  font-size:14px;
}
  .services-table thead > tr.dark-row > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 12px;
    height: 60px;
    vertical-align: middle;
}
.services-table .price-col {
    font-size: 16px;
}
.services-table .end-col strong {
    font-size: 16px;
    padding: 10px 0px;
}
.page-id-3289 .services-table thead > tr.dark-row > th {
    padding: 15px 10px;
    border-right: 1px solid #f0efef;
    font-size: 12px;
    vertical-align: middle;
    width: 50%;
}

.page-id-3289 .services-table tbody > tr > td, .services-table thead > tr > th {
    padding: 20px 10px;
    border-right: 1px solid #f0efef;
    font-size: 14px;
    width: 50%;
}
.choose-wes .value__props .value__prop--content-wrapper {
    width: 100%;
    margin: auto;
}

.page-id-3289 .services-table tbody > tr.subjects > td.cc-select, .services-table thead > tr > th {
    padding: 30px 10px;
}

.page-id-3289 .services-table tbody > tr > td.cc-select, .services-table thead > tr > th {
    padding: 41px 10px;
}
 .page-id-3289 .services-table tbody > tr > td.price-col, .services-table thead > tr > th {
    padding: 21px 10px;
} 
   
}
.mktoForm a, .mktoForm a:hover 
{font-weight:bold;
text-decoration: underline !important;}

@media only screen and (max-width: 320px) and (orientation : portrait) {
 /*Enter your styles below this line*/
  
}

@media only screen and (max-width: 240px) and (orientation : portrait) {
  /* PORTRAIT:
  LG Viewty KU990
  Nokia 700
  Nokia 2700
  Nokia N95
  Samsung Galaxy S3 Mini
  Nokia 300*/

/*Enter your styles below this line*/
 
  
}

/* ----------------------------ORIENTATION LANDSCAPE-----------------------------*/


@media only screen and (max-width: 1920px) and (orientation : landscape) {
  /* LANDSCAPE:
  Windows Surface Pro*/

/*Enter your styles below this line*/

}

@media only screen and (max-width: 1366px) and (orientation : landscape) {
  /* LANDSCAPE:
  Microsoft Surface (RT)*/

/*Enter your styles below this line*/

}

@media only screen and (max-width: 1280px) and (orientation : landscape) {
  /* LANDSCAPE:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1
  LG Optimus Pad
  Acer Iconia Tab A500*/

/*Enter your styles below this line*/
  .nav__search__box .nav--search--close {
    position: absolute;
    right: 280px;
    top: 33px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(assets/images/icon_search_close.png) 50% no-repeat;
        background-size: auto auto;
    background-size: auto auto;
    background-size: contain;
}
  .nav__main .nav__search__container {
    padding-left: 0px;
    position: absolute;
    height: 140px;
    top: 100%;
    width: 88%;
}
  #partners .nav__main ul li a.main-nav-item {
    padding: 34px 20px;
        padding-top: 34px;
}
 .event {
    font-size: 16px;
    max-width: 463px;
}
.events .button {
    margin: 20px 0 15px;
    font-size: 14px;
}  
  .whats-new .post__title {
    font-size: 14px;
}
  .email_upd p {
   font-size: 14px;
}
  .email_upd--events > p {
    margin-top: 10px;
}
.nav__main ul li a {
    font-size: 16px;
    padding: 41px 18px;
}
  .footer__col .col-title {
    font-size: 14px;
}

}
@media only screen and (max-width: 1130px) and (orientation : landscape) {
  /* LANDSCAPE:
  ASUS Padfone
  Arnova 8C G3
  Arnova 7FG3*/

/*Enter your styles below this line*/
  .nav__main ul li a {
    font-size: 16px;
    padding: 41px 15px;
}
.nav__main .nav__search {
    position: absolute;
    margin-left: 140px;
    right: inherit;
}
  #partners .nav__main .nav__search {
    position: absolute;
    margin-left: 148px;
    right: inherit;
}
   .footer__col .col-title {
    font-size: 14px;
}
  
}
@media only screen and (max-width: 1024px) and (orientation : landscape) {
  /* LANDSCAPE:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  Panasonic Toughpad A1
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7
  Ainol Novo 7 Elf 2*/

/*Enter your styles below this line*/
  #partners .nav__main ul li a.main-nav-item {
    padding: 33px 20px !important;
        padding-top: 16px;
}
  #partners .nav__main ul li a.main-nav-item.item-1 {
    padding-top: 45px !important;
}
 .event {
    font-size: 16px;
    max-width: 463px;
}
.events .button {
    margin: 20px 0 15px;
    font-size: 14px;
}  
  .whats-new .post__title {
    font-size: 14px;
}
  .email_upd p {
   font-size: 14px;
}
  .footer__col .col-title {
    font-size: 14px;
}
    .gdpr-icon {
    padding: 30px 0px 0px;
}
  .gdpr-message {
    padding: 25px 10px 0px;
    text-align: center;}
  .gdpr-message-btn {
    padding: 0px 0px 15px;
  text-align:right;}
   
  
}
@media only screen and (max-width: 980px) and (orientation : landscape) {
  /* LANDSCAPE:
  Nexus 7
  HTC Evo 3D*/

/*Enter your styles below this line*/
.system-maintenance-message {
    padding: 15px 15px;
}
   .gdpr-icon {
    padding: 30px 0px 0px;
}
  .gdpr-message {
    padding: 25px 10px 0px;
    text-align: center;}
  .gdpr-message-btn {
    padding: 0px 0px 15px;
  text-align:right;}
    
    .gtb-resources .post, .professional-integration .post{
        width: 100%;
        max-width:320px;
        display: inline;
       
    }
    
    .gtb-resources .post__title, .professional-integration .post__title{
        margin-bottom: 40px;
    }
    
   .gtb-resources   .post:first-child, .professional-integration .post:first-child {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
    .gtb-resources  .post:nth-child(2), .professional-integration .post:nth-child(2){
    padding-right: 0px;
    padding-left: 0px;
}
    .gtb-resources  .post:last-child, .professional-integration .post:last-child {
    padding-left: 0px;
    margin-left: 0px;
}
    
    
}
@media only screen and (max-width: 802px) and (orientation : landscape) {
  /* LANDSCAPE:
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Arnova 7 G2
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  Apple iphone 6 plus
  */

/*Enter your styles below this line*/
 .event {
  
   width: 100%;
}
  .gdpr-icon {
    padding: 15px 0px 0px;
}
  .gdpr-message {
    padding: 10px 25px 0px;
    text-align: center;}
  .gdpr-message-btn {
    padding: 10px 25px 25px;
  text-align:center;}
   
}

@media only screen and (max-width: 691px) and (orientation : landscape) {
  /* LANDSCAPE:
  BlackBerry 9520*/

/*Enter your styles below this line*/
.gdpr-icon {
    padding: 15px 0px 0px;
}
  .gdpr-message {
    padding: 10px 25px 0px;
    text-align: center;}
  .gdpr-message-btn {
    padding: 10px 25px 25px;
  text-align:center;}

}


@media only screen and (max-width: 640px) and (orientation : landscape) {
  /* LANDSCAPE:
  Samsung Galaxy Note
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid Razr
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3*/

/*Enter your styles below this line*/


}

@media only screen and (max-width: 600px) and (orientation : landscape) {
  /* LANDSCAPE:
  Motorola Droid3
  Nexus 4
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Motorola Defy
  Motorola Milestone
  Apple iPhone 5
  HP Veer*/
/*Enter your styles below this line*/

}

@media only screen and (max-width: 540px) and (orientation : landscape) {
  /* LANDSCAPE:
  HTC Desire
  HTC Desire HD
  HTC One V
  LG Optimus 2X
  Nexus S
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  BlackBerry Z10*/

/*Enter your styles below this line*/
  
}

@media only screen and (max-width: 480px) and (orientation : landscape) {
  /* LANDSCAPE:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPod Touch
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire C
  HTC Legend
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Sony Xperia E Dual*/

/*Enter your styles below this line*/
 
}
@media only screen and (max-width: 320px) and (orientation : landscape) {
  /* LANDSCAPE:
  Samsung Galaxy S3 Mini*/

/*Enter your styles below this line*/

}
@media print {
  .nav-main{
    display:none;
  }
  .footer{
    display:none;
  }
  #nanorep1{
    display:none!important;
  }
  @page{width:100%;
               margin-left:5%;
                margin-right:5%;
                }
  .gen_page .banner__img{
    display:none;
  }
  .gen_page .banner__content {
    width: 100%;
     margin-left:2%;
     margin-right:2%;
    padding: 0px 0px;
}
  .button{
    display:none;
  }
  .container .item, .section .intro{
    padding:0px;
  }
  .gen_page .item__content,.gen_page .item__img{
    float:none;
    width:100%;
  }
  .gen_page .page-content .item {
    padding-top: 0px;
    padding-bottom: 0px;
     margin-left:0%;
                margin-right:0%;
   
     }
  .section__title{
    padding:20px 0px;
  }
  .gen_page img{
    display:none;
  }

}