/*
Theme Name: RenWeb
Author: Nelnet Communication Services
Description: Custom theme for RenWeb by Nelnet Communication Services


/*--------------------------------------------------------------
>>> CSS STANDARDS
----------------------------------------------------------------
1. Place in appropriate section
2. Add new sections to the Table of Contents
3. Declaration selectors should each occupy a new line
4. Enter one new line between declarations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - SASS
	1.1 - Variables
	1.2 - Mixins
2.0 - Typography
	2.1 - Headings
	2.2 - Body Copy
	2.3 - Buttons
	2.4 - Forms
	2.5 - Lists
	2.6 - Tables
3.0 - Navigation Menus
4.0 - Content
	4.1 - Site Structure
	4.2 - Site Header
	4.3 - Site Footer
5.0 - Media
	5.1 - WordPress Defaults
	5.2 - Icon Font
6.0 - Utility
	6.1 - Background Colors
	6.2 - Text Colors
	6.3 - Text Sizes & Weights
	6.4 - Borders
	6.5 - Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - SASS
-------------------------------------------------------------- */
/*---------------------------
1.1 - Variables
--------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/*---------------------------
1.2 - Mixins
--------------------------- */
/* mixins.scss */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*--------------------------------------------------------------
2.0 - Typography
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,600italic);
* {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3C72C3;
}

.text-navy {
  color: #0B4962;
}

/*---------------------------
2.1 - Headings
--------------------------- */
h1,
h2,
h3 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

h1,
.h1 {
  font-size: 44px;
  color: #B3559D;
}

h2,
.h2 {
  color: #B3559D;
  font-size: 28px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 23px;
  font-weight: 700;
  color: #B3559D;
  margin-bottom: 18px;
  margin-top: 20px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1,
  .h1 {
    color: #B3559D;
    font-size: 50px;
    margin-top: 30px;
  }
}

/*---------------------------
2.2 - Body Copy
--------------------------- */
p, .content-section li {
  font-size: 16px;
}

/*---------------------------
2.3 - Buttons
--------------------------- */
.btn, #gotowp_personal_webinar_registration #register_now_submit {
  border-radius: 2em;
  text-transform: uppercase;
}

.btn-xl {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.1;
  border-radius: 6px;
}

.btn-lg {
  font-size: 14px;
}

.btn-brand-primary {
  background: #B3559D;
  color: #ffffff;
}

.btn-brand-primary:hover, .btn-brand-primary:focus {
  background: #934280;
  -webkit-box-shadow: 1px 3px #00A2C2;
          box-shadow: 1px 3px #00A2C2;
  color: #ffffff;
}

.btn-blue {
  background: #3C72C3;
  color: #ffffff;
}

.btn-blue:hover, .btn-blue:focus {
  background: #4f4c85;
  -webkit-box-shadow: 1px 3px #B3559D;
          box-shadow: 1px 3px #B3559D;
  color: #fff;
}

.btn-navy, #gotowp_personal_webinar_registration #register_now_submit {
  background: #0B4962;
  color: #ffffff;
}

.btn-navy:hover, .btn-navy:focus, #gotowp_personal_webinar_registration #register_now_submit:hover, #gotowp_personal_webinar_registration #register_now_submit:focus {
  background: #062734;
  color: #fff;
}

#gotowp_personal_webinar_registration #register_now_submit {
  border: none;
  padding: 8px;
}

.btn-blue-outline {
  background: #ffffff;
  color: #3C72C3;
  border: 1px solid #3C72C3;
}

.btn-blue-outline:hover, .btn-blue-outline:focus {
  background: #3C72C3;
  color: #fff;
  border: 1px solid #ffffff;
}

