body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.25em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
 font-family: Montserrat, sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.15em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-weight: 700;
    font-size: 1.65em;
    line-height: 1.25em;
}

h3 {
  margin-top: 20px;
      margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.35em;
    font-weight: 700;
        line-height: 1.35em;
}

h4 {
margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.52em;
}

h5 {
  margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.1em;
        line-height: 1.25em;
    font-weight: 700;
}

h6 {
  margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 700;
}

p {
   font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.375em;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #003e5a;
  font-weight: 500;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-left: 5px solid #c2d600;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 1.05em;
  line-height: 1.55em;
}

#visitUs .dropdown-list{
  right:0px;
}

.dropdown-list {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0px;
  max-width: 400px;
  min-width: 200px;
  border-bottom: 3px solid #c2d600;
  background-color: #004d70;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
  opacity: 0;
  color: #fff;
  text-align: left;
}

.dropdown-a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-a:hover {
  background-color: rgba(0, 0, 0, .25);
}

.brand {
  display: block;
  margin-right: 30px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.logo {
  width: 100%;
  height: 50px;
  min-width: 450px;
  max-width: 500px;
}

.a {
  text-decoration: none;
}

.a:hover {
  text-decoration: underline;
}

.h1 {
  min-height: 66px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
    color: #333;
    font-weight: 700;
}

.accent-p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #777;
  font-size: 1.3em;
  line-height: 1.375em;
  font-weight: 400;
}

.navbar {
  background-color: #004d70;
  box-shadow: none;
}

.left-nav-col {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #004d70;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 77, 112, 0.85)), to(rgba(0, 77, 112, 0.85))),  url('/20150114134215/images/logo-icon-faded.png');;
    background-image: linear-gradient(180deg, rgba(0, 77, 112, 0.85), rgba(0, 77, 112, 0.85)), url('/20150114134215/images/logo-icon-faded.png');
    background-position: 0px 0px, 50% 19px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
}

