/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  .validation_message {
    text-align: center;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: #1a608b;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -moz-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  .top-bar {
    height: auto;
    padding: 0;
    background: #1a608b;
    display: none;
    /* menu list background color */
  }    
    
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #1a608b;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #165176 !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #1e6fa0 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    background: #18577e;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
    
    
    
    
    
    
    
    
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
    
     .top-bar-secondary {
    height: auto;
    width: 100%;    
    padding: 5px 0px;
    background: #FD9E19;
    display: block;
    position: relative;
    top:-10px;
    left:0;
    margin-bottom:10px;
    /* menu list background color */
  }    
    
  .top-bar-secondary ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block;  
    float:left;
    width: 100%;
  }
  .top-bar-secondary ul li > a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    color: black;
    /* menu item text color */
    font-size: 14px;
    /* menu item background color */
    line-height: 1.2em;
    padding: 0 5px;
    float:left;    
      background: none;
  }
  .top-bar-secondary ul li > a:hover {
    /* menu item background color on hover */
    background: none !important;
  }
    
    
    
    
  .logo {
    padding-top: 10px;
  }
  .top-line {
    display: none;
  }
  .slider__slide {
    min-height: 25vh;
  }
  .slider__content {
    width: 100%;
    min-height: auto; 
    padding: 20px 7% 20px 7%;
  }
  .slider__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider__paragraph {
    font-size: 16px;
  }
  .logo {
    margin-bottom: 20px;
  }
  .collective {
    padding: 40px 0;
  }
  .collective__content {
    padding: 0;
  }
  .column-border {
    border: none;
  }
  .collective .box-title {
    padding: 0;
    float: none;
    text-align: left;
  }
  .top-title {
    font-size: 26px;
  }
  .bottom-title {
    font-size: 45px;
  }
  .collective__title {
    font-size: 24px;
  }
  .collective__text {
    font-size: 16px;
  }
  .collective__content-item {
    margin-bottom: 20px;
  }
  .vision {
    min-height: auto;
    padding: 40px 0;
  }
  .vision__text p {
    font-size: 16px;
  }
  .story {
    min-height: auto;
    padding: 0;
    background: none !important;
  }
  .story .columns {
    padding: 0;
  }
  .story-box {
    padding: 20px;
  }
  .story .box-title {
    margin-bottom: 20px;
  }
  .story-item__title {
    font-size: 26px;
  }
  .story__content {
    font-size: 16px; 
  }
  .story-item {
    margin-bottom: 20px;
  }
  .story-box-single {
    padding: 20px;
  }
  .videos {
    padding: 40px 0;
  }
  .video-content__title {
    font-size: 20px;
  }
  .video-content__text {
    font-size: 16px;
  }
  .video-wrapp {
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-menu {
    display: none;
  }
  .footer__content {
    margin-bottom: 20px;
  }
  .footer-img {
    float: none;
  }
  .main-content {
    padding: 40px 20px;
  }
  .main-content__text {
    font-size: 16px;
  }
  .strategic__content {
    margin-top: 20px;
  }
  .main-content__img {
    margin-bottom: 40px;
  }
  .column-img {
    text-align: center;
  }
  .meetings__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .meetings {
    padding-bottom: 40px;
  }
  .meeting {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .meeting__title {
    font-size: 28px;
  }
  .meeting__subtitle {
    font-size: 20px;
  }
  .meeting-doc {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-us__text {
    margin-top: 20px;
    font-size: 18px;
  }
  textarea[rows] {
    height: 100px;
  }
  .gform_footer input[type='submit'] {
    display: block;
  }
  .gravity-checkboxes label {
    font-size: 16px;
  }
  .blue-btn {
    font-size: 16px;
  }
 /* .gravity-checkboxes label {
    display: initial;
  }*/
  .g-recaptcha div {
    margin: 0 auto;
  }
  .gform_body iframe {
    margin: 0 auto;
  }
  .gform_button {
    display: block;
    margin: 0 auto;
  }
  .form__field {
    width: 100%;
  }
  .medium {
    min-height: 40px;
  }
  .gfield_description {
    font-size: 16px;
  }
  .gfield {
    margin-bottom: 20px;
  }
  .gravity-checkboxes {
    width: 100%;
  }

}
@media only screen and (min-width: 641px) and (max-width: 740px) {
  .collective .box-title {
    padding-right: 20px;
    float: right;
  }
  .collective__content {
    padding-left: 20px;
  }

}


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

  .top-title {
    font-size: 26px;
  }
  .bottom-title {
    font-size: 43px;
  }
  .collective__title {
    font-size: 24px;
  }
  .collective__text {
    font-size: 16px;
  }
  .collective__content-item {
    margin-bottom: 20px;
  }
  .vision {
    min-height: auto;
    padding: 40px 0;
  }
  .vision__text p {
    font-size: 20px;
  }
  .story {
    min-height: auto;
    padding: 0;
    background: none !important;
  }
  .story .columns {
    padding: 0;
  }
  .story-box {
    padding: 20px;
  }
  .story .box-title {
    margin-bottom: 20px;
  }
  .story-item__title {
    font-size: 26px;
  }
  .story__content {
    font-size: 18px; 
  }
  .story-item {
    margin-bottom: 20px;
  }
  .video-wrapp {
    margin-bottom: 20px;
  }

  .main-content {
    padding: 40px 30px;
  }
  .main-content__text,
  .strategic__content,
  .footer__content-item {
    font-size: 18px;
  }
  .meetings {
    padding-bottom: 40px;
  }
  .meeting {
    /*width: 80%;*/
    /*margin: 0 auto;*/
    padding: 20px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .meeting__title {
    font-size: 28px;
  }
  .meeting__subtitle {
    font-size: 20px;
  }
  .meeting-doc {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-us__text {
    margin-top: 20px;
    font-size: 18px;
  }
  textarea[rows] {
    height: 100px;
  }
  .gform_footer input[type='submit'] {
    display: block;
  }
  .gravity-checkboxes label {
    font-size: 16px;
  }
  .gform_button {
    margin-bottom: 20px;
  }
/*  .gravity-checkboxes label {
    display: initial;
  }*/
  .g-recaptcha div {
    margin: 0 auto;
  }
  .gform_body iframe {
    margin: 0 auto;
  }
  .gform_button {
    display: block;
    margin: 0 auto;
  }
  .form__field {
    width: 100%;
  }
  .medium {
    min-height: 40px;
  }
  .gfield_description {
    font-size: 16px;
  }
  .gfield {
    margin-bottom: 20px;
  }
  .gravity-checkboxes {
    width: 100%;
  }
  .form-main-wrapp {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
    line-height: 15px;
    margin-right: 25px;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    /*display: block;
    padding: 0 15px;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #5DA1D8;
    font-family: "Open Sans", sans-serif;*/
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #5DA1D8;
    transition: all .3s ease;
    line-height: 1.2em;
  }
    
  .top-bar .secondary-menu li {
    /* Regular menu item style */
    /*display: block;
    padding: 0 15px;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #5DA1D8;
    font-family: "Open Sans", sans-serif;*/
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s ease;
    margin-right:20px;
    margin-bottom: 15px;
    margin-top:10px;
  }
    
.top-bar .secondary-menu li:last-child {
    margin-right: 0;
  }
    
  .top-bar .header-menu li:last-child {
    margin-right: 0;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    /*background: #1a608b;*/
    color: #5DA1D8;
    /*border-bottom: 3px solid #F7941D;*/
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 15px;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover,
  .footer-menu li > a:hover {
    /* menu item style on hover */
    /*background: #1a608b;*/
    color: #e59f74;
  }


  .top-bar .header-menu li > a {
    position: relative;
    transition: all .3s ease;
  }
.top-bar .header-menu li > a:after {
    position: absolute;
    content: '';
    transform: translateX(-50%);
    top: 40px;
    left: 50%;
    width: 38px;
    height: 4px;
    background-color: #F7941D;
    display: none;
  }
  .top-bar .header-menu li a:hover {
    display: block !important;
  }


  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    /*background: #e59f74;*/
    color: #1a608b;
  }
  .top-bar .submenu {
    border: none;
    display: none;
  
  }
   .top-bar .submenu.js-dropdown-active {
    display: block;
    border-left: 6px solid #F7941D;
   
  }
  .top-bar .submenu li {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;  
    border-bottom: 1px solid #e5e5e5;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    background: none; 
    color: #5DA1D8;
    display: block;
    text-align: left;
  }
  
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    /*background: #227eb6;*/
    color: #e59f74;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  /* Align Menu to the right
  	 .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
  	 .top-bar .header-menu { text-align: center; }
  	 .top-bar .header-menu > li{ float: none; display: inline-block; } */
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .top-line {
    min-height: auto;
    background-color: #5DA1D8;
  }
  .top-line__text {
    line-height: 1.2;
    font-size: 16px;
    padding: 10px;
  }
  .menu {
    text-align: right;
  }
  .top-bar ul {
    float: none;
    display: block;
    text-align: center;
  }
  .top-bar .header-menu li {
    display: inline-block;
    float: none;
    margin-right: 20px;
  }
  .slider__slide {
    min-height: 500px;
  }
  .slider__content {
    width: 100%;
    min-height: auto;
    padding: 30px;
  }
  .slider__title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .slider__paragraph  {
    font-size: 20px;
  }
  .header .columns {
    width: 100%;
  }
  .logo {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .strategic__content h1, 
  .strategic__content h2, 
  .strategic__content h3, 
  .strategic__content h4, 
  .strategic__content h5, 
  .strategic__content h6 {
    font-size: 1.5em;
  }
  .meetings__title {
    font-size: 32px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li a {
    font-size: 16px !important;
  }


}
/*-=Large screens=-*/
@media only screen and (min-width: 1024px) {
    /*Top Line*/
  .top-line {
      min-height: 57px;
      background-color: #5DA1D8;
  }
  .menu {
    text-align: right;
  }
  .top-bar ul {
    float: none;
    display: block;
    text-align: right;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  .top-bar .header-menu li {
    display: inline-block;
    float: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1050px) {
  .footer-menu li a {
    font-size: 16px !important;
  }
}
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .top-line__text {
      line-height: 1.5;
    }
  .logo {
    max-width: 200px;
  }
  .slider__slide {
    min-height: 600px;
  }
  .slider__title {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .slider__paragraph,
  .vision__text p {
    font-size: 26px;
  }
  .collective {
    padding: 78px 0 70px 0;
  }
  .collective .box-title {
    padding-right: 30px;
  }
   .logo {
    padding-top: 10px 0;
  }
  .top-title {
    font-size: 36px;
  }
  .bottom-title {
    font-size: 70px;
  }
  .collective__content {
    padding: 10px 0 0 30px;
  }
  .collective__content-item {
    margin-bottom: 30px;
  }
  .collective__title {
    font-size: 32px;
  }
  .collective__text {
    font-size: 20px;
  }
  .vision {
    padding-top: 90px;
    min-height: auto;
    padding-bottom: 90px;
  }
  .story {
    min-height: auto;
    padding: 100px 0 100px 0;
  }
  .story .box-title {
    margin-bottom: 30px;
  }
  .story-item__title {
    font-size: 30px;
  }
  .story__content p {
    font-size: 18px;
  }
  .videos {
    padding: 90px 25px 50px 25px;
  }
  .videos .columns {
    width: 50%;
    margin-bottom: 40px;
  }
  .footer {
    padding: 10px 10px 30px 10px;
  }
  .footer__content-item {
    font-size: 20px;
    max-width: auto;
    max-width: 70%
  }
  .main-content__text,
  .strategic__content,
  .footer__content-item {
    font-size: 22px;
  }
  .meetings {
    padding-bottom: 40px;
  }
  .meetings__title {
    font-size: 45px;
  }
  .meeting {
    padding: 20px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .meeting__title {
    font-size: 28px;
  }
  .meeting__subtitle {
    font-size: 20px;
  }
  .meeting-doc {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer {
    padding: 10px 10px 30px 50px;
  }

}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .top-bar .header-menu li > a {
    font-size: 20px;
  }
  .top-bar .header-menu li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .footer-menu li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .header .logo {
    margin-top: 11px;
    margin-left: 13px;
    padding-bottom: 10px;
  }
  .story .columns {
    max-width: 672px;
  }
  .slider__content_another {
    min-height: auto;
    padding: 40px 7% 20px 7%;
  }
  .meetings {
    padding: 0 15px;
  }
  .meeting__subtitle {
    margin-bottom: 10px;
  }
  .video__item {
    margin-bottom: 20px;
  }
  .main-content__text_strategic {
    margin-bottom: 80px;
  }
  .main-content__text_strategic p {
    line-height: 1.2;
  }
  .footer__content-item {
    font-size: 22px;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .top-bar .header-menu li > a {
    font-size: 22px;
  }
  .strategic__content {
      font-size: 30px;
  }
  .footer__content-item {
    font-size: 22px;
  }
  .contact-us__text {
    margin: 50px 0;
  }
  .footer {
    padding: 10px 0 50px 50px;
  }
  .footer-img {
    padding-right: 30px;
  }
  .footer-rights {
    font-size: 20px;
    margin-top: 0px;
  }
  .strategic {
    padding-bottom: 110px;
  }
  .strategic__content h1, 
  .strategic__content h2 {
    margin-bottom: 30px;
  }
  .strategic__content h3, 
  .strategic__content h4 {
    margin-bottom: 30px;
  }
  .strategic .main-content {
    padding-bottom: 0;
  }
  .strategic__content li {
    margin-bottom: 20px;
  }	
  .story-box-single {
    padding: 100px 0;
  }
  .slider__content {
    padding: 40px 7% 20px 7%;
  }
  .main-content__text_first {
    margin-bottom: 90px;
    padding-right: 60px;
  }
  .main-content__text_second {
    padding-left: 83px;
  }
  .advocacy {
    margin-bottom: 40px;
  }
  .advocacy .main-content__text p {
    line-height: 1.2;
  }
  .advocacy .main-content__text h1,
  .advocacy .main-content__text h2,
  .advocacy .main-content__text h3,
  .advocacy .main-content__text h4,
  .advocacy .main-content__text h5,
  .advocacy .main-content__text h6 {
    font-weight: 500;
    line-height: 1.1;
    font-family: "trajan-pro-3",serif;
  }
  .form-main-wrapp {
    padding-bottom: 50px;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1300px) { 
  .bottom-title {
    font-size: 80px;
  }
}