.btn-white-outline {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-white-outline:hover, .btn-white-outline:focus {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-container {
  text-align: center;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: dotted 2px #000;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .btn-container {
    text-align: left;
  }
  .btn-xl {
    padding: 14px 20px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 8px;
  }
  .btn-lg {
    font-size: 16px;
  }
}

/*---------------------------
2.4 - Forms
--------------------------- */
textarea {
  resize: none;
}

.demo-form .form-group {
  margin: 0 0 15px 0;
}

.demo-form {
  margin-bottom: 40px;
}

.demo-form.demo-form-interior {
  margin-bottom: 0;
}

.right-form {
  border-top: solid 8px #ac5211;
  padding-top: 25px;
}

.styled [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

#contact-us .gform_wrapper {
  max-width: 100%;
  margin: 1em 0;
}

.gform_wrapper .styled textarea.medium {
  width: 100%;
}

.gform_wrapper .styled div.charleft.warningTextareaInfo, .gform_wrapper .styled div.charleft {
  color: #ffffff;
}

.gform_wrapper form li, .gform_wrapper li {
  margin-bottom: 8px;
}

.gform_wrapper .styled .gform_footer {
  margin: 0;
  padding: 0;
}

#contact-us .gform_wrapper .top_label .gfield_label {
  color: #ffffff;
  margin-bottom: 0;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  width: 49% !important;
}

.gform_wrapper .styled div.validation_error {
  color: #ffffff;
}

.gform_wrapper .styled .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .styled .top_label li.gfield.gfield_error.gf_right_half {
  width: 49% !important;
}

.gform_wrapper .styled li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper .styled li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper .styled li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper .styled li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  padding-right: 6px;
}

.gform_wrapper .styled li.gfield.gfield_error, .gform_wrapper .styled li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-radius: 5px;
  border: none;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.6);
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 1.1rem !important;
}

.styled .gform_confirmation_message {
  font-size: 28px;
  color: #ffffff;
}

#contact-us p a {
  text-decoration: underline;
}

.gform_wrapper .gfield_checkbox li label {
  margin-left: 20px !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .form-area h1 {
    margin-bottom: 20px;
  }
  #contact-us .gform_wrapper {
    max-width: 100%;
    margin: 1em 60px;
  }
  .demo-form .form-inline .form-control {
    width: 100%;
  }
  .demo-form .form-inline .form-group {
    width: 49%;
    margin: 6px 0;
  }
  .demo-form {
    padding-right: 40px;
    margin-bottom: 0;
  }
  .demo-form.demo-form-interior {
    padding-right: 0;
  }
  .demo-form .form-group {
    margin: 5px 0;
    width: 99%;
  }
  .right-form {
    padding-left: 50px;
    border-left: solid 8px #ac5211;
    border-bottom: 0;
    border-top: 0;
    padding-top: 0;
  }
}

/* GoToWebinar */
.gotowp-subject, .gotowp-date {
  display: none;
}

#gtw-wrap {
  padding: 10px 0 30px;
}

#gtw-wrap table {
  width: 95%;
}

#gtw-wrap td {
  display: block;
  width: 100%;
  float: left;
}

#gtw-wrap td:nth-child(2) {
  padding-bottom: 20px;
}

#gotowp_personal_webinar_registration select {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.gotowp-input-text {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 18px;
  padding: 4px;
}

.gotowp-firstName, .gotowp-lastName, .gotowp-email {
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

#gotowp_personal_webinar_registration .tableborder {
  border: 0;
}

/*---------------------------
2.5 - Lists
--------------------------- */
#primary-sidebar ul {
  list-style: none;
  padding-left: 0;
}

#primary-sidebar ul li {
  margin-bottom: 8px;
  line-height: 1.2;
}

ul.sidebar-list li {
  margin-bottom: 12px;
  font-size: 14px;
}

.caret {
  margin-top: -4px;
}

/*---------------------------
2.6 - Tables
--------------------------- */
/*--------------------------------------------------------------
3.0 - Navigation Menus
-------------------------------------------------------------- */
.dropdown-backdrop {
  position: static;
}

.header-top-nav {
  margin: 8px 0;
  padding-right: 0;
}

.header-top-nav-mobile {
  margin-bottom: 4px;
}

.header-top-nav ul {
  list-style: none;
  padding: 0;
}

.header-top-nav ul li {
  display: inline-block;
}

.header-top-nav ul li ul li {
  display: block;
}

.tabbed-audience .nav-tabs li a, #tab-accordion-accordion a {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  display: block;
  text-decoration: none;
}

.tabbed-audience .nav-tabs li a:hover, .tabbed-audience .nav-tabs li a:focus, .tabbed-audience .nav-tabs li.active a {
  color: #0B4962;
}