.content-col {
  padding: 20px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.breadcrumbs-div {
  min-height: 50px;
  font-size: 0.9em;
}

.breadcrumb-a {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #c2d600;
  font-weight: 400;
  text-decoration: none;
  color: #008266;
}

.breadcrumb-a:hover {
  color: #c2d600;
}

.breadcrumb-current {
  display: inline-block;
}

.footer-section {
  border-top: 10px solid #c2d600;
    background-color: #004d70;
    color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
  float: none;
  background-color: #008266;
  -webkit-transition: all 200ms
}

.rotator {
  height: 60vh;
  max-height: 700px;
  min-height: 300px;
}

.rotator-arrow {
  opacity: 0.25;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.rotator-arrow:hover {
  opacity: 1;
}

.slide {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.slide-caption-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 15px;
      border-top: 1px solid #c2d600;
    border-bottom: 1px solid #c2d600;
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    line-height: 1.45em;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px #000, 0 0 18px #000;
}

.inside-slideshow .slide-caption-title{
  border: 0px;
}

.search-form-wrapper {
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-field {
  display: inline-block;
  height: 40px;
  max-width: 200px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #c2d600;
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 0.95em;
}

.search-button {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, .15);
  background-image: url('/20150114134215/images/icon-search.svg');
  background-position: 50% 0px;
  background-size: 40px 80px;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.search-button:hover {
  background-position: 50% 100%;
}

.search-text {
  display: none;
}

.mobile-search-button {
  display: none;
}

.header-section {
  position: relative;
  z-index: 100;
  width: 100%;
}

.grip-logo {
  width: 130px;
  height: 28px;
  background-image: url('/20150114134215/images/globalreach_knockout_fullwhite.png');
  background-position: 50% 50%;
  background-size: 130px;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.left-nav-div {
  margin-top: 92px;
  padding-bottom: 10px;
  border-right: 6px none #c2d600;
}

.left-nav-a {
  position: relative;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 12px 2px;
  border-bottom: 1px solid #c2d600;
  color: #ffdca5;
  font-size: 0.9em;
  text-decoration: none;
}

.left-nav-a.w--current {
  border-bottom-color: #c2d600;
}

.left-nav-a.subnav-a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-style: none;
  color: #fff;
  font-size: 0.85em;
  line-height: 1.15em;
  font-weight: 400;
}

.left-nav-a.subnav-a:hover {
  color: #c2d600;
}

.left-sub-nav-div {
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
}

.back-to-top {
  display: inline-block;
  padding: 10px;
      border-top: 1px solid #c2d600;
    background-color: #004d70;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.95em;
    font-weight: 400;
    text-decoration: none;
}

.back-to-top:hover {
  color: #c2d600;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px 15px;
  border-style: none;
  border-radius: 0px;
  background-color: #008266;
  color: #fff;
  font-size: 1em;
  line-height: 1.45em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #004d70;
  color: #fff;
  text-decoration: none;
}

.button.secondary {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #a9a9a9;
}

.button.secondary:hover {
  background-color: #003e5a;
}

.button.right-side-button {
  padding: 8px 12px;
  font-size: 0.9em;
}

.button.language-button {
  width: 125px;
  margin-top: 0px;
 background-color: #003e5a;
    font-family: Montserrat, sans-serif;
    font-size: 0.95em;
    line-height: 25.2px;
    font-weight: 400;
    text-align: center;
    box-shadow: none;
}

.button.language-button:hover {
 background-color: #008266;
    color: #fff;
}

.button.language-button.arabic {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.right-side-col {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-side-div {
  margin-top: 20px;
  margin-left: 30px;
}

.right-side-title {
  margin-top: 0px;
  color: #004d70;
  font-size: 18px;
  line-height: 24px;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.content a {
  text-decoration: none;
}

.content h2 {
 margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-weight: 700;
}

.content p {
  margin-bottom: 20px;
}

.content h3 {
  margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.35em;
    font-weight: 700;
}

.content h4 {
  margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.25em;
    font-weight: 700;
}

.content h5 {
 margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.1em;
    font-weight: 700;
}

.content h6 {
     margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1em;
    font-weight: 700;
}

.content ul li {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: hsla(0, 0%, 100%, .75);
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 5px solid #c2d600;
}

.quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-right: 1px solid #c2d600;
}

.quick-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
 font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.95em;
    font-weight: 400;
  text-decoration: none;
}

.quick-link:hover {
  color: #c2d600;
}

.header-flexwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 600px;
  padding: 50px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social-media-link {
  display: block;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  opacity: 0.85;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.header-social-media-link:hover {
  opacity: 1;
}

.header-social-media-link.facebook {
  background-image: url('/20150114134215/images/icon-facebook.svg');
  background-position: 50% 0px;
  background-size: 2em 4em;
  background-repeat: no-repeat;
}

.header-social-media-link.facebook:hover {
  background-position: 50% 98%;
}

.header-social-media-link.twiiter {
  background-image: url('/20150114134215/images/icon-twitter.svg');
  background-position: 50% 0px;
  background-size: 2em 4em;
  background-repeat: no-repeat;
}

.header-social-media-link.twiiter:hover {
  background-position: 50% 98%;
}

.header-social-media-link.youtube {
  background-image: url('/20150114134215/images/icon-youtube.svg');
  background-position: 50% 0px;
  background-size: 2em 4em;
  background-repeat: no-repeat;
}

.header-social-media-link.youtube:hover {
  background-position: 50% 98%;
}

.header-social-media-link.podcast {
  margin-right: 15px;
  background-image: url('/20150114134215/images/icon-podcast.svg');
  background-position: 50% 0px;
  background-size: 2em 4em;
  background-repeat: no-repeat;
}

.header-social-media-link.podcast:hover {
  background-position: 50% 100%;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #c2d600;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #c2d600;
}

.page {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-box-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 10px solid #c2d600;
  background-color: #004d70;
}

.footer-link {
  min-width: 200px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c2d600;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.95em;
    font-weight: 400;
    text-decoration: none;
}

.footer-link:hover {
  color: #c2d600;
}

.footer-email {
  font-family: Montserrat, sans-serif;
    color: #c2d600;
    font-size: 0.95em;
    font-weight: 400;
    text-decoration: none;
}

.footer-email:hover {
  color: #c2d600;
}

.footer-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer-social-media-link {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 1em;
}

.footer-social-media-link.facebook {
  background-image: url('/20150114134215/images/icon-facebook.svg');
  background-position: 50% 0px;
  background-size: 40px 80px;
  background-repeat: no-repeat;
}

.footer-social-media-link.facebook:hover {
  background-position: 50% 98%;
}

.footer-social-media-link.twitter {
  background-image: url('/20150114134215/images/icon-twitter.svg');
  background-position: 50% 0px;
  background-size: 40px 80px;
  background-repeat: no-repeat;
}

.footer-social-media-link.twitter:hover {
  background-position: 50% 98%;
}

.footer-social-media-link.youtube {
  background-image: url('/20150114134215/images/icon-youtube.svg');
  background-position: 50% 0px;
  background-size: 40px 80px;
  background-repeat: no-repeat;
}

.footer-social-media-link.youtube:hover {
   background-position: 50% 98%;
}

.footer-social-media-link.podcast {
  margin-right: 0px;
  background-image: url('/20150114134215/images/icon-podcast.svg');
  background-position: 50% 0px;
  background-size: 40px 80px;
  background-repeat: no-repeat;
}

.footer-social-media-link.podcast:hover {
  background-position: 50% 100%;
}

.newsletter-sign-up-field {
  height: 40px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
 border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #c2d600;
    background-color: #003e5a;
    font-family: Montserrat, sans-serif;
    font-size: 0.95em;
    text-align: center;
    color: #fff;
}

.newsletter-sign-up-button {
  width: 100%;
  height: 40px;
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 1px solid #edb761;
    background-color: #c2d600;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 0.95em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.newsletter-sign-up-button:hover {
  background-color: #fff;
}

.newsletter-sign-up-form {
  display: block;
}

.newsletter-sign-up-form-wrapper {
  margin-bottom: 0px;
}

.footer-icon {
     position: absolute;
    left: -80px;
    top: 30px;
    z-index: 0;
    width: 250px;
    height: 275px;
    padding-right: 201px;
  background-image: url('/20150114134215/images/logo-icon-faded.png');
  background-position: 50% 50%;
    background-size: 250px;
    background-repeat: no-repeat;
    opacity: 0.07;
}

.footer-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-address {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 25%;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sign-off {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #c2d600;
    background-color: #003e5a;
}

.sign-off-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
}

.copyright {
  display: inline-block;
  max-width: 100%;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
    font-size: 1.15em;
    line-height: 1.55em;
    font-weight: 700;
    color: #fff;
}

.footer-title.connect-title {
  margin-top: 30px;
}

.footer-title.subscribe{
  font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
}

.footer-subscribe {
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.cb-card {
  position: relative;
  width: 19%;
  border-top: 10px solid #c2d600;
  background-color: #f3f3f3;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.content-boxes-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cb-card-img-wrap {
  display: block;
  margin-bottom: 20px;
}

.cb-card-title {
  margin: 10px 20px;
  font-size: 1.25em;
}

.cb-card-content {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.cb-card-img {
  width: 100%;
}

.cb-card-title-link {
  font-family: Montserrat, sans-serif;
    color: #004d70;
    font-weight: 700;
    text-decoration: none;
}

.cb-card-title-link:hover {
  color: #c2d600;
}

.cb-card-desc{
  font-family: Montserrat, sans-serif;
  font-size: 0.95em;
}

.cb-card-desc p{
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
}

.twitter-cb {
  width: 50%;
  padding: 20px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.news-cb {
  position: relative;
  width: 50%;
  padding: 20px 25px;
}

.news-item {
  margin-bottom: 20px;
}

.news-date {
  margin-bottom: 15px;
  margin-left: 2px;
  padding-left: 25px;
  background-image: url('/20150114134215/images/icon-news-date.svg');
  background-position: 0px 0px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  font-size: 0.9em;
  text-transform: uppercase;
}

.news-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
}

.news-title-link {
  color: #008266;
  text-decoration: none;
}

.news-title-link:hover {
  color: #d19434;
}

.news-desc {
  display: block;
}

.cb-title {
 margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c2d600;
    font-family: Montserrat, sans-serif;
    color: #004d70;
    font-size: 1.45em;
    line-height: 1.35em;
    font-weight: 700;
}

.all-news {
  position: absolute;
  top: 7px;
  right: 30px;
  display: inline-block;
  margin-top: 15px;
  color: #004d70;
  font-size: 0.9em;
  text-decoration: none;
}


.slide-nav {
  display: none;
  font-size: 1.1em;
}

.mobile-search-form-wrapper {
  display: none;
}

.slide-image-wrap {
  width: 100%;
  height: 100%;
}

.slide-image-wrap._1 {
  background-image: -webkit-linear-gradient(270deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/rotator-1.jpg');
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/rotator-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image-wrap._2 {
  background-image: url('/20150114134215/images/rotator-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-image-wrap._3 {
  background-image: url('/20150114134215/images/rotator-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.twitter-feed {
  overflow: hidden;
  max-height: 300px;
  max-width: 500px;
}

.footer-languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-top: 1px solid #c2d600;
}

.phone-number {
 font-family: Montserrat, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
}

.news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.sign-off-link {
  display: inline-block;
  margin-left: 10px;
  color: #c2d600;
  text-decoration: none;
}

.news-section {
     background-color: rgba(173, 227, 227, 0.5);
}

.mobile-logo {
  display: none;
}

.header-languages {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #003e5a;
  text-align: right;
}

.header-language-link {
  display: inline-block;
  margin-left: 18px;
  color: #fff;
 font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
  text-decoration: none;
}

.header-language-link:hover {
  color: #c2d600;
}

.header-language-link.arabic {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.content-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6e6e6;
}

.inside-slideshow {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  background-color: transparent;
}

.inside-slide {
  width: 100%;
  height: 0px;
  padding: 0px 0px 40%;
}

.inside-slide-nav {
  bottom: -40px;
  font-size: 0.8em;
}

.inside-slide-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  min-width: 50%;
  padding: 15px 20px 10px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: left;
}

.slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #004d70;
}

.slide-image._1 {
  background-image: url('/20150114134215/images/youth-fish.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-image._2 {
  background-image: url('/20150114134215/images/youth-present.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-image._3 {
  background-image: url('/20150114134215/images/youth-class.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-arrow {
  width: 50px;
  opacity: 0.5;
}

.inside-arrow:hover {
  opacity: 1;
}

html.w-mod-js *[data-ix="subnav-open"] {
  opacity: 0;
  height: 0px;
}

@media (max-width: 1340px) and (min-width: 1300px) {
  .logo{
    max-width: 490px;
  }
}

@media (max-width: 991px) {
   .logo{
    max-width: 425px;
  }

  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .dropdown-list {
    background-color: transparent;
    opacity: 0;
  }
  .dropdown-list.w--open {
    height: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 20px;
    opacity: 1;
  }
  .dropdown-a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .logo {
    min-width: 0px;
  }
  .navbar {
    box-shadow: 0 1px 5px 0 #000;
  }
  .dropdown-wrap {
    display: none;
    text-align: left;
  }
  .left-nav-col {
    display: none;
  }
  .breadcrumbs-div {
    display: none;
  }
  .menu-button {
    width: 80px;
    padding: 10px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    border-left: 1px solid #c2d600;
    background-color: transparent;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .menu-icon {
    font-size: 50px;
    text-align: center;
  }
  .nav-menu {
    width: 90%;
    padding: 20px 10px;
    background-color:#008266;
    background-image: url('/20150114134215/images/fields-green.jpg');
    background-position: 0px 0px;
    background-size: 188px;
    box-shadow: -1px 0 5px 2px rgba(0, 0, 0, .5);
  }
  .rotator {
    height: auto;
    background-color: #003e5a;
  }
  .slide-caption {
    position: static;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 19px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-caption-title {
    text-shadow: 1px 1px 6px #000;
  }
  .search-form-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1e90ff;
  }
  .search-field {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .search-button {
    display: none;
  }
  .mobile-search-button {
    position: relative;
    display: inline-block;
    width: 80px;
    padding: 10px;
    float: right;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left: 1px solid #c2d600;
    background-color: transparent;
    background-image: url('/20150114134215/images/icon-search-white.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
  }
  .grip-logo {
    margin-bottom: 30px;
  }
  .right-side-col {
    width: 100%;
  }
  .right-side-div {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 20px;
    border-top: 1px solid #c2d600;
  }
  .container {
    max-width: 940px;
  }
  .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quick-links {
    display: none;
  }
  .header-flexwrap {
    padding-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .content-box-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-social-media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-icon {
    left: 20px;
  }
  .footer-nav {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer-address {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
  }
  .sign-off {
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sign-off-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright {
    margin-bottom: 30px;
  }
  .footer-container {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .footer-subscribe {
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: left;
  }
  .cb-card {
    width: 49%;
    margin-bottom: 20px;
  }
  .cb-card-title {
    font-size: 1.5em;
  }
  .twitter-cb {
    min-height: 0px;
    border-top: 1px solid #c2d600;
  }
  .cb-title {
    font-size: 1.75em;
  }
  .mobile-search-form-wrapper {
    display: block;
    overflow: hidden;
    height: 0px;
    margin-bottom: 0px;
    background-color: #004d70;
  }
  .mobile-search-form {
    padding: 15px 15px 15px 20px;
  }
  .mobile-search-field {
    height: 50px;
    margin-bottom: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #c2d600;
    background-color: rgba(0, 0, 0, .25);
  }
  .slide-image-wrap {
    height: 350px;
  }
  .slide-image-wrap._1 {
    background-image: url('/20150114134215/images/rotator-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer-languages {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-style: none;
  }
  .news-container {
    width: auto;
  }
  .header-languages {
    display: none;
  }

}

@media (max-width: 767px) {
    .logo{
    max-width: 400px;
  }

  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.36em;
  }
  h4 {
    line-height: 1.11em;
  }
  p {
    font-size: 1em;
    line-height: 1.45em;
  }
  blockquote {
    font-size: 0.95em;
  }
  .brand {
    padding-left: 0px;
  }
  .logo {
    min-height: 0px;
    min-width: 0px;
  }
  .left-nav-col {
    display: none;
  }
  .menu-icon {
    font-size: 40px;
  }
  .slide-caption {
    font-size: 0.9em;
  }
  .slide-caption-title {
    font-size: 1.6em;
  }
  .mobile-search-button {
    background-size: 20px 20px;
  }
  .button.language-button {
    width: 46%;
    margin-right: 4%;
  }
  .content h2 {
    line-height: 1.25em;
  }
  .container {
    max-width: 728px;
  }
  .header-flexwrap {
    padding-right: 0px;
  }

  .footer-icon {
    left: auto;
    top: 30px;
    right: 20px;
  }
  .footer-nav {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-address {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .sign-off {
    text-align: center;
  }
  .footer-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-subscribe {
    width: 100%;
    max-width: 400px;
  }
  .cb-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .content-boxes-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .twitter-cb {
    width: 100%;
    max-width: 400px;
  }
  .news-cb {
    width: 100%;
    max-width: 400px;
    padding-bottom: 0px;
  }
  .slide-image-wrap {
    height: 200px;
  }
  .footer-languages {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sign-off-link {
    display: block;
    margin-top: 20px;
  }
  .inside-slide {
    height: 100%;
    padding-bottom: 0%;
  }
  .inside-slide-caption {
    position: static;
    background-color: #008266;
  }
  .slide-image {
    position: static;
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    line-height: 1.36em;
  }
  .logo {
    display: none;
  }
  .content-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    width: 60px;
  }
  .rotator-arrow {
    display: none;
  }
  .slide-caption {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-caption-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.4em;
  }
  .mobile-search-button {
    width: 60px;
  }
  .button.language-button {
    width: 100%;
  }
  .container {
    max-width: none;
  }
  .header-flexwrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-address {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-subscribe {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-cb {
    padding-bottom: 35px;
  }
  .cb-title {
    font-size: 1.35em;
  }
  .all-news {
    position: static;
    float: right;
  }
  .footer-languages {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-logo {
    display: block;
  }
  .inside-slide-caption {
    display: none;
  }
  .inside-arrow {
    font-size: 1em;
  }
}

/* --- Text selection --- */
::-moz-selection { background-color: #26215E; color: #ffffff; }
::selection { background-color: #26215E; color: #ffffff; }