h3 {
  line-height: 28px;
}

/* color */

.bkg-primary {
  background:#6d9d30;
}

#wrapper-8 a, #wrapper-10 a {
  color:#ffffff;
}

.bkg-lt-grey {
  background:#f0f0f0;
}

.bkg-secondary {
  background:#aaaaaa;
}

.bkg-rev {
  background:#ffffff;
}

.bkg-black {
  background:#000000;
}

.bkg-white {
  background:#ffffff;
}

.bkg-blue {
  background:#034ea2;
}

.color-primary {
  color:#6d9d30;
}

.color-secondary {
  color:#aaaaaa;
}

.color-rev {
  color:#ffffff;
}

.color-black {
  color:#000000;
}

.color-white {
  color:#ffffff;
}

/* align */

.right {
  float:right;
}

.text-right {
  text-align:right;
}

.text-center {
  text-align:center;
}

/* phone */

.ph-lg {
  font-size:32px;
  line-height:32px;
  margin-right:10px;
}



/* sidebar */

.aqua-sidebar .Subpages_In_Context {
  min-height:350px;
  padding:20px 30px;
  background:#20419a;
}

.aqua-sidebar .Subpages_In_Context h3 {
  color:#ffdf00;
}


.aqua-sidebar .Subpages_In_Context ul {
    margin: 0 0 10px 15px;
}

.aqua-sidebar .Subpages_In_Context li {
    line-height: 28px;
}

.aqua-sidebar .Subpages_In_Context a {
  color:#ffffff;
  text-decoration: none;
}

.aqua-sidebar .Subpages_In_Context a:hover {
  color:#ffdf00;
  text-decoration: none;
}

.aqua-sidebar .Subpages_In_Context a::before { 
    content: "[ > ] ";
}


/* boxes */

.wrapper {
  background-size: cover;
}

.img-panel-16x9-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

.img-panel-16x9-wrapper:after {
  padding-top: 56%; /*16:9 ratio*/
  display: block;
  content: '';
}

.img-panel-16x9-main {
  position: absolute;
  top: 0; 
  bottom: 0; 
  right: 0; 
  left: 0; /*fill parent*/
}

.img-panel-16x9-inner-left {
  position:absolute;
  left: 0;
  top: 0;
  width: 230px;
  padding:100px 20px 20px;
  background-color:rgba(0,0,0,0.75);
}

.img-panel-16x9-inner-right {
  position:absolute;
  right: 0;
  top: 0;
  width: 230px;
  padding:100px 20px 20px;
  background-color:rgba(0,0,0,0.75);
}




.r-box-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

.r-box-wrapper:after {
  padding-top: 100%; /*1:1 ratio*/
  display: block;
  content: '';
}

.r-box-main {
  position: absolute;
  top: 0; 
  bottom: 0; 
  right: 0; 
  left: 0; /*fill parent*/
}

.r-box-inner-bottom {
  position:absolute;
  bottom:0;
  padding:30px 30px
}

.r-box-inner {
  position:absolute;
  padding:20px 30px
}

.r-box-main h3 {
  color:#20419a;
}

.r-box-main p {
  font-size:18px;
  line-height:22px;
}

.r-box-main .link {
  margin-top:30px;
}

.r-box-main h5 {
  position:absolute;
  bottom:0;
  padding:6px 12px 6px 30px;
  margin: 10px 0 20px;
  background: #000000;
  display:block;
  color:#ffffff
}

.breakout {
  font-size:22px;
  line-height:24px;
}



/* rtl */




/* specific */

.tagline {
  font-size:28px;
  line-height:28px;
}

.last {
  margin-right:0;
}




/* call to action */

.cta-text {
  margin:0 0 15px;
  font-size: 18px;
  line-height: 22px;
}

.cta-button {
  padding:8px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
}

.cta-button:hover {
  text-decoration:none;
}


/* uber-menu */

.menu-item-box {
  
}

.menu-item-icon {
  float:left;
  width:60px;
  height:60px;
}

.menu-item-info {
  margin-left:80px;  
}

/* fix */

header.headwrapper {
  	overflow:hidden;
}



/* tablet landscape styles */

@media only screen and (max-width: 1200px) {
  
  .logo-box {
    max-width: 250px;
  }
  
  .r-box-main h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .r-box-main p {
    font-size: 15px;
    line-height: 18px;
  }

  .r-box-main .link {

  }

  .r-box-main h5 {
    font-size: 15px;
    line-height: 18px;
  }
  
  .breakout {
    font-size:18px;
    line-height:20px;
  }
  
}


/* tablet portrait styles */

@media only screen and (max-width: 980px) {
  

  
  
}



/* mobile styles */

@media only screen and (max-width: 767px) {
  
  .wrapper {
    background-size: 100% auto;
  }
  
  #wrapper-18 {
    padding-top: 210px;
  }

  
  .img-panel-16x9-wrapper {
    width: 100%;
    display: inline-block;
    position: initial;
  }

  .img-panel-16x9-wrapper:after {
    padding-top: 0; /*16:9 ratio*/
    display: block;
    content: '';
  }

  .img-panel-16x9-main {
    position: initial;
    top: 0; 
    bottom: 0; 
    right: 0; 
    left: 0; /*fill parent*/
  }
  
  .img-panel-16x9-inner-left, .img-panel-16x9-inner-right {
    position:initial;
    right: 0;
    top: none;
    bottom: 0; 
    width: 90%;
    margin:180px 0 0 0;
    padding:10px 5% 10px;
    background-color:rgba(0,0,0,1);
  }
  
  .breakout {
    font-size:14px;
    line-height:16px;
  }
  
  footer .right {
    float: none;
  }
  
}



.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 6px;
    text-indent: 0.25em;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

input[type="submit"] {
    background: #6d9d30 none repeat scroll 0 0;
    color:#fff;
    font-weight:bold;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    line-height: 18px;
    padding: 14px 28px;
}


.squeeze-tagline {
  text-align: right;
  color: #fff;
  padding-top: 24px;
}

.post-edit-link {
  display:none;
}

div.ginput_container_name span.name_first {
  display:inline-block;
  margin-right:1.6%;
  padding-right:0;
}

div.ginput_container_name span.name_last {
  display:inline-block;
  
}