#tab-accordion-accordion .panel-heading {
  background-color: #0B4962;
}

#tab-accordion-accordion .panel-heading:hover {
  background-color: #08384b;
}

#tab-accordion-accordion .panel {
  border: 0;
}

.tab-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -8px;
  vertical-align: middle;
}

.icon-admin {
  background: url(./img/icon-admin.png) no-repeat center center;
}

.icon-teacher {
  background: url(./img/icon-teacher.png) no-repeat center center;
}

.icon-family {
  background: url(./img/icon-family.png) no-repeat center center;
}

#sub-nav {
  z-index: 1000;
  width: 100%;
}

#sub-nav nav {
  margin-left: -15px;
  margin-right: -15px;
}

#sub-nav a {
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
}

#sub-nav a:hover,
#sub-nav a:focus,
#sub-nav li.active > a:hover,
#sub-nav li.active > a:focus {
  background-color: #305b9c;
  text-decoration: none;
}

#sub-nav li.active > a,
#sub-nav li.active > a:focus {
  background-color: #3C72C3;
}

.affix {
  top: 0;
  left: 0;
  z-index: 1000;
}

.affix-bottom {
  position: absolute;
}

.login-menu {
  right: 0;
  left: auto;
  padding: 8px 0;
}

.login-menu ul li a {
  padding: 4px 6px;
  color: #027E9B;
  display: block;
}

.login-menu ul li a:hover, .login-menu ul li a:focus {
  background: #eeeeee;
  text-decoration: none;
}

