/*
Theme Name: Apollo
Author: The Affari Project
Author URI: http://affariproject.com
Description: Oracle Enterprise Solutions
Version: 1.0
Text Domain: apollo
*/
/***** RESET *****/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000000;
}
pre,
code,
kbd,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***** GRAVITY *****/
/*
	This doesn't reset any gravity form styles.  It's just a good set of form
	defaults for gforms that has the styles turned off.
*/
.form_default.inline-fields form {
  margin-left: -15px;
  margin-right: -15px;
}
.form_default.inline-fields .gfield {
  padding-left: 15px;
  padding-right: 15px;
}
.form_default.inline-fields .complex-fields-inline-50 {
  padding-left: 0px;
  padding-right: 0px;
}
.form_default.inline-fields .complex-fields-inline-50 .ginput_complex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form_default.inline-fields .complex-fields-inline-50 .ginput_complex span {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.form_default.inline-fields .field-inline-50 {
  display: inline-block;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.form_default .gform_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.form_default form {
  color: silver;
}
.form_default form #input_2_1_3_container {
  display: inline-block;
  width: 100%;
}
.form_default form input,
.form_default form textarea,
.form_default form select {
  border: 1px solid #B5C3D1;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
  margin-bottom: 29px;
  font-size: 15px;
  border-radius: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #38454F;
}
.form_default form input ::-webkit-input-placeholder,
.form_default form textarea ::-webkit-input-placeholder,
.form_default form select ::-webkit-input-placeholder {
  color: #959698;
}
.form_default form input :-moz-placeholder,
.form_default form textarea :-moz-placeholder,
.form_default form select :-moz-placeholder {
  color: #959698;
  opacity: 1;
}
.form_default form input ::-moz-placeholder,
.form_default form textarea ::-moz-placeholder,
.form_default form select ::-moz-placeholder {
  color: #959698;
  opacity: 1;
}
.form_default form input :-ms-input-placeholder,
.form_default form textarea :-ms-input-placeholder,
.form_default form select :-ms-input-placeholder {
  color: #959698;
}
.form_default form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  color: #959698;
  border-radius: 5px;
  background: transparent url(img/chev-down@2x.png) top 52% right 12px no-repeat;
  background-size: 16px 10px;
}
.form_default form select::-ms-expand {
  display: none;
}
.form_default form .gfield_html {
  text-decoration: italic;
}
.form_default form .gfield_checkbox input {
  display: inline;
  width: auto;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 30px;
  margin-bottom: 0;
}
.form_default form .gfield_checkbox label {
  display: inline;
  vertical-align: top;
  font-size: 22px;
}
.form_default form textarea {
  height: 212px;
  margin-bottom: 44px;
}
.form_default form .gform_footer input {
  width: auto;
  margin-left: 15px;
  margin-bottom: 0;
  background-color: #076297;
  color: #ffffff;
  font-weight: 300;
  width: 175px;
  margin-bottom: 116px;
}
.form_default form .gform_footer input:hover {
  background-color: #06527f;
  color: #ffffff;
}
.form_default form .validation_error {
  color: red;
}
.form_default form .gform_title {
  margin-bottom: 2em;
}
.form_default form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.form_default form label {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 16px;
  font-weight: 500;
  color: #38454F;
  margin-bottom: 7px;
}
.form_default form .gfield_checkbox,
.form_default form .gfield_html {
  margin-bottom: 2.3em;
  font-size: 22px;
}
.form_default form .half-width {
  max-width: 50%;
}
.form_default .gform_confirmation_wrapper {
  font-size: 20px;
  text-align: center;
  padding-top: 100px;
}
@media only screen and (max-width: 1700px) {
  .form_default .form_default form .gfield_checkbox input {
    margin-top: 5px;
    margin-right: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .form_default form .half-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form_default.inline-fields .complex-fields-inline-50 .ginput_complex span,
  .form_default.inline-fields .field-inline-50,
  .form_default.inline-fields .gfield {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
  .form_default.inline-fields form {
    margin-left: 0;
    margin-right: 0;
  }
  .form_default.inline-fields .complex-fields-inline-50 .ginput_complex {
    width: 100%;
    display: block;
  }
  .form_default.inline-fields .complex-fields-inline-50 .ginput_complex span {
    width: 100%;
  }
  .form_default form .gform_footer input {
    margin-left: 0;
  }
}
/***** MAIN STYLES *****/
.row-inline-block-cols {
  font-size: 0;
  text-align: center;
}
.row-inline-block-cols > div {
  text-align: left;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.no-select-styles {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
}
.no-select-styles::-ms-expand {
  display: none;
}
.btn-default {
  padding: 15px 40px 15px 40px;
  background-color: #ffffff;
  border: 0;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn-default:hover {
  text-decoration: none;
}
.btn-default.blue {
  background-color: #076297;
  color: #ffffff;
  font-weight: 300;
}
.btn-default.blue:hover {
  background-color: #06527f;
  color: #ffffff;
}
.btn-default.short {
  padding: 8px 23px 8px 23px;
}
.btn-default.short img {
  display: none;
}
.site-width1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1165px;
}
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.san-serif {
  font-family: Helvetica, Arial, sans-serif;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.proxima {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}
p,
li {
  line-height: 1.5;
}
blockquote {
  margin: 1em 0 1em 4em;
}
a,
input,
textarea,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
a:active,
input:active,
textarea:active,
button:active {
  outline: none;
}
body {
  font-size: 14px;
  background-color: #ffffff;
  color: #404040;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
figure {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
}
iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#mainheader {
  padding-left: 28px;
  padding-right: 28px;
  z-index: 9999;
}
#mainheader .col-lg-3.right {
  padding-top: 33px;
}
#mainheader .links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#mainheader .links li {
  display: inline-block;
  line-height: 12px;
  padding-right: 13px;
  padding-left: 13px;
  border-right: 2px solid #076297;
}
#mainheader .links li:first-child {
  padding-left: 0;
}
#mainheader .links li:last-child {
  padding-right: 0;
  border-right: none;
}
#mainheader .links li a {
  color: #076297;
  font-size: 17px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 400;
}
#mainlogo {
  padding-top: 12px;
}
#mainlogo h1 {
  position: absolute;
  left: -9999px;
}
#mainlogo a {
  display: inline-block;
}
#mainlogo img {
  width: 176px;
}
#mainnav .menu,
#footnav .menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#mainnav .menu > .menu-item.menu-item-has-children > a,
#footnav .menu > .menu-item.menu-item-has-children > a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding-bottom: 22px;
}
#mainnav .menu > .menu-item.menu-item-has-children > a:hover:after,
#footnav .menu > .menu-item.menu-item-has-children > a:hover:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "\f107";
  font-family: FontAwesome;
  color: #6aa1c1;
  right: -15px;
  top: 2px;
  position: absolute;
}
#mainnav .menu > .menu-item.menu-item-has-children .sub-menu,
#footnav .menu > .menu-item.menu-item-has-children .sub-menu {
  padding-left: 0;
  display: none;
  position: absolute;
  top: 77px;
  width: 270px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  background-color: #f1f6fa;
  z-index: 100;
}
#mainnav .menu > .menu-item.menu-item-has-children .sub-menu .menu-item,
#footnav .menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
#mainnav .menu > .menu-item.menu-item-has-children .sub-menu .menu-item:last-child,
#footnav .menu > .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
  border-bottom: 0;
}
#mainnav .menu > .menu-item.menu-item-has-children .sub-menu a,
#footnav .menu > .menu-item.menu-item-has-children .sub-menu a {
  display: block;
  background-color: #ffffff;
  text-align: left;
  font-size: 17px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 12.5px;
  padding-right: 43px;
}
#mainnav .menu-item,
#footnav .menu-item {
  margin-right: 22px;
}
#mainnav .menu-item:last-child,
#footnav .menu-item:last-child {
  margin-right: 0;
}
#mainnav a,
#footnav a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000000;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 500;
  font-size: 17px;
}
#mainnav a:hover,
#footnav a:hover {
  text-decoration: none;
  color: #6aa1c1;
}
#mainnav .menu-item {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 22px;
}
#footnav .menu-item {
  display: block;
}
#footnav .menu {
  text-align: left;
}
#footnav a {
  color: #7c8a98;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#mainfooter {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f0f6f9;
}
#mainfooter img.footer-logo {
  width: 176px;
}
#mainfooter img {
  width: 150px;
}
#mainfooter .border {
  border-top: 2px solid #ced3d9;
  width: 100%;
}
#mainfooter p {
  margin-top: 10px;
  color: #7c8a98;
  font-weight: 200;
  font-family: Helvetica, Arial, sans-serif;
}
#footer-top {
  padding-bottom: 20px;
}
#footer-top h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #7c8a98;
}
#footer-top .col-md-2,
#footer-top .col-md-3 {
  padding-top: 17px;
}
#footer-top .col-md-2.contact,
#footer-top .col-md-3.contact {
  text-align: right;
}
#footer-top .footer-sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#footer-top .footer-sub-menu a {
  color: #7c8a98;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}
#footer-top a.blue-button {
  border: 2px solid transparent;
  background-color: #086398;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
#footer-top a.blue-button:hover {
  background-color: #054368;
}
#footer-top .social {
  padding-right: 35px;
  margin-top: 35px;
  display: inline-block;
}
#footer-top .social a {
  background-color: #7c8a98;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 24px;
  color: #f1f6f9;
}
#footer-top .social a:last-child {
  margin-right: 0;
}
#footer-bottom {
  padding-top: 20px;
}
#footer-bottom a {
  text-decoration: underline;
  color: #7c8a98;
}
#footer-bottom .right {
  text-align: right;
}
body.home {
  position: relative;
}
body.home .pagecontent {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.home #mainheader {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
}
body.home #hero {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50px;
  height: 100vh;
  position: relative;
}
body.home #hero .border {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid #71be9f;
}
body.home #hero #home-slider {
  position: absolute;
  padding-bottom: 10px;
  top: 470px;
  right: 100px;
  z-index: 101;
}
body.home #hero #home-slider .slide h2 {
  color: #ffffff;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 400;
  font-size: 19px;
}
body.home #hero #home-slider .slide p {
  font-size: 34px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-bottom: 17px;
}
body.home #hero #home-slider .slide a.btn-default {
  z-index: -1;
}
body.home #hero #home-slider .bx-viewport {
  height: 350px !important;
}
body.home #hero #home-slider .bx-controls {
  position: absolute;
  bottom: 170px;
  right: 30px;
  z-index: 100;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.home #hero #home-slider .bx-controls a {
  font-size: 27px;
  color: #ffffff;
}
body.home #hero #home-slider .bx-controls a:hover {
  color: #4d5559;
}
body.home #hero #home-slider .bx-controls a:first-child {
  margin-right: 15px;
}
body.home #hero #home-slider .bx-controls a.disabled {
  display: none !important;
}
body.home #our-services {
  padding-top: 60px;
  padding-bottom: 50px;
}
body.home #our-services .icons .row {
  padding-top: 50px;
}
body.home #our-services .icons img.icon {
  width: 59px;
}
body.home #our-services a,
body.home #spotlight a {
  font-size: 16px;
  color: #076297;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 300;
}
body.home #spotlight {
  padding-top: 68px;
  padding-bottom: 105px;
}
body.home #spotlight .wrapper {
  padding-top: 60px;
}
body.page-template-services-template h2 {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 16px;
  color: #076297;
  font-weight: 300;
}
body.page-template-services-template .pagecontent {
  padding-top: 40px;
}
body.page-template-services-template #who-we-are {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
body.page-template-services-template #who-we-are h2 {
  color: #38454f;
  font-size: 19px;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  margin-bottom: 35px;
}
body.page-template-services-template #who-we-are p {
  font-size: 34px;
  font-weight: 300;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  color: #38454f;
  letter-spacing: -0.03em;
}
body.page-template-services-template #who-we-are a.btn-default {
  margin-top: 24px;
}
body.page-template-generic-template #articles,
body.page-template-generic-template #default-flex-content,
body.page-template-generic-template #full-wysi {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.page-template-generic-template #background-image-bullets,
body.page-template-generic-template #accord-bullets {
  padding-top: 65px;
  padding-bottom: 65px;
}
body.page-template-generic-template h4 {
  color: #65c19d;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
body.page-template-generic-template #default-flex-content .one-third,
body.page-template-generic-template #default-flex-content .two-third,
body.page-template-generic-template #default-flex-content .one-third-quote {
  padding-top: 65px;
}
body.page-template-generic-template #default-flex-content .two-third .col-lg-8 {
  padding-right: 60px;
}
body.page-template-generic-template #default-flex-content .two-third .col-lg-4 {
  background-color: #f1f6fa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