.login-btn {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 480px) {
  .login-btn {
    margin-right: 16px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-top-nav {
    margin-bottom: 5px;
    padding-right: 0;
  }
  .tabbed-audience .nav-tabs {
    margin-top: 14px;
  }
  .tabbed-audience .nav-tabs.nav-justified > li > a, .tabbed-audience .nav-tabs.nav-justified > .active > a, .tabbed-audience .nav-tabs.nav-justified > .active > a:hover, .tabbed-audience .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: 0;
  }
  .tabbed-audience .nav-tabs li a {
    font-size: 16px;
    line-height: 32px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .tabbed-audience .nav-tabs li a {
    font-size: 18px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
4.0 - Content
-------------------------------------------------------------- */
.icon-graphic img {
  margin: 0 auto 30px;
}

.content-section:last-child {
  border-bottom: none;
}

.devices {
  padding-top: 0;
  border-bottom: solid 8px;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.07);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.quote {
  font-size: 1.5em;
  width: 85%;
  margin: 0 auto;
}

.testimonial .author {
  font-weight: bold;
  text-align: right;
  padding-right: 40px;
  margin-top: 12px;
}

.fa.fa-quote-left {
  float: left;
  font-size: 2em;
  color: #E97420;
}

.fa.fa-quote-right {
  float: right;
  font-size: 2em;
  position: relative;
  top: -40px;
  color: #E97420;
}

.video {
  position: relative;
}

.video .video-thumb img, .post-thumbnail img, img.wp-post-image {
  border-radius: 5px;
  width: 100%;
}

.video a.video-thumb {
  width: 100%;
  height: auto;
}

.video-overlay:before {
  background-color: transparent;
  background-color: rgba(11, 73, 98, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "\00a0";
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  left: 0;
  border-radius: 5px;
}

a:hover.video-overlay:before {
  background-color: transparent;
  content: "\00a0";
}

.play-btn {
  position: absolute;
  padding-top: 15%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(./img/video-play.png) no-repeat center center;
}

.sixteen-nine {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .aspect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-title {
  padding: 10px 0;
  display: block;
  margin-bottom: 5%;
}

.partners-section a.partner-logo {
  height: 150px;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

.ie8 .partners-section img {
  margin-top: 20% !important;
  top: 0;
}

.partners-section img {
  margin-bottom: 20px;
  max-height: 80%;
  width: auto;
  max-width: 80% !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partners-section img.wp-post-image {
  margin: 10px auto;
}

.partners img {
  margin-top: 20px;
}

.featured p {
  margin: 0;
  line-height: 1.4;
  display: table;
  height: 100%;
}

.featured .btn {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.text-middle {
  display: block;
  vertical-align: middle;
}

.features-headers a {
  font-size: 20px;
  text-transform: uppercase;
}

.features-headers a.active {
  color: #E97420;
}

.features-list {
  text-align: center;
}

.tab-content {
  border-bottom: solid 1px #ccc;
}

.well {
  background: #F2F7F9;
  border: none;
  padding: 20px 30px;
}

.feature em {
  padding-right: 8px;
  width: 14px;
}

.feature a {
  color: #666666;
  font-size: 16px;
  text-indent: -12px;
  margin-bottom: 12px;
  display: block;
  padding: 10px 40px 0 40px;
}

.feature a:hover {
  cursor: pointer;
  display: block;
}

.feature a.active {
  color: #0B4962 !important;
}

.feature a.check {
  color: #0B4962;
}

.feature-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  margin-top: -4px;
  vertical-align: middle;
}

.icon-small-admin {
  background: url(./img/icon-small-admin.png) no-repeat center center;
}

.icon-small-teacher {
  background: url(./img/icon-small-teacher.png) no-repeat center center;
}

.icon-small-families {
  background: url(./img/icon-small-families.png) no-repeat center center;
}

.list-group-item.feature {
  border: none;
  background: none;
  padding: 0;
}

.fa-external-link {
  color: #0B4962;
  top: 1px;
  position: relative;
}

.testimonial-logo-area {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
}

.feature-quote {
  position: absolute;
}

/* xsmall devices (phones, up to 480px) */
@media (max-width: 480px) {
  .features-headers a {
    font-size: 14px;
  }
  .slider-container {
    padding: 20px 8px !important;
  }
  .featured p {
    margin: 0;
    line-height: 1.4;
  }
  .featured .btn {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .icon-graphic.graphic-left img {
    float: right;
    margin: 0 15px;
  }
  .icon-graphic.graphic-right img {
    float: left;
    margin: 0 30px;
  }
  .testimonial {
    padding-left: 40px;
  }
  .testimonial-logo-area {
    margin-top: 15%;
    margin-left: 20px;
  }
  .devices {
    padding-top: 20px;
    border-right: solid 8px;
    border-bottom: none;
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.07);
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .features-headers .text-center {
    text-align: center;
  }
  .features-list {
    text-align: left;
  }
  .feature {
    padding-right: 12px;
  }
  .feature a {
    color: #0B4962 !important;
  }
  .featured p {
    margin: 0;
    line-height: 1.4;
  }
  .featured .btn {
    float: left;
    width: auto;
  }
  .featured .btn {
    margin-bottom: 0;
  }
  .text-middle {
    display: table-cell;
    vertical-align: middle;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icon-graphic.graphic-left img {
    float: right;
    margin: 0 30px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content-section {
    padding-right: 100px;
    padding-left: 100px;
  }
}

/*---------------------------
4.1 - Site Structure
--------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #abb8c2;
}

div:empty {
  display: none;
}

#site-wrapper {
  min-height: 100%;
}

#site-wrapper, #body, #footer, .footer {
  overflow: hidden;
}

.center-image {
  margin: 0 auto;
}

header, section, footer {
  position: relative;
  z-index: 90;
}

.bg-white {
  background: #ffffff;
}

.bg-navy {
  background-color: #0B4962;
  background-color: rgba(11, 73, 98, 0.9);
}

.bg-navy-solid {
  background: #0B4962;
}

.bg-lightblue {
  background-color: #F2F7F9;
  background-color: rgba(242, 247, 249, 0.93);
}

.bg-grey {
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.93);
}

.bg-grey-solid {
  background: #eeeeee;
}

.bg-orange {
  background-color: #E97420;
  background-color: rgba(195, 93, 19, 0.9);
}

.bg-orange-solid {
  background: #E97420;
}

.testimonial-section {
  border-bottom: solid 6px #cccccc;
  border-top: solid 6px #cccccc;
}

.single .main-section {
  padding-top: 0;
}

.single .main-section h1 {
  margin-top: 0;
}

.main-page-heading {
  margin-top: -40%;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 12px rgba(28, 54, 100, 0.13);
          box-shadow: 4px 4px 12px rgba(28, 54, 100, 0.13);
}

.arrow-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.arrow-after:after {
  position: absolute;
  content: '';
  right: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 2px solid #3C72C3;
  border-top: 2px solid #3C72C3;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.decorated {
  position: relative;
  display: inline-block;
}

.decorated::before {
  content: "";
  background-color: #3C72C3;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  border-radius: 100% 0 55% 40% / 55% 0 100% 40%;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  position: inline-block;
  left: -30px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.decorated.decorated:after {
  content: "";
  background-color: #00A2C2;
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  border-radius: 0 100% 40% 55% / 0 55% 40% 100%;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  position: absolute;
  right: -42px;
  display: inline-block;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.decorated.color-1:before {
  background-color: #E97420;
}

.decorated.color-1:after {
  background-color: #00A2C2;
}

.decorated.color-2:before {
  background-color: #FFC70E;
}

.decorated.color-2:after {
  background-color: #3AA647;
}

.dropdown-menu {
  left: initial;
  right: 0;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-flex .col-12 {
  width: 100%;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 480px) {
  .flex-row-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .col-12 {
    width: inherit;
  }
  img.alignleft-xs {
    margin: 0 !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .main-page-heading {
    margin-top: 20px;
  }
  .single .main-section {
    padding-top: 40px;
  }
  .flex-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}

/*---------------------------
4.2 - Site Header
--------------------------- */
#header {
  width: 100%;
  z-index: 1001;
}

#site-header {
  position: relative;
  background: #ffffff;
  z-index: 10;
  min-height: 60px;
  border-bottom: solid 2px #3C72C3;
}

#hero-header .hero-heading {
  position: relative;
}

.short-banner {
  min-height: 180px;
}

.logo-home {
  margin: 10px 0 0 0;
}

.logo {
  width: 350px;
}

.navbar {
  margin-bottom: 0;
  border: 0;
  min-height: 28px;
}

.navigation {
  padding: 0;
}

.navbar-header {
  background: #0B4962;
}

.navbar-nav > li > a {
  font-size: 13px;
}

.navbar-nav > li.current-menu-ancestor > a, .navbar-nav > li.current-page-ancestor > a {
  color: #027E9B;
}

.navbar-nav > li.active.open a.dropdown-toggle {
  color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #eeeeee;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #027E9B;
}

.top-nav > li > a {
  color: #0B4962;
  text-transform: uppercase;
}

.top-nav .caret {
  color: #E97420;
}

#sub-navigation li a {
  color: white;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}

#sub-navigation li a:hover, #sub-navigation li a:focus {
  background: #0B4962;
  color: #ffffff;
}

#sub-navigation li.current_page_item a {
  background: #027E9B;
  color: #ffffff;
}

#sub-navigation li a:last-child {
  border: none;
  margin: 0;
}

.dropdown-menu > li > a {
  color: #027E9B;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #027E9B;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #0B4962;
  color: #ffffff;
}

.toggle-container {
  padding: 8px 0;
  float: left;
  margin: 0;
  color: #ffffff;
  width: 100%;
  display: block;
  line-height: 1.8;
  text-align: left;
}

.toggle-container:hover, .toggle-container:focus {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}

.navbar-toggle-btn {
  background: none;
  padding: 5px;
  border-radius: 3px;
  margin-right: 8px;
  border: solid 1px #ffffff;
}

.navbar-toggle .icon-bar {
  background: #ffffff;
}

.navbar-toggle.collapsed:before {
  content: "Show";
}

.navbar-toggle:before {
  content: "Hide";
}

.navbar-collapse {
  border-bottom: 10px solid #dddddd;
}

img.wp-post-image.bg-img, .short-banner .bg-img .navbar-nav > li > a {
  width: 120%;
  position: relative;
  z-index: 0;
  top: 0;
  max-width: none;
  margin-top: 0;
}

.hero-content {
  background-color: #0B4962;
  background-color: rgba(11, 73, 98, 0.9);
  margin-top: -25%;
  padding-top: 20px;
}

.search-container {
  z-index: 10;
  background: #ffffff;
  padding-bottom: 14px;
  margin-top: 98px;
}

.search-container.affix-top {
  position: relative;
}

.search-container.affix {
  margin: 75px auto 0;
  left: 0;
  right: 0;
}

.widget_search {
  display: inline-block;
}

.search-wrapper .form-group {
  margin: 0;
}

.search-wrapper {
  float: none;
}

/* expanding input CSS only */
#site-search {
  width: 100%;
  margin-bottom: 8px;
}

.search-form .form-control-feedback {
  color: #3C72C3;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  background: #eeeeee;
  border: solid 1px #ccc;
  line-height: 1;
  top: 0;
}

/* expanding input CSS only */
#footer-search {
  width: 100%;
}

#footer .search-form .form-control-feedback {
  color: #3C72C3;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  background: #eeeeee;
  border: solid 1px #ccc;
  line-height: 1;
  top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .logo-home {
    margin: 16px 0;
  }
  img.wp-post-image.bg-img, .short-banner .bg-img {
    width: 110%;
    position: relative;
    z-index: 0;
    top: 80px;
    margin-top: 0;
  }
  .navbar-nav > li > a {
    padding: 4px 10px;
    border-radius: 3px;
  }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #0B4962;
    color: #ffffff;
    outline: none;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    outline: none;
  }
  .navbar-nav > li:last-child > a {
    border: 1px solid #3C72C3;
    margin-left: 8px;
  }
  .top-nav {
    float: right;
  }
  .navbar-collapse {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  img.wp-post-image.bg-img, .short-banner .bg-img {
    position: fixed;
    max-width: 1400px;
  }
  .hero-content {
    background-color: #0B4962;
    background-color: rgba(11, 73, 98, 0.7);
    margin-top: 70px;
    margin-bottom: 50px;
    border-radius: 5px;
  }
  .search-container {
    z-index: 10;
    background: none;
  }
  .search-wrapper {
    width: 80%;
    float: right;
  }
  .search-wrapper .form-group {
    margin: 0 10px 0 0;
  }
  /* expanding input CSS only */
  .search-form .form-control {
    width: 98px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    margin-bottom: 0;
  }
  .search-form .form-control:focus {
    width: 100%;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  /* expanding input CSS only */
  #footer-search {
    width: 120px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  #footer-search:focus {
    width: 80%;
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  .search-form .form-control-feedback {
    color: #3C72C3;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-clip: padding-box;
    background: #eeeeee;
    border: solid 1px #ccc;
    line-height: 1;
  }
  #footer .search-form .form-control-feedback {
    float: left;
    position: relative;
    margin-left: -6px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #hero-header .hero-heading {
    padding: 5px 0 80px;
  }
  .entry-header {
    padding: 0;
  }
  .hero-content {
    background-color: #0B4962;
    background-color: rgba(11, 73, 98, 0.7);
    margin-top: 130px;
    margin-bottom: 50px;
    border-radius: 5px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  img.wp-post-image.bg-img, .short-banner .bg-img {
    top: 30px;
  }
}

/*---------------------------
4.3 - Site Footer
--------------------------- */
#footer, #bottom-footer {
  position: relative;
  color: #666666;
}

.news-area, .footer-nav {
  border-bottom: solid 8px;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.2);
}

#footer ul {
  padding-left: 0;
  list-style: none;
}

.news-area ul li, .footer-nav ul li {
  margin-bottom: 16px;
}

#bottom-footer ul {
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

#bottom-footer ul li {
  display: inline;
  margin-right: 12px;
}

.copyright {
  margin: 0 32px 0 0;
  display: inline;
  float: left;
}

#bottom-footer a {
  color: #666666;
}

.social ul li {
  display: inline;
  font-size: 26px;
  margin-right: 16px;
}

.social ul li a {
  display: inline-block;
  text-indent: -9999px;
  width: 26px;
  margin-left: -26px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .news-area, .footer-nav {
    border-right: solid 8px;
    border-bottom: none;
    border-color: #0B4962;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .copyright {
    margin: 14px 32px 14px 0;
    display: inline;
    float: left;
  }
  .footer-nav, .connect {
    padding-left: 30px;
  }
}

/*--------------------------------------------------------------
5.0 - Media
-------------------------------------------------------------- */
/*------bxslider adjusted styles ----*/
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
}

.custom-arrows {
  font-size: 50px;
  height: 190px;
  width: 40px;
  position: absolute;
  z-index: 999;
}

.custom-arrows a {
  height: 190px;
}