body.page-template-generic-template #default-flex-content .two-third .col-lg-4 p {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 300;
  color: #38454f;
}
body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-2.col-lg-2,
body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-6.col-lg-2 {
  text-align: center;
}
body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-2.col-lg-6,
body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-6.col-lg-6 {
  background-color: #f1f6fa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-6 p {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 100;
  font-size: 24px;
  color: #38454f;
}
body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-6 p b {
  font-size: 16px;
  color: #31ac7c;
  font-weight: 300;
}
body.page-template-generic-template #flex-icons a,
body.page-template-generic-template .content_2-3_1-3 a,
body.page-template-generic-template .flex-icons-col a {
  font-size: 14px;
}
body.page-template-generic-template #flex-icons .content,
body.page-template-generic-template .content_2-3_1-3 .content,
body.page-template-generic-template .flex-icons-col .content {
  padding-top: 65px;
}
body.page-template-generic-template #flex-icons .img-table,
body.page-template-generic-template .content_2-3_1-3 .img-table,
body.page-template-generic-template .flex-icons-col .img-table {
  min-height: 150px;
}
body.page-template-generic-template .content_2-3_1-3 .content {
  padding-top: 0;
}
body.page-template-generic-template #accord-bullets h2 {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
}
body.page-template-generic-template #accord-bullets .su-spoiler-title {
  font-size: 19px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 300;
  color: #38454f;
  padding-left: 45px;
}
body.page-template-generic-template #accord-bullets .su-spoiler .su-spoiler-icon:before {
  border-width: 2px;
  border-style: solid;
  padding: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-color: #31ac7c;
  color: #31ac7c;
}
body.page-template-generic-template #accord-bullets .su-spoiler.su-spoiler-closed .su-spoiler-icon:before {
  border-color: #076297;
  color: #076297;
}
body.page-template-generic-template #accord-bullets .su-spoiler-content {
  padding-left: 45px;
  padding-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #7c8a98;
}
body.page-template-generic-template #accord-bullets .su-list li {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 19px;
  color: #38454f;
  font-weight: 300;
}
body.page-template-generic-template #icon-slider {
  position: relative;
  padding-top: 35px;
  height: 350px;
  padding-bottom: 35px;
}
body.page-template-generic-template #icon-slider .icon-slide {
  position: relative;
}
body.page-template-generic-template #icon-slider .icon-slide .the-icon {
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
}
body.page-template-generic-template .bx-wrapper .bx-controls .bx-pager {
  text-align: center;
  width: 100%;
  height: 0;
}
body.page-template-generic-template .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  top: 40px;
}
body.page-template-generic-template .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #38454f;
}
body.page-template-generic-template .bx-controls-direction {
  display: none;
}
body.home #our-services h2,
body.page-template-generic-template #our-services h2,
body.home #spotlight h2,
body.page-template-generic-template #spotlight h2,
body.home #default-flex-content h2,
body.page-template-generic-template #default-flex-content h2,
body.home #flex-icons h2,
body.page-template-generic-template #flex-icons h2,
body.home .content_2-3_1-3 h2,
body.page-template-generic-template .content_2-3_1-3 h2,
body.home #full-wysi h2,
body.page-template-generic-template #full-wysi h2,
body.home .flex-icons-col h2,
body.page-template-generic-template .flex-icons-col h2 {
  text-align: center;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 300;
  font-size: 34px;
  color: #38454f;
}
body.home #our-services h3,
body.page-template-generic-template #our-services h3,
body.home #spotlight h3,
body.page-template-generic-template #spotlight h3,
body.home #default-flex-content h3,
body.page-template-generic-template #default-flex-content h3,
body.home #flex-icons h3,
body.page-template-generic-template #flex-icons h3,
body.home .content_2-3_1-3 h3,
body.page-template-generic-template .content_2-3_1-3 h3,
body.home #full-wysi h3,
body.page-template-generic-template #full-wysi h3,
body.home .flex-icons-col h3,
body.page-template-generic-template .flex-icons-col h3 {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
body.home #our-services p,
body.page-template-generic-template #our-services p,
body.home #spotlight p,
body.page-template-generic-template #spotlight p,
body.home #default-flex-content p,
body.page-template-generic-template #default-flex-content p,
body.home #flex-icons p,
body.page-template-generic-template #flex-icons p,
body.home .content_2-3_1-3 p,
body.page-template-generic-template .content_2-3_1-3 p,
body.home #full-wysi p,
body.page-template-generic-template #full-wysi p,
body.home .flex-icons-col p,
body.page-template-generic-template .flex-icons-col p,
body.home #our-services ul,
body.page-template-generic-template #our-services ul,
body.home #spotlight ul,
body.page-template-generic-template #spotlight ul,
body.home #default-flex-content ul,
body.page-template-generic-template #default-flex-content ul,
body.home #flex-icons ul,
body.page-template-generic-template #flex-icons ul,
body.home .content_2-3_1-3 ul,
body.page-template-generic-template .content_2-3_1-3 ul,
body.home #full-wysi ul,
body.page-template-generic-template #full-wysi ul,
body.home .flex-icons-col ul,
body.page-template-generic-template .flex-icons-col ul {
  color: #7c8a98;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}
body.home #our-services .border,
body.page-template-generic-template #our-services .border,
body.home #spotlight .border,
body.page-template-generic-template #spotlight .border,
body.home #default-flex-content .border,
body.page-template-generic-template #default-flex-content .border,
body.home #flex-icons .border,
body.page-template-generic-template #flex-icons .border,
body.home .content_2-3_1-3 .border,
body.page-template-generic-template .content_2-3_1-3 .border,
body.home #full-wysi .border,
body.page-template-generic-template #full-wysi .border,
body.home .flex-icons-col .border,
body.page-template-generic-template .flex-icons-col .border {
  border-bottom: 3px solid #6aa1c1;
  margin: 0 auto;
  width: 80px;
}
body.home #our-services img.arrow,
body.page-template-generic-template #our-services img.arrow,
body.home #spotlight img.arrow,
body.page-template-generic-template #spotlight img.arrow,
body.home #default-flex-content img.arrow,
body.page-template-generic-template #default-flex-content img.arrow,
body.home #flex-icons img.arrow,
body.page-template-generic-template #flex-icons img.arrow,
body.home .content_2-3_1-3 img.arrow,
body.page-template-generic-template .content_2-3_1-3 img.arrow,
body.home #full-wysi img.arrow,
body.page-template-generic-template #full-wysi img.arrow,
body.home .flex-icons-col img.arrow,
body.page-template-generic-template .flex-icons-col img.arrow {
  margin-left: 10px;
  width: 16px;
}
body.home #our-services img.quote,
body.page-template-generic-template #our-services img.quote,
body.home #spotlight img.quote,
body.page-template-generic-template #spotlight img.quote,
body.home #default-flex-content img.quote,
body.page-template-generic-template #default-flex-content img.quote,
body.home #flex-icons img.quote,
body.page-template-generic-template #flex-icons img.quote,
body.home .content_2-3_1-3 img.quote,
body.page-template-generic-template .content_2-3_1-3 img.quote,
body.home #full-wysi img.quote,
body.page-template-generic-template #full-wysi img.quote,
body.home .flex-icons-col img.quote,
body.page-template-generic-template .flex-icons-col img.quote {
  width: 61px;
  margin-top: 70px;
}
body.home #partner h2,
body.page-template-generic-template #partner h2,
body.home #partner p,
body.page-template-generic-template #partner p,
body.home #partner ul,
body.page-template-generic-template #partner ul,
body.home #partner li,
body.page-template-generic-template #partner li {
  color: #ffffff;
}
body.home #partner p,
body.page-template-generic-template #partner p {
  font-weight: 100;
}
body.home #partner,
body.page-template-generic-template #partner,
body.home #background-image-bullets,
body.page-template-generic-template #background-image-bullets {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
body.home #partner h2,
body.page-template-generic-template #partner h2,
body.home #background-image-bullets h2,
body.page-template-generic-template #background-image-bullets h2 {
  font-size: 34px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
body.home #partner .border,
body.page-template-generic-template #partner .border,
body.home #background-image-bullets .border,
body.page-template-generic-template #background-image-bullets .border {
  border-top: 4px solid #9cc6b7;
  width: 80px;
  margin-bottom: 35px;
}
body.home #partner p,
body.page-template-generic-template #partner p,
body.home #background-image-bullets p,
body.page-template-generic-template #background-image-bullets p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
}
body.home #partner .partner-list,
body.page-template-generic-template #partner .partner-list,
body.home #background-image-bullets .partner-list,
body.page-template-generic-template #background-image-bullets .partner-list {
  padding-top: 45px;
}
body.home #partner ul,
body.page-template-generic-template #partner ul,
body.home #background-image-bullets ul,
body.page-template-generic-template #background-image-bullets ul,
body.home #partner li,
body.page-template-generic-template #partner li,
body.home #background-image-bullets li,
body.page-template-generic-template #background-image-bullets li {
  list-style: none;
  font-size: 19px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 200;
  margin-bottom: 12px;
}
body.home #partner .checkmark,
body.page-template-generic-template #partner .checkmark,
body.home #background-image-bullets .checkmark,
body.page-template-generic-template #background-image-bullets .checkmark {
  width: 32px;
  margin-right: 15px;
}
body.home #flex-icons,
body.page-template-generic-template #flex-icons,
body.home .content_2-3_1-3,
body.page-template-generic-template .content_2-3_1-3,
body.home .flex-icons-col,
body.page-template-generic-template .flex-icons-col {
  padding-top: 75px;
  padding-bottom: 75px;
}
body.home #who-we-are,
body.page-template-generic-template #who-we-are {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 20%;
  padding-top: 120px;
  padding-bottom: 120px;
}
body.home #who-we-are h2,
body.page-template-generic-template #who-we-are h2 {
  font-size: 19px;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 500;
  color: #38454f;
}
body.home #who-we-are p,
body.page-template-generic-template #who-we-are p {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 34px;
  color: #38454f;
  font-weight: 300;
  letter-spacing: -0.03em;
}
body.page-template-services-template #mainnav .current-menu-item,
body.page-template-generic-template #mainnav .current-menu-item,
body.page-template-tmpl-contact-template #mainnav .current-menu-item {
  border-top: 3px solid #31ac7c;
  padding-top: 27px;
}
body.page-template-services-template .pageheader,
body.page-template-generic-template .pageheader,
body.page-template-tmpl-contact-template .pageheader {
  padding-top: 56px;
  padding-bottom: 40px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-services-template .pageheader h1,
body.page-template-generic-template .pageheader h1,
body.page-template-tmpl-contact-template .pageheader h1 {
  color: #ffffff;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-size: 34px;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin-bottom: 18px;
}
body.page-template-services-template .pageheader p,
body.page-template-generic-template .pageheader p,
body.page-template-tmpl-contact-template .pageheader p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 100;
}
body.page-template-services-template #articles ul,
body.page-template-generic-template #articles ul,
body.page-template-tmpl-contact-template #articles ul {
  padding: 0;
}
body.page-template-services-template #articles ul.article-title-list,
body.page-template-generic-template #articles ul.article-title-list,
body.page-template-tmpl-contact-template #articles ul.article-title-list {
  list-style: none;
}
body.page-template-services-template #articles ul li,
body.page-template-generic-template #articles ul li,
body.page-template-tmpl-contact-template #articles ul li {
  margin-bottom: 25px;
}
body.page-template-services-template #articles ul li a,
body.page-template-generic-template #articles ul li a,
body.page-template-tmpl-contact-template #articles ul li a {
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  font-weight: 400;
  font-size: 16px;
  color: #076297;
  padding-left: 18px;
}
body.page-template-services-template #articles ul li a.active,
body.page-template-generic-template #articles ul li a.active,
body.page-template-tmpl-contact-template #articles ul li a.active {
  color: #31ac7c;
  border-left: 3px solid #31ac7c;
  padding-left: 15px;
}
body.page-template-services-template #articles .content-wrapper,
body.page-template-generic-template #articles .content-wrapper,
body.page-template-tmpl-contact-template #articles .content-wrapper {
  display: none;
}
body.page-template-services-template #articles .content-wrapper.active,
body.page-template-generic-template #articles .content-wrapper.active,
body.page-template-tmpl-contact-template #articles .content-wrapper.active {
  display: block;
}
body.page-template-services-template #articles .content-wrapper h2,
body.page-template-generic-template #articles .content-wrapper h2,
body.page-template-tmpl-contact-template #articles .content-wrapper h2,
body.page-template-services-template #articles .content-wrapper h3,
body.page-template-generic-template #articles .content-wrapper h3,
body.page-template-tmpl-contact-template #articles .content-wrapper h3 {
  letter-spacing: -0.03em;
  font-family: 'Proxima Nova W01', Arial, Helvetica;
  margin-bottom: 20px;
  margin-top: 20px;
}
body.page-template-services-template #articles .content-wrapper h2:first-child,
body.page-template-generic-template #articles .content-wrapper h2:first-child,
body.page-template-tmpl-contact-template #articles .content-wrapper h2:first-child,
body.page-template-services-template #articles .content-wrapper h3:first-child,
body.page-template-generic-template #articles .content-wrapper h3:first-child,
body.page-template-tmpl-contact-template #articles .content-wrapper h3:first-child {
  margin-top: 0;
}
body.page-template-services-template #articles .content-wrapper h2,
body.page-template-generic-template #articles .content-wrapper h2,
body.page-template-tmpl-contact-template #articles .content-wrapper h2 {
  font-weight: 300;
  font-size: 24px;
  color: #38454f;
}
body.page-template-services-template #articles .content-wrapper h3,
body.page-template-generic-template #articles .content-wrapper h3,
body.page-template-tmpl-contact-template #articles .content-wrapper h3 {
  font-size: 34px;
  font-weight: 300;
  color: #65c19d;
}
body.page-template-services-template #articles .content-wrapper p,
body.page-template-generic-template #articles .content-wrapper p,
body.page-template-tmpl-contact-template #articles .content-wrapper p {
  color: #7c8a98;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
}
body.page-template-default .pagecontent {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.page-template-tmpl-contact-template .two-col-section .col1 {
  padding-top: 38px;
}
body.page-template-tmpl-contact-template .two-col-section .col2 {
  padding-top: 46px;
  margin-bottom: 40px;
}
body.page-template-tmpl-contact-template .two-col-section .col2 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #38454F;
  padding-top: 25px;
}
body.page-template-tmpl-contact-template .two-col-section .col2 h3:first-of-type {
  padding-top: 0;
}
body.page-template-tmpl-contact-template .two-col-section .col2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7C8A98;
}
body.page-template-tmpl-contact-template .two-col-section .tap-well {
  padding: 50px 40px;
  background-color: #F1F6FA;
  border: 0;
  border-radius: 5px;
}
/* WP Defaults */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-bottom: 1em;
}
.alignleft,
.alignright {
  display: inline-block;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.center {
  text-align: center;
}
.wp-caption {
  max-width: 100%;
}
/***** MOBILE STYLES *****/
#mobilenav {
  display: none;
}
@media screen and (max-width: 1300px) {
  body.home #hero #home-slider .slide p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .site-width1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-generic-template #default-flex-content .one-third-quote .col-lg-2 {
    display: none;
  }
  #footer-top .col-md-2.contact {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  #mainheader {
    display: none;
  }
  #mobilenav {
    display: block;
    position: fixed;
    z-index: 201;
    width: 100%;
    padding: 0;
  }
  #mobilenav .logo {
    padding: 8px 0;
  }
  #mobilenav .logo img {
    width: 176px;
  }
  #mobilenav .link {
    text-align: right;
    margin-top: 24px;
    font-size: 16px;
  }
  #mobilenav .link a {
    text-transform: uppercase;
  }
  #mobilenav-wrapper {
    background-color: #ffffff;
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid #7c8a98;
  }
  #mobilenav-wrapper #mobilebutton span {
    margin-left: 5px;
  }
  #mobilemenu {
    background-color: #ffffff;
    border-bottom: 1px solid #7c8a98;
    position: absolute;
    font-size: 16px;
    width: 100%;
    z-index: 99;
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
  #mobilemenu ul {
    padding: 0;
  }
  #mobilemenu .top-links {
    background-color: #f1f6fa;
    padding: 31px 0;
  }
  #mobilemenu .top-links ul {
    text-align: center;
    margin-bottom: 0;
  }
  #mobilemenu .top-links li {
    display: inline-block;
  }
  #mobilemenu .top-links a {
    border-right: 1px solid #076297;
    font-size: 15px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mobilemenu .top-links li:nth-child(1) a {
    padding-left: 0;
  }
  #mobilemenu .top-links li:nth-child(3) a {
    padding-right: 0;
    border-right: 0;
  }
  #mobilemenu .menu a {
    display: block;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #7c8a98;
    color: #7c8a98;
    position: relative;
  }
  #mobilemenu .menu .sub-menu a {
    padding-left: 45px;
    border-bottom: 1px solid #7c8a98;
  }
  #mobilemenu .menu .sub-menu a:last-child {
    border-bottom: 1px solid #7c8a98 !important;
  }
  #mobilemenu .menu li:last-child a {
    border: none;
  }
  #mobilemenu .menu .expand {
    font-size: 26px;
    color: #595955;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    text-align: center;
  }
  body.home #hero #home-slider {
    right: 0;
  }
  body.home #hero #home-slider .slide p {
    font-size: 24px;
  }
  body.home #hero .border {
    display: none;
  }
  body.home #who-we-are {
    background-position: center !important;
  }
  body.page-template-generic-template .pageheader,
  body.page-template-tmpl-contact-template .pageheader {
    padding-top: 100px;
  }
  body.page-template-generic-template #default-flex-content .col-lg-8,
  body.page-template-tmpl-contact-template #default-flex-content .col-lg-8 {
    margin-bottom: 35px;
  }
  body.page-template-generic-template #flex-icons .col-sm-12:last-child,
  body.page-template-tmpl-contact-template #flex-icons .col-sm-12:last-child,
  body.page-template-generic-template .content_2-3_1-3 .col-sm-12:last-child,
  body.page-template-tmpl-contact-template .content_2-3_1-3 .col-sm-12:last-child,
  body.page-template-generic-template .flex-icons-col .col-sm-12:last-child,
  body.page-template-tmpl-contact-template .flex-icons-col .col-sm-12:last-child {
    margin-top: 35px;
  }
  #footer-top .col-md-2.contact {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  #footer-top .col-md-2.contact a.blue-button {
    margin-right: 25px;
  }
  #footer-top .social {
    padding: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  #footer-bottom .right {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  body.home #hero #home-slider {
    top: 170px;
  }
  body.home #hero #home-slider .slide h2 {
    font-size: 21px;
  }
  body.home #hero #home-slider .slide p {
    font-size: 18px;
  }
  body.home #our-services .col-lg-4,
  body.page-template-generic-template #our-services .col-lg-4,
  body.home #default-flex-content .col-lg-4,
  body.page-template-generic-template #default-flex-content .col-lg-4,
  body.home #spotlight .col-lg-4,
  body.page-template-generic-template #spotlight .col-lg-4,
  body.home #flex-icons .col-lg-4,
  body.page-template-generic-template #flex-icons .col-lg-4,
  body.home .content_2-3_1-3 .col-lg-4,
  body.page-template-generic-template .content_2-3_1-3 .col-lg-4 {
    margin-bottom: 35px;
  }
  body.home #our-services .col-lg-4:last-child,
  body.page-template-generic-template #our-services .col-lg-4:last-child,
  body.home #default-flex-content .col-lg-4:last-child,
  body.page-template-generic-template #default-flex-content .col-lg-4:last-child,
  body.home #spotlight .col-lg-4:last-child,
  body.page-template-generic-template #spotlight .col-lg-4:last-child,
  body.home #flex-icons .col-lg-4:last-child,
  body.page-template-generic-template #flex-icons .col-lg-4:last-child,
  body.home .content_2-3_1-3 .col-lg-4:last-child,
  body.page-template-generic-template .content_2-3_1-3 .col-lg-4:last-child {
    margin-bottom: 0;
  }
  body.home #partner ul,
  body.page-template-generic-template #partner ul,
  body.home #background-image-bullets ul,
  body.page-template-generic-template #background-image-bullets ul,
  body.home #partner li,
  body.page-template-generic-template #partner li,
  body.home #background-image-bullets li,
  body.page-template-generic-template #background-image-bullets li {
    padding-left: 0;
    font-size: 16px;
  }
  .site-width1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 470px) {
  body.home #hero {
    background-position: center top;
    height: 400px;
  }
}