.custom-arrows i {
  margin-top: 60px;
}

#slider-prev {
  left: 8px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(41%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 41%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

#slider-next {
  right: 10px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(59%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 59%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

#slider-next i {
  right: 0;
  position: absolute;
}

#slider-prev i {
  left: 0;
  position: absolute;
}

/*---------------------------
5.1 - WordPress Defaults
--------------------------- */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

body.admin-bar header {
  position: fixed;
  top: 32px;
  z-index: 1000;
}

body.admin-bar header.page-header, body.admin-bar header.entry-header, body.admin-bar header.archive-header {
  position: relative;
  top: 0;
}

h2.entry-title {
  margin-top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*---------------------------
5.2 - Icon Font
--------------------------- */
/*--------------------------------------------------------------
6.0 - Utility
-------------------------------------------------------------- */
/*---------------------------
6.1 - Background Colors
--------------------------- */
.bg-brand-primary .separator, .bg-brand-secondary .separator, .bg-brand-tertiary .separator, .bg-brand-support-one .separator, .bg-brand-support-two .separator, .bg-brand-support-three .separator, .bg-brand-support-four .separator {
  color: rgba(255, 255, 255, 0.5);
}

.bg-brand-primary h1, .bg-brand-secondary h1, .bg-brand-tertiary h1, .bg-brand-support-one h1, .bg-brand-support-two h1, .bg-brand-support-three h1, .bg-brand-support-four h1, .bg-brand-primary h2, .bg-brand-secondary h2, .bg-brand-tertiary h2, .bg-brand-support-one h2, .bg-brand-support-two h2, .bg-brand-support-three h2, .bg-brand-support-four h2 {
  color: #fff;
}

.bg-brand-primary {
  background-color: #B3559D;
  color: #fff;
}

.bg-brand-secondary {
  background-color: #3C72C3;
  color: #fff;
}

.bg-brand-tertiary {
  background-color: #00A2C2;
  color: #fff;
}

.bg-brand-support-one {
  background-color: #3AA647;
  color: #fff;
}

.bg-brand-support-two {
  background-color: #E97420;
  color: #fff;
}

.bg-brand-support-three {
  background-color: #6460A4;
  color: #fff;
}

.bg-brand-support-four {
  background-color: #FFC70E;
  color: #fff;
}

/*---------------------------
6.2 - Text Colors
--------------------------- */
.text-white, .text-white a {
  color: #fff;
}

.text-grey {
  color: #b3b3b3;
}

.text-brand-primary {
  color: #B3559D;
}

.text-brand-secondary {
  color: #3C72C3;
}

.text-brand-tertiary {
  color: #00A2C2;
}

.text-brand-support-one {
  color: #3AA647;
}

.text-brand-support-two {
  color: #E97420;
}

.text-brand-support-three {
  color: #6460A4;
}

.text-brand-support-four {
  color: #FFC70E;
}

/*---------------------------
6.3 - Text Sizes & Weights
--------------------------- */
strong,
.strong {
  font-weight: 700;
}

.text-light {
  font-weight: 400;
}

.lead, .lead p {
  font-size: 24px;
  font-weight: 300;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 16px;
}

.text-lg {
  font-size: 40px;
}

.text-xl {
  font-size: 65px;
}

.text-block {
  display: block;
}

/*---------------------------
6.4 - Borders
--------------------------- */
.separator {
  display: inline-block;
  padding: 0 .5em;
}

.border-dotted {
  border-bottom: 1px dotted #bbbdbf;
}

.section-border {
  border-bottom: 2px solid #dddddd;
}

/*----------------------------
6.5 - Alignments
-----------------------------*/
/* Margins and Paddings */
.m-none {
  margin: 0;
}

.m-t-none {
  margin-top: 0;
}

.m-r-none {
  margin-right: 0;
}

.m-b-none {
  margin-bottom: 0;
}

.m-l-none {
  margin-left: 0;
}

.p-none {
  padding: 0;
}

.p-t-none {
  padding-top: 0;
}

.p-r-none {
  padding-right: 0;
}

.p-b-none {
  padding-bottom: 0;
}

.p-l-none {
  padding-left: 0;
}

.m-xxs {
  margin: 5px;
}

.m-t-xxs {
  margin-top: 5px;
}

.m-r-xxs {
  margin-right: 5px;
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-l-xxs {
  margin-left: 5px;
}

.p-xxs {
  padding: 5px;
}

.p-t-xxs {
  padding-top: 5px;
}

.p-r-xxs {
  padding-right: 5px;
}

.p-b-xxs {
  padding-bottom: 5px;
}

.p-l-xxs {
  padding-left: 5px;
}

.m-xs {
  margin: 10px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-l-xs {
  margin-left: 10px;
}

.p-xs {
  padding: 10px;
}

.p-t-xs {
  padding-top: 10px;
}

.p-r-xs {
  padding-right: 10px;
}

.p-b-xs {
  padding-bottom: 10px;
}

.p-l-xs {
  padding-left: 10px;
}

.m-sm {
  margin: 20px;
}

.m-t-sm {
  margin-top: 20px;
}

.m-r-sm {
  margin-right: 20px;
}

.m-b-sm {
  margin-bottom: 20px;
}

.m-l-sm {
  margin-left: 20px;
}

.p-sm {
  padding: 20px;
}

.p-t-sm {
  padding-top: 20px;
}

.p-r-sm {
  padding-right: 20px;
}

.p-b-sm {
  padding-bottom: 20px;
}

.p-l-sm {
  padding-left: 20px;
}

.m-md {
  margin: 40px;
}

.m-t-md {
  margin-top: 40px;
}

.m-r-md {
  margin-right: 40px;
}

.m-b-md {
  margin-bottom: 40px;
}

.m-l-md {
  margin-left: 40px;
}

.p-md {
  padding: 40px;
}

.p-t-md {
  padding-top: 40px;
}

.p-r-md {
  padding-right: 40px;
}

.p-b-md {
  padding-bottom: 40px;
}

.p-l-md {
  padding-left: 40px;
}

.m-lg {
  margin: 60px;
}

.m-t-lg {
  margin-top: 60px;
}

.m-r-lg {
  margin-right: 60px;
}

.m-b-lg {
  margin-bottom: 60px;
}

.m-l-lg {
  margin-left: 60px;
}

.p-lg {
  padding: 60px;
}

.p-t-lg {
  padding-top: 60px;
}

.p-r-lg {
  padding-right: 60px;
}

.p-b-lg {
  padding-bottom: 60px;
}

.p-l-lg {
  padding-left: 60px;
}

.m-xl {
  margin: 80px;
}

.m-t-xl {
  margin-top: 80px;
}

.m-r-xl {
  margin-right: 80px;
}

.m-b-xl {
  margin-bottom: 80px;
}

.m-l-xl {
  margin-left: 80px;
}

.p-xl {
  padding: 80px;
}

.p-t-xl {
  padding-top: 80px;
}

.p-r-xl {
  padding-right: 80px;
}

.p-b-xl {
  padding-bottom: 80px;
}

.p-l-xl {
  padding-left: 80px;
}

.m-xxl {
  margin: 100px;
}

.m-t-xxl {
  margin-top: 100px;
}

.m-r-xxl {
  margin-right: 100px;
}

.m-b-xxl {
  margin-bottom: 100px;
}

.m-l-xxl {
  margin-left: 100px;
}

.p-xxl {
  padding: 100px;
}

.p-t-xxl {
  padding-top: 100px;
}

.p-r-xxl {
  padding-right: 100px;
}

.p-b-xxl {
  padding-bottom: 100px;
}

.p-l-xxl {
  padding-left: 100px;
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */
.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}

.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* WordPress-Added Alignment Classes */
.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

div:empty.modal-backdrop {
  display: block;
}

.modal-body {
  text-align: left;
}

/**
 * Responsive WordPress Core Theme Styles
 * http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */
.sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 1em 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: .5em auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 1em 0 1em 1em;
}

img.alignleft {
  margin: 1em 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 96%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: .8em;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

.comments ol {
  padding-left: 0;
}

.comments ol li {
  margin: 0;
}

.comment-author {
  padding: 0;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  embed,
  object {
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
}

.link-white{
  color: #ffffff;
}

.link-white:focus,.link-white:hover {
  color: #ffffff;
  text-decoration: underline;
}