@charset "UTF-8";
/*
Theme Name: IOFM
Theme URI: https://www.iofm.com/
Author: Diversified Communications
Author URI: https://www.divcom.com/
Description: The theme for IOFM.
Version: 2.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, responsive-layout,
accessibility-ready, custom-background, custom-colors, custom-header,
custom-menu, featured-images
Text Domain: iofm
This theme is licensed under the GPL.
*/
/* Index
 * - Reset
 * - Fonts (Google fonts)
 * - Variables (font variables, colors, typography, buttons)
 * - Mixins (transitions, animations, etc.)
 * - Sitewide (body, html, scrollbar, selection, container, etc.)
 * - Imports
 */
/**** Fonts ****/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,500i,600,700,900);
/**** Variables ****/
html, body, p {
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #444;
  font-size: 1rem;
  font-weight: 600;
  /* normalizing ul > li's weight */
}

a {
  color: #80a0ce;
}

a:link, a:hover, a:visited, a:focus {
  color: #80a0ce;
}

h1 {
  font-size: 2em;
  font-weight: 900;
  color: #121627;
}

h2 {
  font-size: 1.75em;
  color: #db3800;
}

h3 {
  font-size: 1.5em;
  color: #01548c;
  line-height: 1.25em;
  margin-bottom: 20px;
}

h4, .blockQuote {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 25px;
}

.blockQuote {
  margin-top: 25px;
  margin-bottom: 25px;
}

h5 {
  font-size: 1.01em;
  line-height: 1.25em;
  margin-bottom: 20px;
  margin-top: 15px;
}

iframe {
  border: none;
}

/**** Mixins ****/
button {
  outline: none !important;
}

button:hover, button:active, button:focus, button:active:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  border-radius: 0;
  vertical-align: top;
  transition: background-color 0.2s, border-color 0.2s;
}

.btn-primary {
  background-color: #01548c;
  color: white !important;
  border-radius: 6px;
  font-weight: 700;
  transition: .2s ease;
  border: 0;
}

.btn-primary .centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary:hover {
  transform: scale(1.15);
  transition: .2s ease;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.btn-primary:active {
  transform: scale(1.1);
  transition: .1s ease;
  background: #395f95;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.btn-info, .btn-info:focus {
  background-color: #9ee4d7;
  border-color: #9ee4d7;
  color: white !important;
}

.btn-info:hover, .btn-info:focus:hover {
  background-color: #9ee4d7;
  border-color: #9ee4d7;
  text-decoration: none !important;
}

.btn-info[disabled="disabled"] {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}

.btn-info[disabled="disabled"]:hover {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}

.btn-success {
  background-color: #01548c;
  border-color: #01548c;
  color: white !important;
}

.btn-success:hover {
  background-color: #01548c;
  border-color: #01548c;
  text-decoration: none !important;
}

.btn-warning {
  background-color: #888888;
  border-color: #888888;
}

.btn-warning:hover {
  background-color: #323232;
  border-color: #323232;
  text-decoration: none !important;
}

.btn-danger {
  background-color: #888888;
  border-color: #888888;
}

.btn-danger:hover {
  background-color: #323232;
  border-color: #323232;
  text-decoration: none !important;
}

.btn-link:hover {
  color: #121627;
}

a.read-more-link {
  color: #01548c;
  font-size: .75em;
  font-weight: 600;
}

a.yellowBtn, a.tealBtn {
  color: #121627;
  background-color: #ecbf3b;
  padding: 10px 18px;
  transition: .2s ease;
  border-radius: 6px;
  font-weight: 700;
  font-size: .9em;
  min-width: 200px;
  display: inline-block;
  text-align: center;
}

a.yellowBtn span.angleDarkBlue, a.tealBtn span.angleDarkBlue {
  float: right;
  font-size: 1.3em;
  line-height: .9em;
}

a.yellowBtn:hover, a.tealBtn:hover {
  color: #121627;
  transform: scale(1.1);
  transition: .2s ease;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

a.tealBtn {
  background-color: #9ee4d7;
  padding: 6px 18px;
}

.angleRed {
  color: #db3800;
}

.angleBlue {
  color: #01548c;
}

.angleDarkBlue {
  color: #121627;
}

a.lightBlueBtn, a.mediumBlueBtn, a.darkBlueBtn, a.redBtn, a.mediumYellowBtn, a.darkYellowBtn, a.aquaBtn {
  width: 100%;
  text-align: center;
  display: block;
  line-height: 2.75em;
  border-radius: 6px;
  color: white;
  font-weight: 700;
  font-size: .9em;
  margin-bottom: 20px;
  transition: .2s ease;
}

a.lightBlueBtn span, a.mediumBlueBtn span, a.darkBlueBtn span, a.redBtn span, a.mediumYellowBtn span, a.darkYellowBtn span, a.aquaBtn span {
  position: absolute;
  right: 25px;
  font-size: 1.25em;
  line-height: 2em;
}

a.lightBlueBtn:hover, a.mediumBlueBtn:hover, a.darkBlueBtn:hover, a.redBtn:hover, a.mediumYellowBtn:hover, a.darkYellowBtn:hover, a.aquaBtn:hover {
  transform: scale(1.1);
  transition: .2s ease;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

a.lightBlueBtn:active, a.mediumBlueBtn:active, a.darkBlueBtn:active, a.redBtn:active, a.mediumYellowBtn:active, a.darkYellowBtn:active, a.aquaBtn:active {
  transform: scale(1.05);
  transition: .1s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

a.lightBlueBtn {
  background-color: #80a0ce;
}

a.mediumBlueBtn {
  background-color: #01548c;
}

a.darkBlueBtn {
  background-color: #121627;
}

a.redBtn {
  background-color: #f44501;
}

a.mediumYellowBtn {
  background-color: #ecbf3b;
}

a.darkYellowBtn {
  background-color: #9c9254;
}

a.aquaBtn {
  background-color: #9ee4d7;
}

table.table-content, table.app2p-full {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #e8e8e8;
}

table.table-content p, table.app2p-full p {
  margin: 0;
}

table.table-content tr td, table.table-content tr th, table.app2p-full tr td, table.app2p-full tr th {
  padding: 10px;
  font-size: .85em;
  line-height: 1.5em;
  border-top: 1px solid #e8e8e8;
}

table.table-content tr:nth-child(even), table.app2p-full tr:nth-child(even) {
  background-color: #f8f8f8;
}

table.table-content tr:nth-child(odd), table.app2p-full tr:nth-child(odd) {
  background-color: #fff;
}

table.table-content tr.table-header, table.app2p-full tr.table-header {
  background-color: #e8e8e8;
  color: #01548c;
}

/**** MISC. GLOBAL ****/
html {
  min-width: 320px;
}

::selection {
  background: #01548c;
  color: #fff;
}

body.homepage {
  background-image: none;
}

.noUnderlineLink:hover {
  text-decoration: none;
}

.noPadding {
  padding: 0;
}

.fullWidth {
  margin: 0;
  padding: 0;
  width: 100%;
}

.fileTypeIcon {
  text-align: center;
}

.fileTypeIcon i {
  margin-top: 8px;
  font-size: 5rem;
  color: #80a0ce;
}

#userIsPremiumMember .joinASAPCTA {
  display: none !important;
}

#userIsPremiumMember .blockSubscribe h2 {
  margin-top: 0;
}

.mainContainer {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  line-height: 30px;
}

.mainContainer img {
  max-width: 100%;
}

#mainContent {
  margin-top: 80px;
}

.subsiteRowWrap {
  display: none;
}

.blockSubscribe h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #444;
}

.blockSubscribe .fastTrackNewsletter {
  margin: 14px auto;
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 6px;
  color: #db3800;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s;
}

.blockSubscribe .fastTrackNewsletter span:first-child {
  font-style: italic;
}

.blockSubscribe .fastTrackNewsletter span:last-child {
  float: right;
  color: #45a7b0;
}

.blockSubscribe .fastTrackNewsletter:hover {
  background-color: #db3800;
  color: #fff !important;
  text-decoration: none;
}

.blockSubscribe p {
  font-size: .75rem;
}

.newsletterWidget, .discoverWidget {
  margin: 0 auto 40px;
  padding: 10px;
  transition: .2s ease;
  display: flex;
  align-items: center;
}

.newsletterWidget p, .discoverWidget p {
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 30px;
}

.newsletterWidget p span, .discoverWidget p span {
  font-style: italic;
}

.newsletterWidget p:first-child, .discoverWidget p:first-child {
  font-size: 1.25rem;
}

.newsletterWidget img, .discoverWidget img {
  transition: .75s ease !important;
}

.newsletterWidget:hover, .discoverWidget:hover {
  transform: scale(0.95);
  transition: .2s ease;
}

.newsletterWidget:hover img, .discoverWidget:hover img {
  transition: .75s ease !important;
  transform: rotate(360deg);
}

.newsletterWidget {
  background: #db3800;
  background-image: -webkit-linear-gradient(15deg, #a3e36d 30%, #db3800 30.1%);
}

.discoverWidget {
  background: #45a7b0;
  background-image: -webkit-linear-gradient(15deg, #3a2c89 30%, #45a7b0 30.1%);
}

.noUnderline {
  text-decoration: none;
}

.noUnderline:hover {
  text-decoration: none;
}

.t3p0-pagination {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.callout-link {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  color: #80a0ce;
  font-size: 1rem;
  text-align: center;
}

.callout-link:after {
  margin-left: 4px;
  content: '›';
  display: inline-block;
  color: #db3800;
}

/** Content Join CTA **/
.joinTodayCTA {
  background: #01548c;
  background: linear-gradient(to right bottom, #01548c 0%, #121627 100%);
  padding: 20px 40px;
  margin-bottom: 20px;
  color: #fff;
  margin-top: -80px;
  box-shadow: 0 -40px 80px 40px white;
}

.joinTodayCTA p, .joinTodayCTA ul, .joinTodayCTA li, .joinTodayCTA h2, .joinTodayCTA h3 {
  color: #fff;
}

.joinTodayCTA p {
  margin: 20px 0;
}

.joinTodayCTA a {
  width: 40%;
  margin: auto;
  color: #000;
}

/** Social Share Icons **/
.socialShareIcons .stButton {
  margin-left: 5px;
  margin-right: 5px;
}

.socialShareIcons span {
  color: #28398b;
}

.socialShareIcons span:first-of-type {
  font-weight: 600;
  margin-right: 5px;
}

.socialShareIcons a {
  color: #28398b;
}

.socialShareIcons span.chicklets.facebook, .socialShareIcons span.chicklets.twitter, .socialShareIcons span.chicklets.linkedin, .socialShareIcons span.chicklets.email {
  background-image: none;
  width: 30px;
  height: 20px;
  font-weight: 500;
  font-size: 1.125em;
}

.socialShareIcons span.chicklets.facebook:before {
  font-family: FontAwesome;
  font-size: 1.325em;
  margin-left: -15px;
  color: #28398b;
  content: "\f09a";
}

.socialShareIcons span.chicklets.twitter:before {
  font-family: FontAwesome;
  font-size: 1.325em;
  margin-left: -15px;
  color: #28398b;
  content: "\f099";
}

.socialShareIcons span.chicklets.linkedin:before {
  font-family: FontAwesome;
  font-size: 1.325em;
  margin-left: -15px;
  color: #28398b;
  content: "\f0e1";
}

.socialShareIcons span.chicklets.email:before {
  font-family: FontAwesome;
  font-size: 1.325em;
  margin-left: -15px;
  color: #28398b;
  content: "\f0e0";
}

/** Social Media Icons **/
#socialMediaIcons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#socialMediaIcons .fab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  transition: .2s ease;
}

#socialMediaIcons .fab:hover {
  transform: scale(1.25);
  transition: .2s ease;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.pagination > li > a, .pagination > li > span {
  color: #45a7b0;
}

.pagination > li > a:hover, .pagination > li > span:hover {
  color: #45a7b0;
}

/**** LOGIN PANEL ****/
#loginPanelWrap {
  display: none;
}

#loginFormContainer .col-sm-6 {
  width: 100%;
}

#loginFormContainer .col-sm-6.col-sm-offset-4, #loginFormContainer .col-sm-8.col-sm-offset-4 {
  margin-left: 0;
  width: 100%;
}

#loginFormContainer .btn.btn-primary {
  width: 100%;
  padding: 8px;
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 5px;
  border-radius: 36px;
  text-transform: uppercase;
}

.become-a-member-login-link {
  padding-right: 10px;
}

.forgot-your-password-link {
  padding-left: 10px;
}

#loginPanelWrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 10999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loginPanelWrap .login-col {
  margin-top: 10%;
  padding: 0 15px;
  border: 0;
}

#loginPanelWrap #loginPanelLoader {
  min-height: 325px;
  vertical-align: middle;
  line-height: 325px;
  text-align: center;
}

.login-col {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  float: none;
}

.login-col .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
  background-color: transparent;
}

.login-col .panel .panel-heading {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  font-weight: 400;
  color: white;
  background-color: #80a0ce;
  border: 0;
  font-size: 1.5em;
  padding: 15px 15px 16px;
}

.login-col .panel .panel-body {
  background-color: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-bottom: 0;
}

.login-col .checkbox label {
  font-size: .8em;
}

/* Login Page panel */
.login.login.ng-scope .checkbox label {
  line-height: 20px;
}

.loginButtonContainer .btn.btn-primary {
  width: 100%;
  padding: 8px;
  background-color: #80a0ce;
  font-weight: 400;
  font-size: 1.25em;
  border-radius: 6px !important;
  border: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.loginButtonContainer .btn.btn-primary:hover {
  background-color: #01548c;
  transform: none !important;
}

#loginFormContainer .form-horizontal .control-label {
  text-align: left;
  font-weight: 500;
  font-size: .9em;
  margin-bottom: 2px;
}

.loginPageContainer {
  max-width: 400px;
}

.loginPageContainer .login-col.login-page .panel-body {
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-bottom: 0;
}

.loginPageContainer .login-col.login-page input.form-control {
  border-radius: 6px;
  height: 45px;
}

.loginPageContainer .login-col.login-page .form-horizontal .control-label {
  text-align: left;
  font-weight: 500;
}

.lowerLinks {
  text-align: center;
  padding-top: 10px;
  display: block;
  clear: both;
}

.lowerLinks a {
  color: #01548c;
}

.lowerLinks span.linkSeperator {
  float: none;
  line-height: 1em;
  padding-left: 0;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  display: inline-block;
  margin-bottom: -6px;
}

#closeLogin {
  position: absolute;
  right: 28px;
  top: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-image: url("../css/img/close-btn-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.close {
  width: 15px;
  height: 15px;
}

/* Modal window styles*/
.modal-content, .modal-content.ng-scope {
  border: 0;
  box-shadow: 0;
  border-radius: 6px;
  box-shadow: none;
}

.modal-header {
  background-color: #01548c;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-header h4.modal-title {
  color: white;
  font-size: 1.75em;
  font-weight: 300;
}

.modal-header .close {
  color: transparent !important;
  text-shadow: none !important;
  opacity: 1;
  background-image: url("../css/img/close-btn-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.modal-footer {
  padding-right: 0;
  width: 94%;
  padding-bottom: 18px;
  margin: auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modal-footer .btn-default {
  background-color: #ddd;
  border: 0;
}

.modal-footer .btn-default:hover {
  text-decoration: none !important;
}

.modal-footer .btn-default:active:hover {
  box-shadow: none !important;
}

.modal-footer .btn-primary {
  background-color: #01548c;
  opacity: 1;
  border: 0;
}

.modal-footer .btn-primary:hover {
  background-color: #01548c;
}

.modal-footer .btn-primary:active:hover {
  box-shadow: none !important;
}

.modal-dialog .panel-footer {
  background-color: #b9b9b9;
}

.modal-dialog .panel-footer .btn-primary {
  transform: scale(1);
}

.modal-dialog .panel-footer .btn-info {
  background-color: #888888;
  border-color: #888888;
}

.modal-dialog .panel-footer .btn-info:hover {
  background-color: #323232;
  border-color: #323232;
}

.modal-dialog .panel-footer .btn-info:active:hover {
  box-shadow: none !important;
}

.modal-dialog .panel-footer .btn-info .btn-info[disabled] {
  background-color: #888888;
  border-color: #888888;
}

.modal-dialog .panel-footer .btn-info .btn-info[disabled]:active:hover {
  box-shadow: none !important;
}

.panel-danger, .panel-warning {
  border: 0;
  border-radius: 6px;
}

.panel-danger .panel-success > .panel-heading, .panel-danger .panel-heading, .panel-warning .panel-success > .panel-heading, .panel-warning .panel-heading {
  background-color: #01548c;
  color: white;
  border: 0;
  font-size: 1.75em;
  border-radius: 0;
  font-weight: 300;
  padding: 20px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.panel-danger .panel-footer, .panel-warning .panel-footer {
  padding-right: 0;
  width: 94%;
  padding-bottom: 18px;
  margin: auto;
  border-top: 1px solid #e5e5e5;
  border-color: #e5e5e5 !important;
  background-color: transparent;
  padding-top: 15px;
}

.panel-danger .panel-footer .btn-default, .panel-warning .panel-footer .btn-default {
  background-color: #888888;
  border: 0;
  color: #fff;
  padding: 6px 15px;
  font-size: 14px;
  margin-bottom: 0;
}

.modal-dialog .confirmDialog .panel-body:before {
  color: #888888;
}

.subscription-team-mgmt .well button.btn.btn-success {
  height: 40px;
  margin-top: 5px;
  background-color: #01548c !important;
  border-color: #01548c !important;
}

.confirmDialog .btn-danger {
  background-color: #01548c;
  border: 0 !important;
  border-radius: 6px;
}

.confirmDialog .btn-danger:hover {
  background-color: #01548c;
}

.confirmDialog .btn-default {
  background-color: #888888;
  border: 0;
  color: #fff;
}

.confirmDialog .btn-default:hover {
  text-decoration: none !important;
  background-color: #323232;
}

.password-reset .panel {
  box-shadow: none;
}

.password-reset .panel-heading {
  font-size: 2.5em;
  color: #3e81a1;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 0;
  font-weight: 300;
}

.password-reset .col-sm-8.col-sm-offset-2 {
  margin-left: 0;
}

/* Make video iframes responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  background-color: transparent;
}

.dcContainer {
  margin: 0;
}

.hideForMobile {
  display: none !important;
}

.joinBtn.hideForDesktop {
  padding-right: 40px;
}

#mobileWrap {
  overflow-x: hidden;
}

.table-responsive {
  border: 0;
}

#ieWrap #footerTopEdge {
  margin-top: 200px;
}

.welcome #mainContent {
  margin-top: 0;
}

.welcome #mainSidebar {
  display: none;
}

.redArrow {
  color: #db3800;
}

.sidebar .topPattern {
  background: url("../css/img/sidebar-top-pattern.png") top center no-repeat;
  height: 10px;
  width: 100%;
}

.sidebar h2 {
  color: #121627;
}

.belowHeroBanner {
  background: #eee;
}

.valueProp {
  padding: 40px 25px;
  text-align: justify;
  text-align-last: center;
}

.valueProp:after {
  display: block;
  content: '';
  height: 2px;
  width: 80px;
  margin: 20px auto 0;
  background: #db3800;
}

.valueProp p {
  line-height: 1.75em;
}

.valueProp p:first-of-type::first-letter {
  float: left;
  font-size: 3.35em;
  line-height: 1em;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 0;
}

.dropcap:first-of-type::first-letter {
  float: left;
  font-size: 3.35em;
  line-height: 1em;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 0;
}

.noDropcap p:first-of-type::first-letter {
  float: none;
  font-size: 1em;
  line-height: inherit;
  padding-top: 0;
  padding-right: 0;
}

.bamCTA {
  text-align: center;
  color: white;
  background-color: #01548c;
  padding: 10px 20px;
  display: block;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
}

.bamCTA:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: #121627;
}

.socialIconsStandard {
  display: none;
}

.socialIconsBelowSubsiteMenu {
  display: none;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.socialIconsBelowSubsiteMenu .mainContainer {
  margin-top: 0 !important;
  float: none;
}

.socialIconsBelowSubsiteMenu .socialIconsStandard {
  padding-top: 25px;
  padding-bottom: 5px;
  text-align: right;
}

.socialIconsBelowSubsiteMenu .socialIconsStandard p {
  display: inline-block;
  margin-bottom: 0;
}

.socialIconsBelowSubsiteMenu .socialIconsStandard p a {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: white;
  font-size: .8em;
  line-height: 24px;
  padding-left: 4px;
  text-decoration: none;
  transition: .2s ease;
}

.socialIconsBelowSubsiteMenu .socialIconsStandard p a:hover {
  text-decoration: none;
  transform: scale(1.15);
  transition: .2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.socialIconsBelowSubsiteMenu .socialIconsStandard p a.fab.fa-facebook-f {
  background-color: #5a77c9;
  margin-right: 10px;
}

.socialIconsBelowSubsiteMenu .socialIconsStandard p a.fab.fa-twitter {
  background-color: #5abaee;
  margin-right: 10px;
}

.socialIconsBelowSubsiteMenu .socialIconsStandard p a.fab.fa-linkedin-in {
  background-color: #8fc8dd;
}

.privateView .bamLink, .privateView #whatAreYouWaitingFor, #userIsPremiumMember .bamLink, #userIsPremiumMember #whatAreYouWaitingFor {
  display: none;
}

.leadGenBuckets {
  padding-bottom: 30px;
}

/**** Google Map iFrame ****/
.map-responsive {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.noPaddingLeft {
  padding-left: 0;
}

.aphomepage #flipperTrigger, .arhomepage #flipperTrigger {
  display: none;
}

#userIsCustomer #userIsNotPremiumMember .bamLinkTopBar {
  display: none;
}

.productPromo {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.calendly-inline-widget {
  height: 250px;
}

.toolsTemplates .joinTodayCTA {
  margin-top: 0;
  box-shadow: none;
}

.bottomBarAlt p {
  text-align: center;
  color: #80a0ce;
}

.membership-professional .starterMemberPrice, .membership-professional .businessMemberPrice, .membership-professional .nonMemberPrice, .membership-professional .enterpriseMemberPrice, .membership-professional .starterMemberProductBtn, .membership-professional .businessMemberProductBtn, .membership-professional .enterpriseMemberProductBtn, .membership-professional .nonMemberProductBtn {
  display: none;
}

.membership-business .starterMemberPrice, .membership-business .proMemberPrice, .membership-business .nonMemberPrice, .membership-business .enterpriseMemberPrice, .membership-business .starterMemberProductBtn, .membership-business .proMemberProductBtn, .membership-business .enterpriseMemberProductBtn, .membership-business .nonMemberProductBtn {
  display: none;
}

.membership-enterprise .starterMemberPrice, .membership-enterprise .businessMemberPrice, .membership-enterprise .nonMemberPrice, .membership-enterprise .proMemberPrice, .membership-enterprise .starterMemberProductBtn, .membership-enterprise .businessMemberProductBtn, .membership-enterprise .proMemberProductBtn, .membership-enterprise .nonMemberProductBtn {
  display: none;
}

.membership-starter .businessMemberPrice, .membership-starter .proMemberPrice, .membership-starter .nonMemberPrice, .membership-starter .enterpriseMemberPrice, .membership-starter .businessMemberProductBtn, .membership-starter .enterpriseMemberProductBtn, .membership-starter .nonMemberProductBtn, .membership-starter .proMemberProductBtn {
  display: none;
}

#userIsNotPremiumMember .starterMemberPrice, #userIsNotPremiumMember .businessMemberPrice, #userIsNotPremiumMember .enterpriseMemberPrice, #userIsNotPremiumMember .proMemberPrice, #userIsNotPremiumMember .businessMemberProductBtn, #userIsNotPremiumMember .enterpriseMemberProductBtn, #userIsNotPremiumMember .proMemberProductBtn, #userIsNotPremiumMember .starterMemberProductBtn {
  display: none;
}

#overlayMaintenance {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  position: absolute;
  z-index: 99999;
}

#overlayMaintenance .overlayMessage {
  background-color: white;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12%;
  padding: 25px;
  border-top: 50px solid #80a0ce;
  border-radius: 6px;
}

#overlayMaintenance .overlayMessage p {
  font-size: 1.25em;
  line-height: 1.5em;
}

.no-padding {
  padding: 0;
}

/*------------------------------------------------------------------------/
/                                                                         /
/                            SITEWIDE MEDIA QUERIES                       /
/                                                                         /
/------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .socialIconsBelowSubsiteMenu {
    display: block;
  }
  #socialMediaIcons {
    text-align: left;
  }
  #userIsPremiumMember #header #headerContainer #headerRight {
    width: 65%;
    margin-left: 0;
  }
  .socialIconsStandard {
    display: block !important;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
    line-height: 1.25em;
  }
  .sidebar {
    width: 29.167%;
    float: right;
    padding-right: 0;
  }
  .valueProp {
    padding: 40px 25%;
  }
  .card {
    position: relative;
    padding: 0;
    height: 100%;
    width: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 99;
  }
  #subsiteWrapFlip .card {
    height: 80px;
  }
  .card > div {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all 600ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .card .back {
    background: #01548c;
    background: linear-gradient(to right, #01548c 0%, #9cd3d8 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(180deg);
  }
  .card .back .selectPrefilter {
    left: -220px;
    top: 18px;
    z-index: 99999;
  }
  .card .back .custom-select-trigger {
    color: #fff;
    border-right: none;
    text-align: right !important;
  }
  .card .back .custom-options {
    padding-top: 0;
    top: 30px;
  }
  .card.flipper .front {
    transform: rotateX(180deg);
  }
  .card.flipper .back {
    transform: rotateX(0deg);
  }
  #flipperTrigger {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 99;
    cursor: pointer;
  }
  #flipperTrigger .closeSearch {
    display: none;
  }
  #flipperTrigger .searchIconSubsite {
    background: url("../css/img/search-icon.png") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100%;
    cursor: pointer;
  }
  #flipperTrigger .searchIconSubsite:hover {
    cursor: pointer;
  }
  #flipperTrigger.triggered .searchIconSubsite {
    display: none;
  }
  #flipperTrigger.triggered .closeSearch {
    display: block;
    opacity: .5;
  }
  #flipperTrigger.triggered .closeSearch:hover {
    opacity: 1;
  }
  /**** Google Map iFrame ****/
  .map-responsive {
    padding-bottom: 56.25%;
  }
  #userIsPremiumMember #header #headerContainer #headerRight, #loggedOutContainer #header #headerContainer #headerRight {
    width: 260px;
  }
  #ctArticleBody img.alignleft, .pageBody img.alignleft, .ctStandardArticleMenuCol img.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 7px;
  }
  #ctArticleBody img.alignright, .pageBody img.alignright, .ctStandardArticleMenuCol img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 15px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*** Imports ***/
.iofm-logo img {
  width: 120px;
  margin: auto;
  margin-top: 22px;
}

#header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  /*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
}

#header .iofmLogo img {
  width: 120px;
  margin-top: 22px;
  margin-left: 15px;
}

#header #headerContainer {
  min-height: 80px;
  border-top: 4px solid #01548c;
}

#header .searchCol, #header .cartIconCol, #header .menuIcon {
  opacity: 0;
}

#header .secondaryMobileWrapSection {
  display: none;
  position: absolute;
  right: 23px;
  top: 18px;
  width: auto;
  display: flex;
  justify-content: space-evenly;
}

#header .secondaryMobileWrapSection .searchCol, #header .secondaryMobileWrapSection .cartIconCol, #header .secondaryMobileWrapSection .menuIcon {
  opacity: 1;
}

#header .cartIconCol {
  display: none;
}

#header #loginLogout {
  float: left;
}

#header #loginLogout ul .bamLinkTopBar {
  margin: -8px 0 0 0;
  margin-right: 15px;
  background-color: #9ee4d7;
  border-radius: 6px;
  font-weight: 700;
  transition: all 0.2s;
}

#header #loginLogout ul .bamLinkTopBar:hover {
  transform: scale(1.1);
  transition: all 0.2s;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

#header #loginLogout ul .bamLinkTopBar a {
  color: #121627;
  padding: 10px 15px;
  display: inline-block;
}

#header #loginLogout ul .bamLinkTopBar a:hover {
  text-decoration: none;
}

#header #loginLogout ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

#header #loginLogout ul li .logout-btn, #header #loginLogout ul li .login-btn {
  margin: -8px 0 0 0;
  background-color: #eeeeee;
  border-radius: 6px;
  padding: 10px 15px;
  transition: all 0.2s;
}

#header #loginLogout ul li .logout-btn:hover, #header #loginLogout ul li .login-btn:hover {
  color: #121627 !important;
  text-decoration: none;
  background-color: gainsboro;
  transition: all 0.2s;
}

#header .loginLogoutCol {
  display: inline-block;
  margin-right: 55px;
  margin-top: 8px;
  width: auto;
}

@media (min-width: 768px) {
  #header .secondaryMobileWrapSection {
    width: 50%;
  }
  #header .iofmLogo img {
    margin-left: 20px;
  }
  #header .logoCol {
    padding: 0;
  }
  #header .cartIconCol {
    float: right;
    display: block;
    opacity: 1;
    padding: 0;
  }
  #header .cartIconCol i {
    font-size: 1.25rem;
  }
  #header .cartCount {
    margin: -22px 0 0 25px;
    float: left;
  }
  #header #headerContainer {
    width: 100% !important;
  }
  #header #headerContainer #headerLeft {
    width: 15%;
    padding: 0;
  }
  #header #headerContainer #headerCenter {
    padding: 0;
  }
  #header #headerContainer #headerRight {
    width: 100%;
    margin-left: -20px;
    padding: 8px 0 0;
  }
  #header #headerContainer #headerRight #cartIcon a {
    color: #121627;
  }
  #header #headerContainer #headerRight #cartIcon a:hover {
    color: #01548c;
  }
  #header #headerContainer #headerRight ul {
    padding: 0;
  }
  #header #headerContainer #headerRight a.login-btn {
    display: block;
    font-weight: 700;
    font-size: .9em;
    color: #121627;
  }
  #header #headerContainer #headerRight a.login-btn:hover {
    text-decoration: none;
    color: #01548c;
  }
}

@media (min-width: 992px) {
  #header .secondaryMobileWrapSection {
    width: 100%;
  }
  #header #headerContainer #headerRight {
    width: 35%;
    position: absolute;
    right: 0;
    margin-left: 0;
    padding: 27px 0 0;
  }
}

@media (min-width: 1200px) {
  #header #headerContainer #headerRight {
    width: 380px;
  }
  #header #loginLogout ul .bamLinkTopBar, #header #loginLogout ul li {
    margin-right: 20px;
  }
}

/* ---------- Search Page ---------- */
.search {
  width: 100%;
  padding: 0 !important;
}

.search #header, .search #userIsAdmin {
  position: relative;
  padding: 0 15px;
  z-index: 999;
}

.search #userIsAdmin {
  padding: 0;
}

.search #mainContent.ecommContainer {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.search .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.search .searchBlock {
  padding-top: 20px;
}

.search .searchBlock .searchCol {
  padding-left: 0;
  padding-right: 0;
}

.search .searchBlock .searchCol .searchBoxField {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.search .searchBlock form button.searchIconBtn {
  background-color: #01548c;
  width: 15%;
  margin-top: 0;
  height: 40px;
  border-radius: 0 20px 4px 0;
  background-size: 40%;
  background-position: center center;
  float: right;
}

.search .searchBlock input.searchField {
  height: 40px;
  padding-left: 20px;
  border: 0;
  border-radius: 4px 0 0 20px;
  width: 85%;
  background: #eee;
  color: #7d7d7d;
  font-size: 1em;
  margin-bottom: 20px;
}

.search .searchBlock .selectPrefilter {
  top: 10px;
  left: calc(50% - 410px);
}

.search .searchBlock .custom-select-trigger {
  display: none;
}

.search .searchBlock .custom-select-trigger {
  width: 250px;
  max-height: 20px;
  overflow: hidden;
  border-right: none;
  text-align: right;
  padding: 0 44px 0 0;
}

.search .searchBlock .custom-select-trigger:after {
  top: 70%;
}

.search .searchBlock .custom-select-wrapper {
  margin-top: -5px;
}

.search .searchBlock .custom-options {
  top: 30px;
  padding-top: 0;
  left: 30px;
}

.search #searchResultsCount {
  border-top: 1px solid #ddd;
  font-size: 2rem;
  font-weight: 400;
}

.search #searchResultsCount i.fa-binoculars {
  margin-right: 4px;
  background: #80a0ce;
  padding: 8px;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
}

.search #searchResultsCount span span {
  font-weight: 900 !important;
}

.search #resultsTitle {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  line-height: normal;
}

.search #filterToggles {
  display: inline-block;
}

.search #filterToggles #catsFilteredBy {
  float: left;
  margin-bottom: -6px;
  font-size: .9rem;
  font-weight: 700;
  color: #888;
}

.search #filterToggles #catsFilteredBy ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.search #filterToggles #catsFilteredBy ul li {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  background: #eee;
  padding: 4px 8px 4px 16px;
  border-radius: 40px;
}

.search #filterToggles #catsFilteredBy ul li:first-child {
  margin-left: 30px;
}

.search #filterToggles #catsFilteredBy ul li:first-child:before {
  position: absolute;
  margin-left: -40px;
  content: 'in';
  color: #444;
  font-weight: 600;
  font-size: 1rem;
}

.search #filterToggles #catsFilteredBy ul li a {
  margin-left: 8px;
  color: #3a2c89;
  font-size: 1.25rem;
}

.search .mainContainerSearch {
  max-width: 1200px;
  margin: 0 auto;
}

.search .bucketFilterContainer {
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  background: #eee;
  background: linear-gradient(to bottom, #eee 0%, #fff 560px);
}

.search .bucketFilterContainer .searchFilterSidebar {
  display: none;
}

.search .bucketFilterContainer .searchFilterSidebarMobile {
  display: block;
}

.search .bucketFilterContainer .searchFilterSidebar, .search .bucketFilterContainer .searchFilterSidebarMobile {
  margin-top: -40px;
  float: left;
  padding: 40px;
  width: 100%;
  background: #01548c;
  background: linear-gradient(to right bottom, #01548c 0%, #121627 100%);
}

.search .bucketFilterContainer .searchFilterSidebar h2, .search .bucketFilterContainer .searchFilterSidebarMobile h2 {
  margin: 0 0 40px;
  color: #fff;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul {
  margin-left: 0px;
  font-size: .9rem;
  font-weight: 700;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul ul, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul ul {
  margin-left: 15px;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul ul li, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul ul li {
  margin-top: 8px;
  color: #80a0ce;
  line-height: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  font-size: .9rem;
  transition: .15s ease;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul ul li i, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul ul li i {
  display: inline-block;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul ul li .filterCount, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul ul li .filterCount {
  color: #fff !important;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul ul li:hover, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul ul li:hover {
  color: #ebbe3b;
  cursor: pointer;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul ul ul ul, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul ul ul ul {
  margin-left: 35px;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul li, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul li {
  margin-top: 20px;
  color: #ebbe3b;
  font-size: 1.1rem;
  font-weight: 600;
}

.search .bucketFilterContainer .searchFilterSidebar #categoryTreeContainer ul li i, .search .bucketFilterContainer .searchFilterSidebarMobile #categoryTreeContainer ul li i {
  display: none;
}

.search .bucketFilterContainer .searchFilterSidebar .fa-caret-down, .search .bucketFilterContainer .searchFilterSidebarMobile .fa-caret-down {
  margin-right: 8px;
  color: #db3800;
  font-size: .9rem;
}

.search .bucketFilterContainer .searchFilterSidebar .fa-caret-right, .search .bucketFilterContainer .searchFilterSidebarMobile .fa-caret-right {
  margin-right: 11px;
  color: #db3800;
  font-size: .9rem;
}

.search .bucketFilterContainer #bucketResultsContainer {
  width: 90%;
  margin: 0 auto;
}

.search .bucketFilterContainer #bucketResultsContainer .bucketsHeading {
  margin: 0 0 40px;
  color: #121627 !important;
}

.search .bucketFilterContainer #bucketResultsContainer .bucketsHeading:before {
  content: " ";
  width: 16px;
  height: 25px;
  background: url(../css/img/fire-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: -2px;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets {
  display: flex;
  flex-wrap: wrap;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket {
  width: 90%;
  margin: 0 5% 40px 5%;
  position: relative;
  float: left;
  border-radius: 0 20px;
  background-color: #fff !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  transition: .3s ease;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket:hover {
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket h3 {
  position: relative;
  margin: 0;
  padding: 6px 16px;
  background: #80a0ce;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 0 20px 0 0;
  z-index: 99;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucket-0 h3 {
  background: #80a0ce;
  background: linear-gradient(to left top, #80a0ce 0%, #80a0ce 100%);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucket-1 h3 {
  background: #01548c;
  background: linear-gradient(to left top, #01548c 0%, #01548c 100%);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucket-2 h3 {
  background: #121627;
  background: linear-gradient(to left top, #121627 0%, #121627 100%);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucket-3 h3 {
  background: #393288;
  background: linear-gradient(to left top, #393288 0%, #393288 100%);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucket-4 h3 {
  background: #db3800;
  background: linear-gradient(to left top, #db3800 0%, #db3800 100%);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucket-5 h3 {
  background: #eabd3c;
  background: linear-gradient(to left top, #eabd3c 0%, #eabd3c 100%);
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucketHits {
  display: block;
  margin: -1px 20px 20px;
  padding-top: 20px;
  line-height: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucketHits p {
  margin: 0;
  font-size: .9rem;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket .bucketHits .fa-lock {
  margin-right: 6px;
  color: #121627;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket button {
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  background: none;
  width: 100%;
  border: none;
  color: #01548c;
  text-transform: uppercase;
  text-align: center;
  font-size: .9rem;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .bucket button:after {
  content: ' +';
  color: #db3800;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .well {
  padding: 0 0 20px;
  height: 100%;
  border: 0;
}

.search .bucketFilterContainer #bucketResultsContainer .buckets .well-lg {
  border-radius: 0 20px !important;
}

.search .bucketFilterContainer #allResultsContainer {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.search .bucketFilterContainer #allResultsContainer h2 {
  display: inline-block;
  margin-top: 0;
  color: #121627;
}

.search .bucketFilterContainer #allResultsContainer .sortContainer {
  display: inline-block;
  float: right;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList h3 {
  color: #121627;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList h3 i {
  margin-right: 10px;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList .resultsImgContainer {
  float: right;
  margin-left: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList .resultsImgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList .resultTag {
  padding: 2px 8px;
  background: #dce5f1;
  color: #80a0ce;
  font-size: .9rem;
  font-weight: 600;
  border-radius: 6px;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList .resultsReadMore {
  background: #01548c;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  border-radius: 6px;
  transition: .1s ease;
}

.search .bucketFilterContainer #allResultsContainer .searchResultsList .resultsReadMore:hover {
  transform: scale(1.05);
  text-decoration: none;
  transition: .1s ease;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.search .bucketFilterContainer #allResultsContainer #endOfListElement i {
  position: absolute;
  left: calc(50% - 45px);
  bottom: 40px;
  color: #01548c;
  font-size: 90px;
  display: none;
}

.search .bucketFilterContainer #allResultsContainer #endOfListElement i:first-child {
  display: inline-block;
}

.search .bucketFilterContainer #allResultsContainer #endOfListElement p {
  text-align: center;
}

.AtEbtn {
  position: absolute !important;
  margin-left: -60px !important;
  margin-top: 0px !important;
  height: 60px !important;
  width: 60px !important;
  background: #01548c !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.AtEbtn:hover {
  opacity: .9;
}

.well {
  background-color: transparent !important;
}

/* ---------- End Search Page ---------- */
.searchIcon, .searchIconDesktop {
  background: url("../css/img/search-icon.png");
  background-repeat: no-repeat;
  width: 19px;
  background-size: 100%;
  height: 19px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.searchCol {
  padding: 0;
}

.searchCol .selectPrefilter {
  position: absolute;
  left: 0;
  top: 26px;
}

.searchCol .custom-select-wrapper {
  position: absolute;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchCol .custom-select-wrapper select {
  display: none;
}

.searchCol .custom-select {
  position: relative;
  display: inline-block;
}

.searchCol .custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 40px 0 20px;
  width: 210px;
  text-align: center;
  color: #01548c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  border-right: 2px solid #dcdcdc;
  cursor: pointer;
  z-index: 980;
}

.searchCol .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 2px solid #db3800;
  border-right: 2px solid #db3800;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.searchCol .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.searchCol .custom-options {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 16px;
  padding-top: 32px;
  width: 208px;
  border: 0px solid #b5b5b5;
  text-align: center;
  border-radius: 0px;
  box-sizing: border-box;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: all .4s ease-in-out;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.searchCol .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.searchCol .custom-option {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: .9rem;
  color: #80a0ce;
}

.searchCol .custom-option:last-of-type {
  border-bottom: 0;
}

.searchCol .custom-option:hover,
.searchCol .custom-option.selection {
  background: #80a0ce;
  color: #fff;
}

.searchIconDesktop, .closeSearch {
  display: none;
}

.searchIcon {
  margin-left: -10px;
}

.rightSectionWithCartCount .searchIcon {
  margin-left: 5px;
}

.searchResult {
  font-size: .9em;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.searchResult a.read-more-link {
  font-size: .8em;
}

.searchResultBody {
  line-height: 1.5em;
}

.resultsSearch form input {
  border-radius: 36px;
  background-color: #eeeeee;
  border: 0;
  padding-left: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 40px;
  width: 85%;
  padding-right: 10px;
}

.resultsSearch form button.searchButton {
  border-radius: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #45a7b0;
  border: 0;
  vertical-align: top;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -10px;
}

.searchIconMobile {
  margin: 0;
  float: right;
  background: url("../css/img/search-icon-light-blue.png");
  background-repeat: no-repeat;
  width: 24px;
  background-size: 100%;
  height: 25px;
  padding: 0;
  border: 0;
  margin-top: 6px;
  margin-right: 20px;
}

.searchDisplay, .searchBlockSubsiteRowWrap {
  display: none;
  background-color: white;
}

.searchBlockSubsiteRowWrap .searchCol input.searchField, .searchHomepageWrap .searchCol input.searchField {
  background: transparent;
  border: 0;
  padding: 24px 0 25px;
  width: 80%;
  color: #888888;
  font-weight: 600;
  font-size: 1.25em;
}

.searchBlockSubsiteRowWrap .searchCol input.searchField:-ms-input-placeholder, .searchHomepageWrap .searchCol input.searchField:-ms-input-placeholder {
  color: #888888;
}

.searchBlockSubsiteRowWrap .searchCol input.searchField::placeholder, .searchHomepageWrap .searchCol input.searchField::placeholder {
  color: #888888;
}

.searchBlockSubsiteRowWrap .searchCol input.searchField {
  color: #fff !important;
}

#browserIsIE .searchHomepageWrap .searchCol {
  z-index: 9;
}

#browserIsIE #homepageSiteTitle {
  z-index: 99;
}

#browserIsIE .searchBlockSubsiteRowWrap .searchCol input.searchField {
  padding: 0;
  margin-top: 5px;
}

button.searchIconBtn {
  background: url("../css/img/search-icon.png");
  background-repeat: no-repeat;
  width: 18px;
  background-size: 100%;
  height: 18px;
  border: 0;
  padding: 0;
  float: right;
  margin-right: 36px;
  margin-top: 30px;
}

.searchBlock {
  margin: 0;
}

.card {
  padding: 0;
}

button.searchIconBtn {
  background: url("../css/img/search-icon.png");
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mobileSearch {
  position: absolute;
  right: -87%;
  width: 87%;
  z-index: 99;
  top: 81px;
  background-color: #222a4a;
}

.mobileSearch .searchCol input.searchField {
  margin-left: 80px;
  width: 55%;
  color: rgba(255, 255, 255, 0.85);
}

.mobileSearch .searchCol .custom-select-trigger {
  max-height: 20px;
  width: 60px;
  overflow: hidden;
  color: #232d4b;
  border-right: 2px solid #b9b9b9;
  margin-top: 4px;
}

.mobileSearch .searchCol .custom-select.opened .custom-options {
  top: 25px;
}

.mobileSearch .searchCol .custom-select .custom-options {
  padding-top: 0;
}

.mobileSearch button.searchIconBtn {
  margin-right: 30px;
}

.accordion {
  display: block;
  margin: 0 auto 40px;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  cursor: pointer;
  background: #01548c;
  background: linear-gradient(to right bottom, #01548c 0%, #121627 100%);
  padding: 10px;
  text-align: center;
}

.accordion-header h2 {
  color: #fff !important;
}

.accordion-header:hover {
  opacity: .95;
}

.accordion-content {
  display: none;
  overflow: auto;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .bucket {
    width: 30% !important;
    margin: 0 5% 40px 0 !important;
  }
  .bucket:nth-of-type(3n) {
    margin: 0 0 40px !important;
  }
  .custom-select-trigger {
    display: inline-block !important;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .accordion {
    display: none;
  }
  .searchFilterSidebar {
    display: block !important;
    width: 320px !important;
  }
  #bucketResultsContainer, #allResultsContainer {
    width: calc(100% - 380px) !important;
    float: right;
  }
  .searchBlockSubsiteRowWrap {
    width: 30%;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  .searchBlockSubsiteRowWrap .searchBlock {
    margin: 0;
  }
  .searchBlockSubsiteRowWrap .searchCol {
    width: 100%;
    text-align: left;
  }
  .searchBlockSubsiteRowWrap .searchCol input.searchField {
    width: 93%;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    height: 35px;
    background: transparent;
    font-size: 1.5em;
  }
  .searchBlockSubsiteRowWrap .searchCol input.searchField:-ms-input-placeholder {
    color: #fff;
  }
  .searchBlockSubsiteRowWrap .searchCol input.searchField::placeholder {
    color: #fff;
  }
  .searchBlockSubsiteRowWrap .searchCol .searchIconBtn {
    margin: 0;
    float: right;
    background: url("../css/img/search-icon.png");
    background-repeat: no-repeat;
    width: 19px;
    background-size: 100%;
    height: 19px;
    padding: 0;
    border: 0;
    margin-top: 16px;
  }
  .site-essearch-search > #mainContent {
    margin-top: 0;
  }
  .resultsSearch form input {
    width: 90%;
  }
  .search {
    display: inline-block;
    float: none;
    position: relative;
    height: 30px;
    padding: 1px 6px 0px 10px;
    border-radius: 4px;
  }
  .search button.searchButton {
    right: 0;
    margin-right: 0;
    top: 0;
    padding-right: 0;
  }
  .search button.searchButton i {
    font-size: 1.125em;
  }
  .searchIconDesktop {
    display: none !important;
    margin: 0;
    margin-top: 22px;
    display: inline-block;
    position: absolute;
    right: 356px;
    height: 17px;
    width: 17px;
    cursor: pointer;
  }
  .search input.searchField {
    padding-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .closeSearch {
    background: url("../css/img/close-btn.png");
    background-repeat: no-repeat;
    width: 19px;
    background-size: 100%;
    height: 19px;
    opacity: .325;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .search button.searchButton {
    top: 5px;
  }
  #searchResultsCount {
    padding: 0 !important;
  }
  #resultsTitle {
    width: auto !important;
    text-align: left !important;
  }
}

.mainMenuRow {
  padding: 0;
}

.menuIcon {
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: .3s;
  display: block;
}

.menuIcon.active i {
  color: #888888;
}

.menuIcon i {
  font-size: 1.75em;
  color: #888888;
}

.menuIcon i:hover {
  color: #888888;
}

#headerRight a {
  color: #121627;
  font-size: .9em;
  font-weight: 700;
}

#headerRight a:hover {
  text-decoration: none;
  color: #01548c;
}

/* Animation and icon bars for mobile */
.menuIcon {
  border: none;
  background: transparent !important;
  width: 35px;
  height: 35px;
}

.menuIcon:hover {
  background: transparent !important;
}

.menuIcon .icon-bar {
  width: 35px;
  display: block;
  height: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: all 0.3s;
  border-radius: 4px;
}

.menuIcon .top-bar {
  transform: rotate(0);
  background-color: #80a0ce;
  width: 35px;
}

.menuIcon .middle-bar {
  opacity: 1;
  background-color: #01548c;
  width: 35px;
}

.menuIcon .bottom-bar {
  transform: rotate(0);
  background-color: #121627;
  width: 25px;
}

.menuIcon.active .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  width: 37px;
  background-color: #121627;
}

.menuIcon.active .middle-bar {
  opacity: 0;
}

.menuIcon.active .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  width: 37px;
}

.memberMenuCol {
  display: none;
  height: 150px;
  padding-top: 50px;
}

.memberMenuCol span.linkSeperator {
  line-height: normal !important;
  width: 1px;
  height: 40px;
  background-color: #fff;
  padding: 0 !important;
  margin: 0;
  display: inline-block;
  margin-bottom: -15px !important;
}

#mainMenu {
  position: absolute;
  z-index: 9;
  padding: 0;
  background: linear-gradient(0deg, #01548c 0%, #121627 100%);
}

#mainMenu .dcContainer {
  padding: 0;
}

#mainMenu .redLogin {
  display: none;
}

#mainMenu .whiteLogin {
  height: 23px;
  margin-top: -4px;
  margin-left: 5px;
}

#mainMenu .loginBtnWrap {
  display: inline-block;
  padding-left: 15px;
  border-bottom: 0;
}

#mainMenu .login-btn {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  color: white;
}

#mainMenu .login-btn a {
  color: white;
}

#mainMenu .offCanvasMenu {
  padding: 0 25px;
}

#mainMenu .offCanvasMenu ul {
  padding: 0;
}

#mainMenu .offCanvasMenu ul.with-dropdowns {
  margin-left: 0;
}

#mainMenu .offCanvasMenu ul.with-dropdowns ul {
  left: 0;
}

#mainMenu .offCanvasMenu ul li {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

#mainMenu .offCanvasMenu ul li:first-of-type {
  border-top: 0;
}

#mainMenu .offCanvasMenu ul li:hover > a {
  background-color: transparent;
  border-radius: 0;
}

#mainMenu .offCanvasMenu ul li.has-children {
  position: relative;
}

#mainMenu .offCanvasMenu ul li.has-children .dropdownBtn {
  font-family: "FontAwesome";
  content: "\f078";
  height: 32px;
  width: 32px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  right: 0;
  text-align: center;
  font-size: 1.1em;
  line-height: 30px;
  cursor: pointer;
  transition: .2s;
}

#mainMenu .offCanvasMenu ul li.has-children .dropdownBtn:after {
  font-family: "FontAwesome";
  content: "\f078";
  color: rgba(255, 255, 255, 0.85);
  line-height: 30px;
}

#mainMenu .offCanvasMenu ul li.has-children .dropdownBtn.active:after {
  font-family: "FontAwesome";
  content: "\f077";
  color: rgba(255, 255, 255, 0.85);
  line-height: 30px;
}

#mainMenu .offCanvasMenu ul li.has-children .dropdownBtn:hover {
  color: rgba(255, 255, 255, 0.85);
}

#mainMenu .offCanvasMenu ul li.has-children ul {
  position: relative;
  min-width: inherit;
  margin: 0;
  padding-left: 10px;
  background: transparent;
  border: none;
  border-radius: 0;
  z-index: 0;
  overflow: auto;
  display: none;
}

#mainMenu .offCanvasMenu ul li.has-children ul li a {
  color: white;
  font-size: 1em;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}

#mainMenu .offCanvasMenu ul li.has-children ul li:last-of-type {
  border-bottom: 0;
}

#mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul li {
  margin: 0;
  padding: 8px 0;
}

#mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul li a {
  font-size: 1em;
  margin: 0;
  color: white;
  font-weight: 500;
  text-transform: none;
}

#mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul li:last-of-type {
  border-bottom: 0;
}

#mainMenu .offCanvasMenu a {
  color: white;
  width: 75%;
  line-height: 1.25em;
  font-size: 1.25em;
  font-weight: 500;
  margin-left: 0;
  transition: .2s;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

#mainMenu .offCanvasMenu a:hover {
  text-decoration: none !important;
}

.row-offcanvas {
  position: relative;
  transition: all .3s ease-out;
}

.row-offcanvas-right {
  right: 0;
}

.row-offcanvas-left {
  left: 0;
}

.row-offcanvas-right .sidebar-offcanvas {
  right: -87%;
}

.row-offcanvas-left .sidebar-offcanvas {
  left: -87%;
}

.row-offcanvas-right.active {
  right: 87%;
}

.row-offcanvas-right.active #mainMenu {
  min-height: 100%;
}

.row-offcanvas-left.active {
  left: 87%;
}

.sidebar-offcanvas {
  position: absolute;
  top: 80px;
  width: 87%;
}

.sidebar-offcanvas.roomForSearch {
  top: 155px;
}

.menuIcon.toggleButton.active {
  margin-right: -15px;
}

#mobileMemberMenu {
  width: 100%;
  height: 65px;
  padding-left: 12px;
}

#mobileMemberMenu ul {
  margin: 0;
  padding: 0;
}

#mobileMemberMenu ul li {
  list-style-type: none;
  float: left;
  line-height: 65px;
  margin-right: 15px;
}

#mobileMemberMenu ul li:last-child a {
  padding: 0 15px 0 0;
}

#mobileMemberMenu ul li a {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.0325em;
  text-transform: uppercase;
  color: #45a7b0;
  padding-left: 15px;
}

#mobileMemberMenu ul li a:hover {
  color: #45a7b0;
}

.row-offcanvas-right span.linkSeperator {
  line-height: 62px;
  padding-right: 15px;
  padding-left: 0;
}

#userIsCustomer span.linkSeperator:nth-of-type(2) {
  display: none;
}

#loggedOutContainer #mobileMemberMenu ul li:last-of-type {
  margin-right: 0;
}

#userIsPremiumMember .row-offcanvas-right.active span.linkSeperator:first-of-type {
  display: none;
}

ul.with-dropdowns .has-children > a:after {
  display: none;
}

.row-offcanvas-right #mainMenu .loginBtnWrap {
  display: block;
  text-align: center;
  padding-right: 40px;
  padding-top: 10px;
}

.stickyLogo {
  display: none;
}

.mobileIconColWrap {
  position: absolute;
  right: -87%;
  width: 87%;
  z-index: 9999;
  border-top: 4px solid #01548c;
  background-color: #eeeeee;
  padding-top: 28px !important;
  height: 81px;
}

.mobileIconColWrap .bamLinkTopBar {
  margin: -8px 0 0 0;
  padding: 8px 15px;
  margin-right: 15px;
  background-color: #9ee4d7;
  border-radius: 6px;
}

.mobileIconColWrap li {
  margin-right: 20px;
  list-style: none;
  display: inline-block;
}

.mobileIconColWrap li .logout-btn, .mobileIconColWrap li .login-btn {
  background-color: gainsboro;
  padding: 10px 15px;
  border-radius: 6px;
}

.mobileIconColWrap #cartIcon {
  position: absolute;
  right: 32px;
  top: 28px;
}

.mobileIconColWrap #cartIcon .fa {
  font-size: 20px;
}

.mobileIconColWrap #cartIcon span#cartCountContainer {
  position: absolute;
  right: -18px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 991px) {
  .offCanvasMenu .joinASAPCTA {
    display: none;
  }
  #loggedInContainer .memberMenuCol {
    height: 100px;
    background-color: #81042C;
    padding-top: 35px;
    padding-left: 25px;
  }
  #loggedInContainer .memberMenuCol .myAccountLink {
    margin-right: 15px;
  }
  #loggedInContainer .memberMenuCol .logoutBtnWrap {
    margin-left: 15px;
  }
  #loggedInContainer .memberMenuCol li {
    list-style: none;
    display: inline-block;
    float: left;
  }
  #loggedInContainer .memberMenuCol li a {
    color: white;
    text-transform: uppercase;
    font-size: .9em;
  }
  #loggedInContainer .memberMenuCol span.linkSeperator:nth-of-type(2) {
    display: inline-block;
    float: left;
    height: 30px;
    margin-bottom: -10px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .whiteLogin {
    display: none;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: inherit;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: inherit;
  }
  .menuIcon {
    display: none;
  }
  .mainMenuWrap {
    text-align: center !important;
  }
  .mainMenuWrap ul li {
    display: inline-block;
  }
  .joinCtaWrap {
    float: right;
  }
  #mainMenu {
    position: inherit;
    z-index: 0;
    width: 100%;
    line-height: auto;
    float: right;
    height: auto;
    background: none;
  }
  #mainMenu .dcContainer {
    padding: 0;
  }
  #mainMenu .next-current-menu-item a, #mainMenu .subsite-menu-item-active a {
    background-color: #1e6496 !important;
  }
  #mainMenu .active-parent-menu-item, #mainMenu .top-menu-item {
    background-color: #eeeeee;
  }
  #mainMenu .active-parent-menu-item li a, #mainMenu .top-menu-item li a {
    color: white;
  }
  #mainMenu .active-parent-menu-item ul li.top-menu-item a, #mainMenu .top-menu-item ul li.top-menu-item a {
    background-color: #1e6496 !important;
  }
  #mainMenu .offCanvasMenu {
    padding: 0;
    width: 100%;
  }
  #mainMenu .offCanvasMenu .current-menu-item .next-current-menu-item a {
    background-color: #1e6496;
  }
  #mainMenu .offCanvasMenu ul {
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    float: none;
    margin: auto;
  }
  #mainMenu .offCanvasMenu ul li {
    margin: 0;
    padding: 0 10px;
    float: none;
  }
  #mainMenu .offCanvasMenu ul li {
    width: auto;
    text-align: left;
    border-top: 0;
    margin-left: -.25%;
    margin-right: -.25%;
  }
  #mainMenu .offCanvasMenu ul li.has-children:hover > ul {
    max-height: 500px;
  }
  #mainMenu .offCanvasMenu ul li.has-children .dropdownBtn {
    display: none;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul {
    position: absolute;
    width: auto;
    min-width: 200px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px;
    margin: 0;
    overflow: visible;
    left: 0;
    top: 76px;
    z-index: 999;
    padding-left: 0;
    background-color: #01548c;
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.35);
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    border-radius: 0;
    background-color: transparent !important;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li.has-children > a:before {
    content: "›";
    float: right;
    margin: 0;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li.has-children:hover > ul {
    max-height: 500px;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul {
    top: 0;
    left: 290px !important;
    min-width: 250px;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul li {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul li.next-current-menu-item {
    background-color: #1e6496;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li.has-children ul li a {
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 10px;
    padding-left: 18px;
    padding-bottom: 10px;
    padding-right: 15px;
    white-space: normal;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li a {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    font-weight: 700;
    border-bottom: 0;
    font-size: .9em;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 2em;
    text-transform: none;
  }
  #mainMenu .offCanvasMenu ul li.has-children ul li a:hover {
    background: #1e6496;
    text-decoration: none;
    cursor: pointer;
  }
  #mainMenu .offCanvasMenu ul li.has-children > a.active, #mainMenu .offCanvasMenu ul li.has-children > li.active {
    background-color: #1e6496;
  }
  #mainMenu .offCanvasMenu ul li.has-children.next-current-menu-item > a.active, #mainMenu .offCanvasMenu ul li.has-children .current-menu-item > a.active {
    background-color: #1e6496;
  }
  #mainMenu .offCanvasMenu a {
    width: auto;
    font-size: .9em;
    padding: 0;
    margin-left: 0;
    line-height: 40px;
    color: #121627;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    padding-right: 15px;
  }
  #mainMenu .offCanvasMenu a:hover {
    cursor: pointer;
    background: none;
    color: #01548c;
  }
  #mainMenu .offCanvasMenu a:after {
    margin-left: 0px;
  }
  #mainMenu .offCanvasMenu li.has-children.pace-certification ul {
    padding-bottom: 115px;
  }
  #mainMenu .offCanvasMenu li.has-children.training ul {
    padding-bottom: 20px;
  }
  #mainMenu #mobileMemberMenu {
    display: none;
  }
  li.home a.current-menu-item {
    border-bottom: 2px solid #45a7b0;
  }
  #mainMenu .offCanvasMenu li.has-children ul li ul {
    left: 0 !important;
    top: 2em;
  }
  #headerRight a {
    padding: 0;
    margin-left: 0;
    color: #121627;
    font-size: .9em;
    font-weight: 700;
    display: block;
  }
  #headerRight a:hover {
    cursor: pointer;
    background: none;
    text-decoration: none;
    color: #01548c;
  }
  .offCanvasMenu .t3p0-field-block {
    display: none;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix {
    z-index: 999 !important;
    animation-name: fadeIn;
    animation-duration: .5s;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix .mainContainer {
    padding: 0 20px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix .stickyLogo {
    display: inline-block;
    max-width: 80px;
    margin-top: 8px;
    float: left;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix .stickyLogo img {
    height: auto;
    width: 100%;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu {
    top: 0;
    height: 50px;
    margin-top: 0;
    left: 0;
    border-top: 0;
    background-color: white;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu {
    width: auto;
    float: right;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu .t3p0-field-block {
    float: right;
    display: inherit;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu .t3p0-field-block a {
    margin: 5px 20px 0;
    border-radius: 20px;
    padding: 0 20px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu .t3p0-row {
    float: right;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu .t3p0-row .topMenuItem {
    float: left;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu .t3p0-row .topMenuItem li a {
    white-space: nowrap;
    padding: 0 20px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu .t3p0-row .topMenuItem li ul li a {
    padding: 10px 10px 10px 20px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu li.has-children.current-menu-item {
    background-color: #1e6496;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu li.has-children ul {
    top: 50px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu li.has-children ul li ul {
    top: 0;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu li.has-children ul li a {
    line-height: 2.5em;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu ul li > a {
    line-height: 50px;
    border: 0;
    padding-bottom: 0;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children.membership ul {
    width: 290px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children.membership ul li ul {
    left: 290px !important;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children.certification ul li ul {
    width: 200px;
    left: 275px !important;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children.community ul {
    left: -90px;
    width: 200px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children.community ul li.has-children > a:before {
    content: "‹";
    float: left;
    margin-left: -15px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children.community ul li.has-children ul {
    left: -200px !important;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children ul li a {
    line-height: 1.5em;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .mainMenuContainer.mainMenuContainerSticky.affix #mainMenu .offCanvasMenu li.has-children ul li ul {
    left: 250px !important;
    top: 0;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #mainMenu .offCanvasMenu ul li > a {
    line-height: 77px;
    margin-bottom: -1px;
  }
  #mainMenu .offCanvasMenu li.has-children.certification > ul {
    min-width: 275px;
  }
  #mainMenu .offCanvasMenu li.has-children.certification > ul li.has-children ul {
    left: 275px !important;
  }
  #mainMenu .offCanvasMenu li.has-children.community > ul li a {
    padding-left: 25px;
  }
  #mainMenu .offCanvasMenu li.has-children.community ul {
    left: 0;
    width: 200px;
  }
  #mainMenu .offCanvasMenu li.has-children.community ul li.has-children > a:before {
    content: "›";
    float: right;
    margin-left: -15px;
  }
  #mainMenu .offCanvasMenu li.has-children.community ul li.has-children ul {
    min-width: 200px !important;
    left: 200px !important;
  }
  #mainMenu .offCanvasMenu li.has-children.community ul li.has-children ul li a {
    padding-left: 25px;
  }
  #mainMenu .offCanvasMenu ul li.has-children {
    padding-left: 0;
    padding-right: 0;
  }
  #mainMenu .offCanvasMenu ul li.has-children a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainMenu .offCanvasMenu ul li.has-children a.active, #mainMenu .offCanvasMenu ul li.has-children a:hover {
    background-color: #01548c;
    color: white;
  }
  #mainMenu .offCanvasMenu li.has-children ul li a {
    font-size: .85em;
    line-height: 1.4em;
    height: auto;
  }
  #mainMenu .offCanvasMenu li.has-children.membership ul {
    width: 290px;
  }
  li.has-children.premium > ul {
    display: block !important;
  }
  #userIsCustomer span.linkSeperator:nth-of-type(2) {
    display: block;
  }
  .row-offcanvas-right span.linkSeperator {
    line-height: 40px;
    padding-right: 0;
  }
  .memberMenuCol span.linkSeperator {
    background-color: #d9d9d9;
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 15px;
    height: 30px;
    margin-left: 5px;
  }
  .memberMenuCol .loginBtnWrap, .memberMenuCol .logoutBtnWrap, .memberMenuCol .myAccountLink {
    line-height: 55px;
    padding-right: 10px;
  }
  .memberMenuCol .loginBtnWrap .login-btn, .memberMenuCol .logoutBtnWrap .login-btn, .memberMenuCol .myAccountLink .login-btn {
    color: #db3800;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
  }
  .memberMenuCol .myAccountLink {
    padding-right: 0;
  }
  .loginBtnWrap img, .logoutBtnWrap img {
    margin-left: 8px;
    margin-top: -2px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .mainMenuWrap {
    width: 100%;
    height: 60px;
  }
}

.subsiteRowWrap {
  padding-left: 20px;
  transition: .3s ease;
}

.subsiteRowWrap ul li a:hover {
  background-color: transparent;
}

.subsiteDropdownWrap {
  display: none;
}

.subsiteMenuCol {
  display: block;
  clear: both;
}

.subsiteTitleMobile {
  display: block;
  clear: both;
  padding-top: 30px;
  margin-left: -20px;
  margin-bottom: -20px;
  font-size: 1.25em;
}

#mainMenu .offCanvasMenu .subsiteRowWrap a {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
  padding: 5px 0;
}

#mainMenu .offCanvasMenu .subsiteRowWrap ul li ul li a {
  font-size: .9em;
  line-height: 1.25em;
  font-weight: 500;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  /**** AP & AR Menu ****/
  .subsiteMenuCol {
    clear: none;
  }
  .subsiteMenuWrap {
    height: 80px;
  }
  .subsiteTitleMobile {
    display: none;
  }
  .subsiteRowWrap {
    padding-left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF121527', endColorstr='#FF121527');
    background: #121527;
    background: linear-gradient(to right, #121527 0%, #01548c 50%, #121527 100%);
    height: 80px;
  }
  .subsiteRowWrap .subsiteMenuCol {
    height: 80px;
    line-height: 60px;
    text-align: right;
  }
  .subsiteRowWrap .subsiteMenuCol .t3p0-field.t3p0-field-menu {
    padding-right: 70px;
  }
  .subsiteRowWrap .subsiteMenuCol ul li.has-children.travel-expense ul, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children.travel-expense ul {
    margin-left: -108px;
  }
  .subsiteRowWrap .subsiteMenuCol ul li.has-children.team-management-ar ul, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children.team-management-ar ul {
    margin-left: -36px;
  }
  .subsiteRowWrap .subsiteMenuCol ul li a, .subsiteRowWrap .subsiteMenuCol ul li.has-children a, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li a, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children a {
    color: white;
    font-weight: 700;
    font-size: .7em;
  }
  .subsiteRowWrap .subsiteMenuCol ul li ul, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul {
    text-align: left;
    min-width: 160px;
    height: auto;
    background-color: #01548c;
    background: #01548c;
    background: linear-gradient(to right bottom, #01548c 0%, #083c64 100%);
    border: 0;
    border-radius: 0;
  }
  .subsiteRowWrap .subsiteMenuCol ul li ul li, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li {
    border-radius: 0;
    color: white;
    line-height: 1.25em;
  }
  .subsiteRowWrap .subsiteMenuCol ul li ul li a, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li a, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li a, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li a {
    line-height: 1.25em;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 15px;
    color: white;
    background-color: transparent !important;
  }
  .subsiteRowWrap .subsiteMenuCol ul li ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul li ul li a:focus, .subsiteRowWrap .subsiteMenuCol ul li ul li a:active, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li a:focus, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li a:active, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li a:focus, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li a:active, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li a:focus, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li a:active {
    text-decoration: underline;
    background-color: transparent !important;
  }
  .subsiteRowWrap .subsiteMenuCol ul li ul li ul, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li ul, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li ul, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li ul {
    top: 0;
  }
  .subsiteRowWrap .subsiteMenuCol ul li ul li ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul li.has-children ul li ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li ul li ul li a:hover, .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.has-children ul li ul li a:hover {
    text-decoration: underline;
  }
  .subsiteRowWrap .subsiteMenuCol ul > li.has-children > a.active, .subsiteRowWrap .subsiteMenuCol ul > li.has-children > a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .subsiteRowWrap .subsiteMenuCol ul > li.current-menu-item ul > li.has-children a.active, .subsiteRowWrap .subsiteMenuCol ul > li.current-menu-item ul > li.has-children a:hover {
    background-color: transparent;
  }
  .subsiteRowWrap .subsiteMenuCol ul > li.current-menu-item:after {
    content: "•";
    float: left;
    color: #45a7b0;
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    line-height: 10px;
    margin-top: -24px;
    width: 100%;
    text-align: center;
  }
  .subsiteRowWrap .subsiteMenuCol ul > li.current-menu-item a:hover {
    text-decoration: underline;
  }
  .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns li.current-menu-item > a {
    color: #80a0ce;
  }
  .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns > li > a {
    padding: 10px 10px;
  }
  .subsiteRowWrap .subsiteMenuCol .about ul {
    margin-left: -60px;
  }
  .subsiteRowWrap .subsiteDropdownWrap {
    display: block;
    padding-left: 15px;
  }
  .subsiteRowWrap .subsiteDropdownWrap .subsiteSelectWrap {
    width: 238px;
    height: 26px;
    overflow: hidden;
    top: 24px;
    left: 72px;
    position: absolute;
    z-index: 99;
    background-color: transparent;
  }
  .subsiteRowWrap .subsiteDropdownWrap .subsiteSelectWrap ul.subsiteSelect.with-dropdowns {
    position: absolute;
    top: 3px;
    text-align: left;
    margin-left: 0;
    line-height: 1.425em;
    transition: top 0.3s;
  }
  .subsiteRowWrap .subsiteDropdownWrap .subsiteSelectWrap ul.subsiteSelect.with-dropdowns.subsiteOpened {
    top: -24px;
  }
  .subsiteRowWrap .subsiteDropdownWrap .subsiteSelectWrap ul.subsiteSelect.with-dropdowns li a {
    font-weight: 600;
    color: white;
    padding-bottom: 0;
    padding-top: 4px;
    font-size: 1em;
    padding-left: 12px;
  }
  .subsiteRowWrap .subsiteDropdownWrap .subsiteSelectWrap ul.subsiteSelect.with-dropdowns li a:hover {
    text-decoration: underline;
  }
  .subsiteRowWrap .subsiteDropdownWrap a.homeIcon {
    display: inline-block;
    float: left;
    margin-top: 22px;
    margin-left: 6px;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .subsiteRowWrap .subsiteDropdownWrap i.fa.fa-angle-right {
    display: inline-block;
    float: left;
    color: #80a0ce;
    margin-top: 32px;
    margin-left: 10px;
    margin-right: 2px;
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down {
    width: 35px;
    height: 35px;
    background: transparent;
    position: relative;
    left: 264px;
    padding-top: 10px;
    top: 30px;
    z-index: 99;
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down:hover {
    cursor: pointer;
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down.arrow-left {
    /*left: 225px;*/
    left: 264px;
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down.active {
    background: transparent;
    left: 264px;
    /* Making sure that the arrows are in the same place */
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down:before, .subsiteRowWrap .subsiteDropdownWrap .arrow-down:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 3px;
    background: #db3800;
    position: absolute;
    transition: transform .5s;
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down:before {
    right: 16px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(35deg);
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down:after {
    right: 9px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: rotate(-35deg);
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down.active:before {
    transform: rotate(-35deg);
  }
  .subsiteRowWrap .subsiteDropdownWrap .arrow-down.active:after {
    transform: rotate(35deg);
  }
  .subsiteMenuAffix {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  .subsiteMenuAffix .searchBlockSubsiteRowWrap .searchCol input.searchField, .subsiteMenuAffix .searchHomepageWrap .searchCol input.searchField {
    padding: 0;
    margin-top: -5px;
    font-size: 1.25em;
    height: 30px;
  }
  .subsiteMenuAffix .searchBlockSubsiteRowWrap .searchCol .searchIconBtn {
    margin-top: 2px;
  }
  .subsiteMenuAffix #subsiteWrapFlip .card, .subsiteMenuAffix #subsiteWrapFlip .card.flipper, .subsiteMenuAffix #subsiteWrapFlip .card.flipper .back, .subsiteMenuAffix .card > div {
    height: 50px !important;
  }
  .subsiteMenuAffix .card .back .selectPrefilter {
    top: 2px;
  }
  .subsiteMenuAffix .subsiteRowWrap {
    height: 50px;
    transition: .3s ease;
    line-height: 50px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteMenuCol {
    line-height: 49px;
    height: 50px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteMenuCol ul > li.current-menu-item:after {
    margin-top: -15px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns > li > a {
    padding: 0 10px !important;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteMenuCol .t3p0-field.t3p0-field-menu {
    padding-right: 0 !important;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteSelectCol {
    height: 50px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteSelectWrap {
    top: 10px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteSelectWrapAdjusted {
    top: 13px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteDropdownWrap {
    margin-top: -15px;
  }
  .subsiteMenuAffix .subsiteRowWrap .subsiteDropdownWrap .subsiteSelectWrap ul.with-dropdowns li a {
    padding-right: 0 !important;
    padding-left: 12px !important;
    height: 26px !important;
  }
  #ctStandardArticleAP .subsiteMenuAffix .subsiteRowWrap .subsiteMenuCol .t3p0-field.t3p0-field-menu {
    padding-right: 70px !important;
  }
  .aphomepage .subsiteRowWrap .subsiteMenuCol .t3p0-field.t3p0-field-menu, .arhomepage .subsiteRowWrap .subsiteMenuCol .t3p0-field.t3p0-field-menu {
    padding-right: 30px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .subsiteMenuAffix .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns > li > a {
    padding: 0 14px !important;
  }
  .subsiteRowWrap .subsiteMenuCol ul.with-dropdowns > li > a {
    padding: 10px 14px;
  }
}

@media (min-width: 1080px) {
  .subsiteMenuCol li.has-children a {
    font-size: .8em !important;
  }
}

#whatAreYouWaitingFor {
  margin-top: 80px;
}

#whatAreYouWaitingFor .mainContainer .col-sm-3, #whatAreYouWaitingFor .mainContainer .col-sm-9 {
  padding: 0;
}

#whatAreYouWaitingFor .mainContainer .col-sm-9 {
  margin-left: -15px;
  margin-right: -15px;
}

#whatAreYouWaitingFor .mainContainer .numberOne, #whatAreYouWaitingFor .mainContainer .numberTwo, #whatAreYouWaitingFor .mainContainer .numberThree {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 60px;
  opacity: 1;
  transition: .25s ease;
}

#whatAreYouWaitingFor .mainContainer .numberOne a, #whatAreYouWaitingFor .mainContainer .numberTwo a, #whatAreYouWaitingFor .mainContainer .numberThree a {
  text-decoration: none !important;
}

#whatAreYouWaitingFor .mainContainer .numberOne:hover, #whatAreYouWaitingFor .mainContainer .numberTwo:hover, #whatAreYouWaitingFor .mainContainer .numberThree:hover {
  cursor: pointer;
  opacity: .9;
}

#whatAreYouWaitingFor .mainContainer .numberOne .number, #whatAreYouWaitingFor .mainContainer .numberTwo .number, #whatAreYouWaitingFor .mainContainer .numberThree .number {
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  font-weight: 500;
  margin-right: 8px;
  line-height: 30px;
}

#whatAreYouWaitingFor .mainContainer .numberOne p, #whatAreYouWaitingFor .mainContainer .numberTwo p, #whatAreYouWaitingFor .mainContainer .numberThree p {
  margin-bottom: 0;
  display: inline-block;
  line-height: 60px;
}

#whatAreYouWaitingFor .mainContainer .numberOne p a, #whatAreYouWaitingFor .mainContainer .numberTwo p a, #whatAreYouWaitingFor .mainContainer .numberThree p a {
  color: white;
  font-weight: 500;
}

#whatAreYouWaitingFor .mainContainer .numberOne {
  background-color: #80a0ce;
}

#whatAreYouWaitingFor .mainContainer .numberTwo {
  background-color: #01548c;
}

#whatAreYouWaitingFor .mainContainer .numberThree {
  background-color: #121627;
}

.whatAreYouWaitingFor {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #121627;
  text-align: center;
}

.whatAreYouWaitingFor p {
  color: #121627;
}

#subscribeWithCTA {
  overflow: hidden;
  background-color: rgba(17, 20, 38, 0.75);
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  top: -4px;
}

#subscribeWithCTA .mainContainer {
  padding-top: 20px;
  padding-bottom: 25px;
}

#subscribeWithCTA h3.subscribeNewsletter {
  color: #fff;
  font-size: 1em;
}

#subscribeWithCTA .innerRowSubscribeWithCTA {
  padding: 0;
  border-top: 4px solid #9ee4d7;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

#subscribeWithCTA .innerRowSubscribeWithCTA .t3p0-field-file {
  position: absolute;
  z-index: -1;
  top: -4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#subscribeWithCTA .innerRowSubscribeWithCTA .t3p0-field-file img {
  height: 100%;
  max-width: inherit !important;
}

#subscribeWithCTA .fsPage {
  display: inline-block;
  width: 88%;
  min-width: 88% !important;
  float: left;
  background-color: white;
  height: 36px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}

#subscribeWithCTA .fsRowBody input[type=email].fsRequired {
  border-radius: 6px 0 0 6px;
  width: 100% !important;
}

#subscribeWithCTA .fsForm {
  min-width: 100%;
  margin: 15px 0 0 0;
}

#subscribeWithCTA .fsBody .fsFieldRow, #subscribeWithCTA .fsBody .fsRowBody {
  margin-bottom: 0 !important;
  padding: 0;
}

#subscribeWithCTA .CTAFooter {
  background-color: rgba(128, 160, 206, 0.25);
  padding: 20px 0;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 8px;
  border-radius: 6px;
  transition: .25s ease;
}

#subscribeWithCTA .CTAFooter:hover {
  transform: scale(1.1);
  transition: .25s ease;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  background-color: rgba(128, 160, 206, 0.25);
}

#subscribeWithCTA .CTAFooter p {
  color: white;
  font-weight: 600;
}

.subscribeToOurNewsletterFooter {
  padding-bottom: 20px;
}

.subscribeToOurNewsletterFooter p {
  font-size: .7em;
  line-height: normal;
  color: white;
  font-weight: 500;
}

.subscribeToOurNewsletterFooter p a {
  color: #80a0ce;
}

#footerMiddleRowBg {
  margin-top: 50px;
}

#footerMiddleRowBg ul {
  padding-left: 0;
  margin-left: 0;
}

#footerMiddleRowBg ul li {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  line-height: 1.325em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#footerMiddleRowBg ul li a {
  color: #80a0ce;
  font-weight: 600;
  font-size: .9em;
}

#footerMiddleRowBg li.has-children.contact-us, #footerMiddleRowBg li.has-children.our-events, #footerMiddleRowBg li.has-children.get-started {
  margin-bottom: 30px;
}

#footerMiddleRowBg li.has-children.our-events {
  padding-left: 10px;
  padding-right: 10px;
}

#footerMiddleRowBg li.has-children.contact-us > a, #footerMiddleRowBg li.has-children.our-events > a, #footerMiddleRowBg li.has-children.get-started > a {
  font-size: 1.325em;
  font-weight: 600;
  color: #121627;
}

#footerMiddleRowBg li.has-children.contact-us > a:after, #footerMiddleRowBg li.has-children.our-events > a:after, #footerMiddleRowBg li.has-children.get-started > a:after {
  content: none;
}

.t3p0-corporate-footer {
  background: transparent;
  font-size: .8em;
  font-weight: 600;
  padding: 0 25px 25px 25px;
}

.t3p0-corporate-footer a {
  color: #80a0ce;
}

.t3p0-corporate-footer .container {
  width: 100%;
  max-width: 1200px;
  border-top: 1px solid gainsboro;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.logoFooter {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}

.footerMenuCol ul li a:after {
  content: "›";
  color: #db3800;
  display: inline-block;
}

a.numbersWrap {
  width: 100%;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .t3p0-corporate-footer {
    padding: 0 15px 0;
  }
  .footerMenuCol .t3p0-field.t3p0-field-menu > ul {
    display: flex;
    justify-content: space-between;
  }
  #whatAreYouWaitingFor .mainContainer {
    border-top: 1px solid gainsboro;
    padding: 35px 0;
  }
  #whatAreYouWaitingFor .mainContainer .col-sm-3 {
    width: 30%;
  }
  #whatAreYouWaitingFor .mainContainer .col-sm-9 {
    width: 70%;
    margin: 0;
  }
  #whatAreYouWaitingFor .mainContainer .numberOne {
    border-radius: 4px 0 0 40px;
  }
  #whatAreYouWaitingFor .mainContainer .numberThree {
    border-radius: 0 40px 4px 0;
  }
  #whatAreYouWaitingFor .mainContainer .numberOne, #whatAreYouWaitingFor .mainContainer .numberTwo, #whatAreYouWaitingFor .mainContainer .numberThree {
    display: inline-block;
    width: 100%;
  }
  #whatAreYouWaitingFor .mainContainer .numberOne p a, #whatAreYouWaitingFor .mainContainer .numberTwo p a, #whatAreYouWaitingFor .mainContainer .numberThree p a {
    font-size: .8em;
  }
  .whatAreYouWaitingFor {
    text-align: left;
  }
  .whatAreYouWaitingFor p {
    font-size: .8em;
    margin-top: 12px;
  }
  .whatAreYouWaitingForInner {
    float: right;
    display: flex;
    width: 100%;
  }
  #subscribeWithCTA {
    max-height: 200px;
  }
  #subscribeWithCTA .CTAFooter {
    max-width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
  }
  #subscribeWithCTA .innerRowSubscribeWithCTA .col-sm-6 {
    padding-left: 0;
  }
  #subscribeWithCTA .innerRowSubscribeWithCTA .col-sm-6 .subscribeToOurNewsletterFooter {
    max-width: 300px;
  }
  #subscribeWithCTA .innerRowSubscribeWithCTA .col-sm-3 {
    margin-top: 30px;
    padding-right: 0;
  }
  #subscribeWithCTA .innerRowSubscribeWithCTA .t3p0-field-file {
    left: 0;
    right: 50%;
    transform: translateY(-100%);
  }
  #subscribeWithCTA .innerRowSubscribeWithCTA .t3p0-field-file img {
    height: auto !important;
    max-width: 200% !important;
    width: 200%;
  }
  .privateView #subscribeWithCTA, #userIsPremiumMember #subscribeWithCTA {
    margin-top: 50px;
  }
  .logoFooter {
    margin: 0;
    margin-top: 8px;
  }
  .logoAndSocialMedia {
    padding-left: 0;
    width: 30%;
  }
  .footerMenuCol {
    width: 70%;
    padding-left: 10px;
    padding-right: 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .whatAreYouWaitingFor p {
    font-size: .9em;
  }
  #whatAreYouWaitingFor .mainContainer .numberOne p a, #whatAreYouWaitingFor .mainContainer .numberTwo p a, #whatAreYouWaitingFor .mainContainer .numberThree p a {
    font-size: .9em;
    font-weight: 600;
  }
  #footerMiddleRowBg ul li a {
    font-size: .95em;
  }
  #footerMiddleRowBg li.has-children.contact-us > a, #footerMiddleRowBg li.has-children.our-events > a, #footerMiddleRowBg li.has-children.get-started > a {
    font-size: 1.5em;
    padding-bottom: 15px;
    display: block;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.fsBody {
  background-color: transparent !important;
  padding: 0 !important;
}

.fsBody .fsForm {
  background-color: transparent !important;
  padding: 0 !important;
}

.fsBody .fsForm .fsSectionHeader {
  display: none !important;
}

.fsBody .fsForm .fsLabel {
  margin-bottom: 2px !important;
  font-weight: 500 !important;
  font-family: "Raleway", sans-serif !important;
}

.fsBody .fsForm .fsForm select.fsRequired, .fsBody .fsForm .fsForm textarea.fsRequired, .fsBody .fsForm .fsRowBody input[type=email].fsRequired, .fsBody .fsForm .fsRowBody input[type=number].fsRequired, .fsBody .fsForm .fsRowBody input[type=tel].fsRequired, .fsBody .fsForm .fsRowBody input[type=text].fsRequired {
  border-radius: 6px;
  border: 0 !important;
  height: 36px !important;
}

.fsBody input {
  font-family: "Raleway", sans-serif !important;
}

.form-control {
  box-shadow: none;
  border: 0;
  height: 40px;
  border-radius: 0;
}

input.form-control, select.form-control {
  background-color: #dedede;
  border-radius: 6px;
  margin-top: 5px;
}

.password-request.password-reset .btn-primary {
  border-radius: 36px;
}

#fsSubmit3091001 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 12%;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  border-radius: 0 6px 6px 0 !important;
  background-color: #80a0ce !important;
  overflow: hidden;
  float: none;
  margin-bottom: 0;
}

#fsSubmit3091001 .fsSubmitButton {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 36px;
  background-color: #80a0ce !important;
  font-weight: 600;
  float: left;
  transition: .25s ease;
  border-radius: 0 6px 6px 0 !important;
}

#fsSubmit3091001 .fsSubmitButton:hover {
  background-color: rgba(90, 140, 210, 0.85) !important;
}

.fsError {
  color: #db3800 !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  line-height: 1em !important;
  padding-bottom: 5px !important;
}

.chaptersFormInfoSection .fsRowBody input[type=checkbox], .chaptersFormInfoSection .fsRowBody input[type=radio] {
  top: 0;
}

.chaptersFormInfoSection .fsBody .fsRowBody, .chaptersFormInfoSection .fsBody .fsFieldRow {
  margin-bottom: 0 !important;
}

.chaptersFormInfoSection .fsBody .fsForm .fsLabel, .chaptersFormInfoSection .fsBody .fsForm .fsOptionLabel, .chaptersFormInfoSection .fsBody .fsForm .fsOptionLabel span, .chaptersFormInfoSection .fsBody .fsForm .fsMatrix th, .chaptersFormInfoSection .fsBody .fsForm .fsMatrixLabel {
  font-family: "Raleway", sans-serif !important;
}

.chaptersFormInfoSection .fsBody .fsForm .fsSubmit.fsPagination {
  float: none !important;
}

.chaptersFormInfoSection .fsBody .fsForm input.fsSubmitButton {
  width: auto !important;
  background-color: #80a0ce !important;
  font-weight: 600 !important;
}

.chaptersFormInfoSection .fsBody .fsForm input.fsSubmitButton:hover {
  background-color: #01548c !important;
}

input#field41680709_othervalue {
  margin-top: 10px;
  background-color: #efefef;
  border: 0;
  border-radius: 6px;
}

#fsForm2342748 .fsSubmit.fsPagination {
  margin-top: 0 !important;
}

#fsForm2342748 input.fsSubmitButton {
  font-weight: 600 !important;
  padding: 10px 20px !important;
}

#fsForm2342748 .fsRowBody input[type=checkbox]:before {
  background-color: #ccc;
  border: 1px solid #ccc;
}

#fsForm2342748 .fsFieldRow .fsFieldCell.fsSpan100 {
  padding: 0 !important;
  padding-top: 5px !important;
}

#fsForm2342748 .fsFieldFocused {
  padding: 0 !important;
  margin: 0 !important;
}

#fsForm2342748 select {
  border-radius: 6px;
}

#fsForm3157283 {
  margin: 20px auto !important;
}

.pageBody input {
  background-color: #eeeeee !important;
}

.pageBody .fsBody .fsForm input.fsSubmitButton {
  background-color: #db3800 !important;
  width: auto !important;
  font-weight: 600 !important;
}

.pageBody .fsBody .fsForm input.fsSubmitButton:hover {
  background-color: #a82b00 !important;
}

.askForm {
  max-width: 800px;
  margin: 0 auto;
}

.marketoForm {
  border-top: 4px solid #80a0ce;
  background: #eee;
  padding: 20px;
}

/* Form Validation */
.form-group.required .control-label:after, .form-error {
  color: #a94442;
}

.has-error .form-control {
  border: 1px solid #a94442;
}

.help-block, .form-error {
  margin-bottom: 0;
  font-size: .75em;
  line-height: 20px;
}

.help-block ul, .form-error ul {
  margin-bottom: 0;
  line-height: 20px;
}

.help-block.with-errors {
  display: inline-block;
  padding-left: 15px;
}

.btn-primary.disabled:hover {
  transform: none;
  background-color: #01548c;
}

.mktoForm {
  font-family: "Raleway", sans-serif !important;
  padding: 0 !important;
  width: 100% !important;
}

.mktoForm label.mktoLabel {
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  font-size: 1.1em !important;
  margin-top: 10px !important;
}

.mktoForm input {
  border-radius: 6px !important;
  border: 0;
  font-weight: 100 !important;
  padding: 10px !important;
  height: 35px !important;
  width: 100% !important;
}

.mktoForm textarea.mktoField {
  border-radius: 6px !important;
  border: 0;
  font-weight: 100 !important;
  padding: 10px !important;
  width: 100% !important;
}

.mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.mktoForm .mktoHtmlText {
  line-height: 1em;
  width: 100% !important;
}

.mktoForm .mktoButtonWrap.mktoSimple {
  margin: auto !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #db3800 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 0 15px !important;
  font-weight: 600 !important;
}

.mktoForm .mktoButtonRow {
  text-align: center !important;
  width: 100%;
}

.mktoForm .mktoOffset {
  width: 0 !important;
}

.subscribeToOurNewsletterFooter .mktoLabel, .subscribeToOurNewsletterFooter .unsubscribe-text, .subscribeToOurNewsletterFooter .mktoFormRow:nth-of-type(4) {
  display: none;
}

.subscribeToOurNewsletterFooter .mktoFieldWrap {
  width: 88% !important;
  float: none !important;
}

.subscribeToOurNewsletterFooter .mktoFormCol {
  width: 100% !important;
  float: left !important;
}

.subscribeToOurNewsletterFooter .mktoForm {
  max-width: 100% !important;
  width: 100% !important;
}

.subscribeToOurNewsletterFooter .mktoForm input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100% !important;
  display: inline-block !important;
  float: left !important;
  font-size: 16px !important;
}

.subscribeToOurNewsletterFooter .mktoForm .mktoButtonRow {
  width: 12%;
  float: right;
  margin-top: -45px;
}

.subscribeToOurNewsletterFooter .mktoForm .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

.subscribeToOurNewsletterFooter .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  height: 35px;
  line-height: 35px;
  width: 100%;
}

.subscribeToOurNewsletterFooter .mktoForm .mktoClear {
  clear: none !important;
}

.subscribeToOurNewsletterFooter .mktoForm .mktoHtmlText {
  color: #fff;
}

.subscribeToOurNewsletterFooter .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #80a0ce !important;
}

.sidebar .mktoForm {
  background-color: #eeeeee !important;
  padding: 25px 25px 40px 25px !important;
  margin-bottom: 10px;
  margin-top: 25px;
}

.sidebar .mktoForm label.mktoLabel {
  font-size: 1em !important;
  margin-top: 0px !important;
}

.sidebar .mktoForm select {
  border: 0;
  width: 100% !important;
  height: 35px;
}

.membSidebar .mktoForm {
  padding: 0px 25px !important;
  margin-top: 0px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  label {
    font-size: .9em;
  }
  .form-horizontal .control-label {
    padding-top: 0;
  }
  .subscribeToOurNewsletterFooter .mktoFieldWrap {
    width: 88% !important;
    float: none !important;
  }
  .subscribeToOurNewsletterFooter .mktoFormCol {
    width: 100% !important;
  }
  .subscribeToOurNewsletterFooter .mktoForm {
    max-width: 300px !important;
  }
  .subscribeToOurNewsletterFooter .mktoForm .mktoButtonRow {
    margin-top: -45px;
  }
  .subscribeToOurNewsletterFooter .mktoForm input {
    width: 100% !important;
    margin-top: -20px !important;
    font-size: 1em !important;
  }
  .subscribeToOurNewsletterFooter p {
    margin-top: 0 !important;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.spin-container {
  position: relative;
}

#spinLoader, .spin-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 90px;
  background-color: white;
  z-index: 990;
}

#spinLoader:after, .spin-loader:after {
  content: 'Searching...';
  display: inline-block;
  position: absolute;
  top: calc(50% + 80px);
  left: calc(50% - 120px);
  width: 240px;
  font-size: 1.5rem;
  color: #80a0ce;
  text-align: center;
}

#spinLoader.spin-loader--loading:after, .spin-loader.spin-loader--loading:after {
  content: '';
}

#spinLoader i, .spin-loader i {
  color: #01548c;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  text-align: center;
}

.spin-loader--checkout-step {
  position: absolute;
  background-color: #e1e1e1;
  z-index: 500;
}

.spin-loader--checkout-step i {
  z-index: 500;
}

.homepage #mainSidebar .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainContent #mainSidebar .sidebarSectionMenu {
  padding: 40px;
  background: url(../css/img/circle-stripe-orange.png) #db3800;
  background-repeat: no-repeat;
  background-position: calc(100% + 80px) -160px;
  background-size: 240px auto;
}

#mainContent #mainSidebar .sidebarSectionMenu h2 {
  margin: 0 0 40px;
  color: #fff;
}

#mainContent #mainSidebar .sidebarSectionMenu ul {
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
}

#mainContent #mainSidebar .sidebarSectionMenu ul .current-menu-item:before {
  position: absolute;
  left: -10px;
  content: '·';
  color: #fff;
  font-weight: 700;
}

#mainContent #mainSidebar .sidebarSectionMenu ul .current-menu-item:hover:before {
  content: '';
}

#mainContent #mainSidebar .sidebarSectionMenu ul li {
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#mainContent #mainSidebar .sidebarSectionMenu ul li a {
  display: block;
  color: #fff;
  transition: .25s ease;
}

#mainContent #mainSidebar .sidebarSectionMenu ul li a:hover {
  text-decoration: none;
  transition: .25s ease;
  transform: scale(1.05);
}

#mainContent #mainSidebar .sidebarSectionMenu ul li a:hover:before {
  position: absolute;
  left: -10px;
  content: '·';
  color: #fff;
  font-weight: 700;
  transition: .25s ease;
}

#mainContent #mainSidebar .sidebarSectionMenu ul li:first-child {
  border-top: none;
}

#mainContent #mainSidebar .sidebarSectionMenu ul li ul .next-current-menu-item:before {
  position: absolute;
  left: -10px;
  content: '·';
  color: #fff;
  font-weight: 700;
}

#mainContent #mainSidebar .sidebarSectionMenu ul li ul:hover .next-current-menu-item:before {
  content: '';
}

#mainContent #mainSidebar .sidebarSectionMenu ul li ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#mainContent #mainSidebar .sidebarSectionMenu ul li ul li:last-child {
  border-bottom: none;
}

#mainContent #mainSidebar #sidebarAds {
  margin: 40px 0;
  padding: 40px 40px 2px;
  background: #eee;
  text-align: center;
}

#mainContent #mainSidebar #sidebarAds img {
  max-width: 100%;
}

#mainContent #mainSidebar #sidebarAds .advertiseWithUs {
  color: #a2a1a1;
  font-size: .9rem;
}

#mainContent #mainSidebar #sidebarAds .advertiseWithUs:hover {
  text-decoration: underline;
}

.sidebar, .sidebar p, .sidebar-50 {
  line-height: 1.5rem;
  font-weight: 600;
  font-size: .9rem;
  font-weight: 500;
}

.sidebar h2, .sidebar p h2, .sidebar-50 h2 {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.sidebar .fsBody, .sidebar p .fsBody, .sidebar-50 .fsBody {
  background-color: #eeeeee !important;
  padding: 1px 25px !important;
}

.sidebar .fsBody .fsLabel, .sidebar .fsBody label, .sidebar p .fsBody .fsLabel, .sidebar p .fsBody label, .sidebar-50 .fsBody .fsLabel, .sidebar-50 .fsBody label {
  font-size: 1em !important;
  margin-bottom: 0 !important;
  line-height: 1.325em !important;
  padding-bottom: 5px !important;
}

.sidebar .fsBody .fsForm input, .sidebar p .fsBody .fsForm input, .sidebar-50 .fsBody .fsForm input {
  border-radius: 0 !important;
}

.sidebar .sidebarCallout, .sidebar p .sidebarCallout, .sidebar-50 .sidebarCallout {
  padding: 40px;
  border-bottom: 4px solid #80a0ce;
  background: #01548c;
  background: linear-gradient(to right bottom, #01548c 0%, #121627 100%);
  color: #fff;
  font-size: .9rem;
}

.sidebar .sidebarCallout p, .sidebar p .sidebarCallout p, .sidebar-50 .sidebarCallout p {
  color: #fff;
  font-size: .9rem;
}

.sidebar .fsBody .fsForm .fsSupporting, .sidebar p .fsBody .fsForm .fsSupporting, .sidebar-50 .fsBody .fsForm .fsSupporting {
  line-height: 1.25em !important;
}

.needAnswersBlock h2 {
  margin-top: 15px;
}

.needAnswersBlockWrap {
  margin-bottom: 30px;
}

#fsCell66197809 p {
  font-size: 0.7em !important;
  line-height: 1.5em;
  font-weight: 600;
}

#fsSubmit3117050.fsSubmit.fsPagination {
  padding-bottom: 10px !important;
}

#fsSubmit3117050 .fsSubmitButton, .fsSubmitButton, .fsBody .fsForm input.fsSubmitButton {
  background-color: #db3800 !important;
  display: block;
  width: 100%;
  border-radius: 6px !important;
}

.sidebar, .sidebar-50 {
  margin-bottom: 80px;
}

.sidebar .fsBody .fsFieldRow, .sidebar .fsBody .fsRowBody, .sidebar-50 .fsBody .fsFieldRow, .sidebar-50 .fsBody .fsRowBody {
  margin-bottom: 15px !important;
}

.sidebar .fsBody .fsForm input[type=text].fsField, .sidebar .fsBody .fsForm input[type=tel].fsField, .sidebar .fsBody .fsForm input[type=number].fsField, .sidebar .fsBody .fsForm input[type=email].fsField, .sidebar .fsBody .fsForm select.fsField, .sidebar .fsBody .fsForm textarea.fsField, .sidebar-50 .fsBody .fsForm input[type=text].fsField, .sidebar-50 .fsBody .fsForm input[type=tel].fsField, .sidebar-50 .fsBody .fsForm input[type=number].fsField, .sidebar-50 .fsBody .fsForm input[type=email].fsField, .sidebar-50 .fsBody .fsForm select.fsField, .sidebar-50 .fsBody .fsForm textarea.fsField {
  background-color: #fff !important;
}

.sidebar .fsFieldFocused, .sidebar-50 .fsFieldFocused {
  padding: 0 !important;
  margin: 0 !important;
}

.sidebar .fsBody .fsForm input.fsSubmitButton, .sidebar-50 .fsBody .fsForm input.fsSubmitButton {
  background-color: #db3800 !important;
  display: block;
  width: 100%;
  border-radius: 6px !important;
  font-weight: 700;
  min-height: 35px !important;
}

.sidebar .videoBlock, .sidebar-50 .videoBlock {
  margin-bottom: 40px;
}

.relatedBlock {
  margin-top: 40px;
  margin-bottom: 40px;
}

.relatedWrap h4 {
  margin-top: 15px;
  font-weight: 600;
}

#leadGenPage .membSidebar {
  animation: 2s ease 0s normal none infinite swing;
  animation-iteration-count: 1;
  z-index: 99;
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
  }
  80% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.sidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .membSidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .negativeSidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  /* color: ${formButtonColor} !important; */
  border: none !important;
  padding: 10px 20px !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  background: #db3800 !important;
  border-radius: 6px !important;
  text-transform: none !important;
  background-image: none !important;
}

.sidebar .mktoForm .mktoRequiredField label.mktoLabel, .membSidebar .mktoForm .mktoRequiredField label.mktoLabel, .negativeSidebar .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
}

.sidebar .mktoHtmlText, .sidebar .mktoButton, .sidebar .mktoButtonRow, .membSidebar .mktoHtmlText, .membSidebar .mktoButton, .membSidebar .mktoButtonRow, .negativeSidebar .mktoHtmlText, .negativeSidebar .mktoButton, .negativeSidebar .mktoButtonRow {
  width: 100% !important;
}

.sidebar h3, .membSidebar h3, .negativeSidebar h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, .membSidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, .negativeSidebar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border: none !important;
}

.sidebar span.mktoButtonWrap.mktoSimple, .membSidebar span.mktoButtonWrap.mktoSimple, .negativeSidebar span.mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

.sidebar form.mktoForm, .membSidebar form.mktoForm, .negativeSidebar form.mktoForm {
  width: 100% !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1em !important;
}

.sidebar .mktoForm .mktoFormCol, .sidebar .mktoForm .mktoFieldWrap, .membSidebar .mktoForm .mktoFormCol, .membSidebar .mktoForm .mktoFieldWrap, .negativeSidebar .mktoForm .mktoFormCol, .negativeSidebar .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.sidebar .mktoForm .mktoFormRow, .membSidebar .mktoForm .mktoFormRow, .negativeSidebar .mktoForm .mktoFormRow {
  margin-bottom: 5px !important;
}

.sidebar label.mktoLabel, .membSidebar label.mktoLabel, .negativeSidebar label.mktoLabel {
  /* width: 2% !important; */
  width: 100% !important;
  padding-bottom: 5px !important;
}

.sidebar .mktoOffset, .membSidebar .mktoOffset, .negativeSidebar .mktoOffset {
  width: 0px !important;
}

.sidebar input.mktoField.mktoTextField, .sidebar input.mktoField.mktoEmailField, .membSidebar input.mktoField.mktoTextField, .membSidebar input.mktoField.mktoEmailField, .negativeSidebar input.mktoField.mktoTextField, .negativeSidebar input.mktoField.mktoEmailField {
  /* width: 90% !important; */
  width: 100% !important;
  border: none !important;
  padding: 5px !important;
  background-color: #fff !important;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
#bannerAds {
  clear: both;
  margin-top: 30px;
}

#bannerAds #ad728x90 {
  max-width: 728px;
}

#bannerAds #ad728x90 img {
  width: 100%;
}

#bannerAds #ad410x90 {
  max-width: 410px;
  margin-top: 5%;
  margin-bottom: 2%;
}

#bannerAds #ad410x90 img {
  width: 100%;
}

#bannerAds iframe {
  width: 100%;
  height: 72px !important;
}

.standard300ad {
  overflow: hidden;
}

.t3p0-field.t3p0-field-block.ad300x250 {
  margin-bottom: 0;
}

.ad300x250 div {
  height: auto !important;
}

.adWrap .t3p0-field-wysiwyg p {
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.adLeaderboard {
  width: 100%;
  background: url(../css/img/banner-ad-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 500;
}

.adLeaderboard p {
  margin: 0;
}

.adLeaderboard img {
  max-width: 100%;
}

.adLeaderboard .t3p0-field.t3p0-field-wysiwyg {
  margin-top: 0 !important;
}

.homepage .adLeaderboard {
  background-color: #eee;
  background-image: none;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  #bannerAds {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #bannerAds .leftSideBannerAd {
    width: 64%;
    padding-right: 15px;
  }
  #bannerAds .rightSideBannerAd {
    width: 35%;
    padding: 0;
    padding-right: .65%;
  }
  #bannerAds #ad410x90 {
    margin-top: 0;
  }
  .adWrap .t3p0-field-wysiwyg p {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  #bannerAds .rightSideBannerAd {
    padding-right: .25%;
  }
  #bannerAds #ad410x90 {
    margin-top: 0;
  }
  #bannerAds iframe {
    height: 90px !important;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  #bannerAds {
    padding: 0;
    margin: auto;
    max-width: 1180px;
  }
  #bannerAds .rightSideBannerAd {
    padding-right: 0;
  }
  #bannerAds .leftSideBannerAd {
    padding-right: 0;
  }
}

.titleWrapper {
  padding: 0;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.titleWrapper h1 {
  position: absolute;
  margin: 0;
  padding: 40px 40px 40px 0;
  width: 100%;
  left: 15px;
  display: -ms-grid;
  display: grid;
  align-items: center;
  height: 240px;
  color: #fff;
  font-weight: 300;
  z-index: 20;
}

.titleWrapper h1:before {
  margin: -60px 0 0;
  width: 80px;
  height: 80px;
  position: absolute;
  content: '';
  background-image: url(../css/img/round-rects.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px auto;
}

.titleWrapper .topLevelCollectionFeaturedImg {
  position: relative;
  height: 240px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.titleWrapper .topLevelCollectionFeaturedImg .featuredImgGradient {
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(18, 22, 39, 0.75);
  background: linear-gradient(to right, rgba(18, 22, 39, 0.75) 25%, rgba(18, 22, 39, 0) 100%);
  z-index: 10;
}

.titleWrapper .topLevelCollectionFeaturedImg img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#browserIsIE .titleWrapper h1 {
  display: flex;
  margin-left: 75px;
}

.leadGenWrapper {
  margin-top: 80px;
}

.leadGenWrapper .leadGenImageWrapper {
  position: relative;
  max-width: 600px;
  height: 400px;
  overflow: hidden;
  background: url("../css/img/featured-fallback.png"), linear-gradient(135deg, #2e3950 0%, #121627 100%);
  background-repeat: no-repeat;
  background-size: 80px auto, auto auto;
  background-position: center center;
  overflow: hidden;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.leadGenWrapper .leadGenImageWrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  transition: .2s ease;
}

.leadGenWrapper .leadGenImageWrapper img:hover {
  transform: scale(1.025);
  transition: .2s ease;
}

.leadGenWrapper .leadGenTextWrapper {
  animation: fadein 5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.leadGenWrapper .leadGenTextWrapper h2 {
  font-size: 1rem;
  color: #bbb;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.leadGenWrapper .leadGenTextWrapper #truncate:after {
  margin-left: 4px;
  color: #db3800;
  content: '...';
}

.leadGenWrapper .leadGenTextWrapper a h2 {
  font-size: 2rem;
  text-transform: none;
  color: #01548c;
  letter-spacing: normal;
  font-weight: 500;
}

.miniCollections {
  width: calc(100% + 30px);
  margin: 80px auto -80px -15px;
  background: #eee;
  padding: 40px 0 160px;
}

.miniCollections .mainContainer:first-child .col-sm-12 {
  padding: 0 10px 0 0;
}

.miniCollections h2 {
  float: left;
  color: #121627;
}

.miniCollections h2 a {
  color: #121627;
}

.miniCollections h2 a:after {
  content: none !important;
}

.miniCollections h2 a:hover {
  transition: .2s ease;
  text-decoration: none;
}

.miniCollections h2 a:hover:after {
  content: '›' !important;
  margin-left: 4px;
  display: inline-block;
  color: #db3800;
  transition: .2s ease;
}

.miniCollections .shareIconsRowWrap {
  margin-top: 10px;
  float: right;
}

.miniCollections .equalHeight {
  display: flex;
  flex-wrap: wrap;
}

.miniCollections .popularResources {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 40px;
  background: rgba(58, 44, 137, 0.5);
  background: linear-gradient(to right bottom, rgba(58, 44, 137, 0.5) 0%, #3a2c89 100%);
  border-radius: 4px 40px;
}

.miniCollections .popularResources h2 {
  width: 100%;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
}

.miniCollections .popularResources h2 i {
  margin-right: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.miniCollections .popularResources ol {
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.miniCollections .popularResources ol li {
  counter-increment: item;
  margin-bottom: 10px;
  line-height: 1.5rem;
  display: inline-block;
  width: 100%;
}

.miniCollections .popularResources ol li:before {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  float: left;
  content: counter(item);
  background: #3a2c89;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.miniCollections .popularResources a {
  display: inline-block;
  float: right;
  width: calc(100% - 34px);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.miniCollections .popularResources a:after {
  content: '›';
  margin-left: 4px;
  display: inline-block;
  color: #db3800;
}

.miniCollections .miniCollection {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 30px 40px 70px;
  background: #fff;
  border-radius: 4px 40px;
  border: 2px solid #fff;
  transition: .2s ease;
}

.miniCollections .miniCollection:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: .2s ease;
  border: 2px solid #db3800;
}

.miniCollections .miniCollection h2 {
  margin-top: 0;
  font-weight: 600;
}

.miniCollections .miniCollection h2 a {
  font-size: 1.5rem;
  color: #db3800;
}

.miniCollections .miniCollection h3 {
  margin: 10px 0;
}

.miniCollections .miniCollection h3 a {
  display: inline-block;
  line-height: 1.5rem;
}

.miniCollections .miniCollection a {
  font-size: 1rem;
  font-weight: 600;
}

.miniCollections .miniCollection a:after {
  margin-left: 4px;
  content: '›';
  display: inline-block;
  color: #db3800;
}

.miniCollections .miniCollection .viewAllLink {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  width: calc(100% - 80px);
  display: inline-block;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #01548c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
}

.miniCollections .miniCollection .viewAllLink:after {
  content: '+';
  margin-left: 4px;
  color: #db3800;
  display: inline-block;
}

.leadGenBuckets .leadGenBucket {
  width: 100%;
  margin: 0;
  float: left;
  display: inline-block;
}

.leadGenBuckets .leadGenBucket .leadGenBucketImg {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: url("../css/img/featured-fallback.png"), linear-gradient(135deg, #2e3950 0%, #121627 100%);
  background-repeat: no-repeat;
  background-size: 80px auto, auto auto;
  background-position: center center;
}

.leadGenBuckets .leadGenBucket .leadGenBucketImg img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  transition: .2s ease;
}

.leadGenBuckets .leadGenBucket .leadGenBucketImg img:hover {
  transform: scale(1.025);
  transition: .2s ease;
}

.leadGenBuckets .leadGenBucket h3 a {
  color: #01548c;
}

.leadGenBuckets .leadGenBucket .read-more-link {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  color: #80a0ce;
  font-size: 1rem;
}

.leadGenBuckets .leadGenBucket .read-more-link:after {
  margin-left: 4px;
  content: '›';
  display: inline-block;
  color: #db3800;
}

.subLevelTitle {
  margin-top: 40px;
}

.subLevelTitle h1:before {
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  position: absolute;
  content: '';
  background-image: url(../css/img/round-rects.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px auto;
  z-index: -1;
}

.optionalContent {
  margin: 40px 0;
}

.optionalContent p:first-of-type::first-letter {
  float: left;
  margin-right: 8px;
  font-size: 3.35em;
  line-height: 1em;
  padding-top: 4px;
  padding-right: 2px;
  padding-left: 0;
}

.collection {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.collection h3 {
  margin-top: 0;
}

.collection h1, .collection h2, .collection h3, .collection h4, .collection h5 {
  color: #121627;
}

.collection .read-more-link {
  background-color: #01548c;
  border-radius: 6px;
  padding: 10px 15px;
  line-height: normal;
  display: table-cell;
  font-weight: 700;
  font-size: .9em;
  color: #fff;
  transition: all 0.1s;
}

.collection .read-more-link:hover {
  transform: scale(1.1);
  transition: all 0.1s;
  text-decoration: none;
}

.collection .collectionSubLevelImg {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.collection .collectionSubLevelImg img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.collection .t3p0-field-wysiwyg img {
  display: none;
}

.pagination > li > a, .pagination > li > span {
  color: #01548c;
  border: 0;
  margin: 0;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.pagination > li > a:hover, .pagination > li > span:hover {
  color: #01548c;
  border-radius: 6px;
}

.t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg img {
  display: none;
}

.collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg strong {
  font-weight: 600;
}

.collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg strong em, .collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg strong i {
  font-weight: 600;
  font-style: normal;
}

.collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg em, .collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg i {
  font-style: normal;
}

.collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg u {
  text-decoration: none;
}

.collectionSubLevelLanding .t3p0-field.t3p0-field-collection .t3p0-field.t3p0-field-wysiwyg a.button-dark-blue {
  display: none;
}

.collectionSubLevelLanding .t3p0-row.row.collection {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.collectionSubLevelLanding .t3p0-row.row.collection > .col-sm-12 {
  padding-left: 0;
}

.collectionSubLevelLanding .collection .col-sm-10 img {
  display: none;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .titleWrapper h1 {
    width: 65%;
  }
  .leadGenTextWrapper {
    padding-left: 40px;
    min-height: 400px;
    display: -ms-grid;
    display: grid;
    align-items: center;
  }
  .leadGenBuckets .leadGenBucket {
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
    display: inline-block;
  }
  .leadGenBuckets .leadGenBucket:nth-of-type(3) {
    margin: 0;
  }
  .collection .collectionSubLevelImg {
    position: relative;
    width: 80px;
    height: 80px;
    float: right;
  }
  .collection .collectionSubLevelImg img {
    border-radius: 50%;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .miniCollections .miniCollection, .miniCollections .popularResources {
    width: 29.9%;
    margin: 40px 5% 40px 0;
  }
  .miniCollections .miniCollection:nth-of-type(3), .miniCollections .popularResources:nth-of-type(3) {
    margin: 40px 0 40px 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .titleWrapper h1 {
    right: 0;
    padding: 0;
    max-width: 820px;
    left: calc(50% - 600px) !important;
    height: 320px;
  }
  .titleWrapper h1:before {
    margin: -60px 0 0 -60px;
  }
  .titleWrapper .topLevelCollectionFeaturedImg {
    height: 320px;
  }
}

.carousel-control {
  display: none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.carousel-caption {
  left: 0;
  width: 100%;
  text-align: left;
  top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.carousel-caption h3 {
  font-size: 1.1em;
  text-shadow: none;
  color: #121627;
  font-weight: 700;
  max-width: 70%;
  margin-bottom: 10px;
}

.carousel-caption p {
  text-shadow: none;
  width: 100%;
  font-size: .9rem;
  line-height: 1rem;
  padding-right: 20px;
}

.carousel-caption p a {
  color: #80a0ce;
}

.carousel-indicators {
  text-align: left;
  left: 24px;
  width: 100%;
  padding-right: 20px;
  margin-left: 0;
  bottom: 0;
  transition: .15s ease;
  display: none;
}

.carousel-indicators:hover li {
  height: 6px;
  transition: .15s ease;
}

.carousel-indicators li {
  border-radius: 0;
  height: 2px;
  width: 40px;
  background-color: rgba(136, 136, 136, 0.35);
  border: none;
  margin: 0 2px;
}

.carousel-indicators li.active {
  height: 2px;
  width: 40px;
  background-color: #121627;
  border: none;
  margin: 0 2px;
}

.carousel-inner {
  max-height: 480px;
}

.carousel-inner .item {
  max-height: 160px;
}

.carousel-inner .item:before {
  position: absolute;
  z-index: 9;
  right: 0;
  background-color: transparent;
  background: #fff;
  background: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  min-height: 150px;
  max-height: 480px;
  width: 100%;
  content: '';
}

body.ap .carousel-caption h3, body.ar .carousel-caption h3 {
  color: white;
  max-width: 600px;
}

body.ap .carousel-inner, body.ar .carousel-inner {
  max-height: 430px;
}

body.ap .carousel-inner .item, body.ar .carousel-inner .item {
  max-height: 160px;
}

body.ap .carousel-inner .item:before, body.ar .carousel-inner .item:before {
  background: rgba(18, 22, 39, 0.75);
  background: linear-gradient(to right, rgba(18, 22, 39, 0.75) 25%, rgba(18, 22, 39, 0) 100%);
  max-height: 430px;
}

body.ap .findingSuccessSliderCol .carousel-inner .item:before, body.ar .findingSuccessSliderCol .carousel-inner .item:before {
  background: rgba(18, 22, 39, 0);
  background: linear-gradient(to right, rgba(18, 22, 39, 0) 0, rgba(18, 22, 39, 0) 0);
}

.findingSuccessSliderCol .carousel-inner > .item > img, .findingSuccessSliderCol .carousel-inner > .item > a > img {
  height: auto;
}

.carousel-indicators li.active {
  background-color: #80a0ce;
}

.carousel-caption p {
  display: none;
}

.linkBtnTeal, .linkBtnLightBlue, .linkBtnMediumBlue, .linkBtnDarkBlue {
  padding: 6px 18px;
  border-radius: 6px;
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: .75em;
  margin-top: 10px;
  text-decoration: none;
  transition: .25s ease;
}

.linkBtnTeal:hover, .linkBtnLightBlue:hover, .linkBtnMediumBlue:hover, .linkBtnDarkBlue:hover {
  text-decoration: none;
  transform: scale(1.15);
  transition: .25s ease;
}

.linkBtnTeal {
  background-color: #9ee4d7;
  color: #121627 !important;
}

.linkBtnLightBlue {
  background-color: #80a0ce;
  color: white !important;
}

.linkBtnMediumBlue {
  background-color: #01548c;
  color: white !important;
}

.linkBtnDarkBlue {
  background-color: #121627;
  color: white !important;
}

.sliderLinkWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}

.carousel-caption-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .carousel-indicators {
    display: block;
  }
  .carousel-inner {
    max-height: 480px;
  }
  .carousel-inner .item {
    height: 330px;
    max-height: 480px;
  }
  .carousel-inner .item:before {
    position: absolute;
    z-index: 9;
    right: 0;
    background-color: transparent;
    background: #fff;
    background: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    min-height: 150px;
    max-height: 480px;
    width: 100%;
    content: '';
  }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  #browserIsIE .carousel-inner > .item > img, #browserIsIE .carousel-inner > .item > a > img {
    height: auto;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  body.ap .carousel-inner .item, body.ar .carousel-inner .item {
    max-height: 420px;
  }
  .carousel-inner .item {
    height: 420px;
  }
  .carousel-caption {
    bottom: 20px;
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
    padding-left: 15px;
    padding-right: 0;
  }
  .carousel-caption p {
    width: 45%;
    line-height: 1.5em;
    font-size: 1.25em;
  }
  .carousel-caption h3 {
    font-size: 2.55em;
    max-width: 600px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .carousel-inner .item {
    height: 480px;
  }
  .carousel-indicators {
    bottom: 15px;
  }
  .carousel-indicators li {
    width: 40px;
  }
  .carousel-indicators li.active {
    width: 40px;
  }
  .carousel-caption {
    padding-left: 0;
  }
}

.in-preview-frame iframe.zEWidget-launcher {
  display: none;
}

.in-preview-frame iframe.zEWidget-webWidget {
  display: none;
}

.in-preview-frame .optanon-alert-box-wrapper {
  display: none;
}

#t3p0-frontend-admin-menu .menu-list a {
  font-size: .85em;
}

.adminBar > nav {
  background-color: #131313 !important;
  border-radius: 0 !important;
  height: 35px;
  min-height: 35px;
}

.adminBar > nav.navbar.navbar-default {
  border: 0 !important;
  margin-bottom: 0;
}

#t3p0-frontend-admin-menu {
  position: absolute;
}

#t3p0-frontend-admin-menu .btn {
  left: 0;
  top: 0;
  background-color: #888;
  padding-bottom: 9px;
}

.adminBar > nav a.navbar-brand {
  position: absolute;
  left: 45px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.adminBar > .navbar-default .navbar-nav > .open > a {
  background-color: #131313 !important;
}

.adminBar > .navbar-default .navbar-nav > .open > a:hover {
  background-color: #131313 !important;
}

.adminBar > nav a.navbar-brand,
.adminBar > nav a.dropdown-toggle {
  padding: 0;
  color: #bdbdbd;
  line-height: 33px;
  font-size: .9em;
  min-height: 0;
  height: 33px;
}

.adminBar > nav a.navbar-brand:hover,
.adminBar > nav a.dropdown-toggle:hover {
  background-color: #131313 !important;
  background: #131313 !important;
  color: #bdbdbd;
}

.adminBar > nav .dropdown-menu.open {
  background-color: #131313 !important;
}

.adminBar > nav .dropdown-menu {
  background-color: #131313;
  border-radius: 0;
}

.adminBar > nav .dropdown-menu:hover {
  background-color: #131313 !important;
}

.adminBar > nav .dropdown-menu li a {
  color: #bdbdbd;
}

.adminBar > nav .dropdown-menu li a:hover {
  background-color: #131313 !important;
}

.adminBar > nav .dropdown-menu li:hover {
  background-color: transparent !important;
}

.adminBar .navbar-default .navbar-nav > li > a {
  color: #aeaeae;
  font-size: .9em;
}

.userToggleBtn .navbar-toggle {
  margin-bottom: 0;
  border: 0;
  margin-top: 2px;
  padding-top: 4px;
  border-radius: 0;
  color: #ededed;
}

.userToggleBtn .navbar-toggle:hover {
  background-color: transparent;
}

.userToggleBtn .navbar-toggle:focus {
  background-color: transparent;
}

#t3p0-public-private-switcher {
  position: absolute;
}

#t3p0-public-private-switcher .btn {
  position: absolute;
  border: 0;
  border-radius: 0;
  right: 0;
  top: 0;
  background-color: #888;
  height: 35px;
}

#admin-menu-toggle.btn {
  border: 0;
  border-radius: 0;
  position: absolute;
}

#userIsCustomer #userIsNotAdmin .adminBar {
  display: none;
}

#userIsCustomer #userIsAdmin .adminBar {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100000;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  li.adminLogin > a, li.adminRegister > a {
    padding-top: 7px;
    padding-bottom: 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .adminBar .navbar.navbar-default .container {
    max-width: 1080px;
  }
}

.t3p0-checkout-breadcrumbs {
  display: block !important;
}

.store-checkout-confirmation .table > thead > tr > th, .store-cart .table > thead > tr > th {
  border-bottom: 0;
}

.site-checkout-confirmation a.form-control.btn.btn-default.btn-no-border.trashIcon, .site-store-cart a.form-control.btn.btn-default.btn-no-border.trashIcon {
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
  line-height: 28px;
  border-radius: 50px;
}

.site-checkout-confirmation .quantityWrap input.form-control.quantity, .site-store-cart .quantityWrap input.form-control.quantity {
  font-size: 1em;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 8px 25px;
  margin-top: 25px;
}

.t3p0-checkout-breadcrumbs .active {
  color: #01548c;
  font-weight: 700;
}

.t3p0-checkout-breadcrumbs .active:after {
  color: #01548c;
}

.ecommWrapper h1 {
  font-family: "Raleway", sans-serif;
}

.ecommWrapper .btn.btn-large.btn-primary {
  color: white;
  border-radius: 6px;
}

.rowShippingBillingConfirm {
  font-size: .9em;
  line-height: 1.5em;
}

.quantityTitle {
  padding-left: 18px !important;
}

.site-checkout-customer tr.cart-item > td:first-of-type, .site-checkout-payment-customer-profile-index tr.cart-item > td:first-of-type, .site-checkout-shipping-address-index tr.cart-item > td:first-of-type, .site-checkout-confirmation tr.cart-item > td:first-of-type {
  padding-top: 15px;
  padding-left: 0;
}

.site-checkout-customer .cart-item .label.label-primary, .site-checkout-payment-customer-profile-index .cart-item .label.label-primary, .site-checkout-shipping-address-index .cart-item .label.label-primary, .site-checkout-confirmation .cart-item .label.label-primary {
  display: none;
}

.site-checkout-customer h3, .site-checkout-payment-customer-profile-index h3, .site-checkout-shipping-address-index h3, .site-checkout-confirmation h3 {
  color: #01548c;
}

.site-checkout-customer .itemsTitle, .site-checkout-payment-customer-profile-index .itemsTitle, .site-checkout-shipping-address-index .itemsTitle, .site-checkout-confirmation .itemsTitle {
  font-size: 1.5em;
}

.site-checkout-customer .payment-profile, .site-checkout-customer .shipping-address, .site-checkout-payment-customer-profile-index .payment-profile, .site-checkout-payment-customer-profile-index .shipping-address, .site-checkout-shipping-address-index .payment-profile, .site-checkout-shipping-address-index .shipping-address, .site-checkout-confirmation .payment-profile, .site-checkout-confirmation .shipping-address {
  padding-left: 0;
}

.site-checkout-customer .well, .site-checkout-payment-customer-profile-index .well, .site-checkout-shipping-address-index .well, .site-checkout-confirmation .well {
  box-shadow: none;
  border: 0;
  line-height: 1.5em;
  font-size: .9em;
}

.site-checkout-customer .btn-default, .site-checkout-payment-customer-profile-index .btn-default, .site-checkout-shipping-address-index .btn-default, .site-checkout-confirmation .btn-default {
  margin-bottom: 10px;
  font-size: .8em;
  background-color: #fff;
  transition: .25s ease;
}

.site-checkout-customer .btn-default:hover, .site-checkout-payment-customer-profile-index .btn-default:hover, .site-checkout-shipping-address-index .btn-default:hover, .site-checkout-confirmation .btn-default:hover {
  background-color: #fff;
  border-color: gainsboro;
  transform: scale(1.1);
  transition: .25s ease;
}

.site-checkout-customer .btn-primary, .site-checkout-customer .btn-default, .site-checkout-payment-customer-profile-index .btn-primary, .site-checkout-payment-customer-profile-index .btn-default, .site-checkout-shipping-address-index .btn-primary, .site-checkout-shipping-address-index .btn-default, .site-checkout-confirmation .btn-primary, .site-checkout-confirmation .btn-default {
  border-radius: 6px;
}

.site-checkout-customer .col-sm-6.col-sm-offset-4, .site-checkout-payment-customer-profile-index .col-sm-6.col-sm-offset-4, .site-checkout-shipping-address-index .col-sm-6.col-sm-offset-4, .site-checkout-confirmation .col-sm-6.col-sm-offset-4 {
  padding-left: 10px;
}

.site-checkout-customer .col-sm-6.col-sm-offset-4 .form-group input, .site-checkout-payment-customer-profile-index .col-sm-6.col-sm-offset-4 .form-group input, .site-checkout-shipping-address-index .col-sm-6.col-sm-offset-4 .form-group input, .site-checkout-confirmation .col-sm-6.col-sm-offset-4 .form-group input {
  max-width: 400px;
}

.site-checkout-customer .col-sm-6.col-sm-offset-4 p, .site-checkout-payment-customer-profile-index .col-sm-6.col-sm-offset-4 p, .site-checkout-shipping-address-index .col-sm-6.col-sm-offset-4 p, .site-checkout-confirmation .col-sm-6.col-sm-offset-4 p {
  padding-left: 5px;
}

.site-checkout-customer .col-sm-6.col-sm-offset-4 button, .site-checkout-payment-customer-profile-index .col-sm-6.col-sm-offset-4 button, .site-checkout-shipping-address-index .col-sm-6.col-sm-offset-4 button, .site-checkout-confirmation .col-sm-6.col-sm-offset-4 button {
  margin-left: 5px;
}

.discount-codes-form input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 0;
  height: 34px;
}

.discount-codes-form .btn-default {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #80a0ce;
  border-color: #80a0ce;
  color: white;
}

.discount-codes-form .btn-default:active, .discount-codes-form .btn-default:hover, .discount-codes-form .btn-default:focus, .discount-codes-form .btn-default:active:focus {
  background-color: #01548c;
  border-color: #01548c;
  color: white;
}

.cart-item input.form-control, .cart-item select.form-control {
  margin-top: 0;
}

#mainContent.ecommContainer {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

#mainContent.ecommContainer .table-responsive > .table > tbody > tr > td {
  white-space: normal;
}

.termsConditions {
  font-size: .8em;
  line-height: 1.25em;
  padding-top: 10px;
}

h2.sidebarBlockTitle {
  color: #121627;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
  padding-bottom: 15px;
  margin-top: -4px;
}

.dc-related-products-container .list-group-item {
  border: 0;
  padding: 0;
}

.dc-related-products-container h4 {
  font-size: 1.5em;
  margin-top: 0;
}

.image-upsell-wrap {
  padding-right: 20px;
  width: 35%;
}

.upsell-content-wrap {
  width: 65%;
}

.discount-code-wrap {
  padding-bottom: 30px;
}

.site-store-cart .fa-refresh {
  display: none;
}

.site-store-cart .discount-code-wrap {
  padding-left: 15px;
}

ul.list-group.dc-upsell-product-list .list-group-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}

a.btn.btn-primary.dc-upsell-add-to-cart {
  margin-top: 10px;
}

.dc-related-promo-text {
  line-height: 1.25rem;
  margin-bottom: 5px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (max-width: 767px) {
  .dc-cart-img-container {
    padding: 0;
    padding-bottom: 15px;
  }
  .product-info > .col-sm-9 {
    padding-left: 0;
  }
  .delete-icon {
    float: right;
    position: absolute;
    right: 0;
    margin-top: -58px;
    border-top: 0 !important;
  }
  .delete-icon .btn.btn-default {
    background-color: transparent;
  }
  .delete-icon .btn.btn-default:focus, .delete-icon .btn.btn-default:active {
    background-color: transparent;
    box-shadow: none;
  }
  .site-checkout-confirmation .delete-icon {
    right: 10px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .create-shipping-addresses, .create-payment-method {
    display: inline-block;
    margin-right: 20px;
  }
  .create-shipping-addresses a#createPaymentMethod, .create-payment-method a#createPaymentMethod {
    padding: 6px 10px;
  }
  #mainContent.ecommContainer {
    padding-left: 0;
    padding-right: 0;
  }
  .t3p0-checkout-breadcrumbs > li + li:before {
    display: none;
  }
  .breadcrumb {
    margin-bottom: 24px;
  }
  .cart-item {
    border-bottom: 1px solid #ededed;
  }
  .cart-item td {
    padding-bottom: 15px !important;
  }
  .cart-item span.product-name {
    margin: 8px 0;
    display: block;
  }
  .line-under-breadcrumbs {
    border-top: 1px solid #ccc;
    margin-top: -28px;
    z-index: 1;
    margin-bottom: 25px;
  }
  .line-under-breadcrumbs:before {
    content: "";
    background-color: black;
    height: 1px;
    display: block;
    top: -1px;
    position: relative;
    background: #ffffff;
    background: linear-gradient(to right, #ffffff 0%, #cccccc 50%, #ffffff 100%);
  }
  .t3p0-checkout-breadcrumbs {
    text-align: center;
    z-index: 2;
    position: relative;
  }
  .t3p0-checkout-breadcrumbs li {
    padding: 10px;
    position: relative;
    font-size: .8em;
  }
  .t3p0-checkout-breadcrumbs li:after {
    font-family: "Fontawesome";
    content: "\f111";
    display: block;
    color: #ccc;
    font-size: 1.5em;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
  }
  .t3p0-checkout-breadcrumbs li a {
    padding-bottom: 25px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.checkout p {
  line-height: 1.35em;
  margin-bottom: 15px;
  font-size: .9rem;
}

.checkout p.small {
  font-size: 70%;
}

.header--checkout {
  padding-bottom: 12px;
  position: relative;
  z-index: 999;
  background: #fff;
}

@media (min-width: 768px) {
  .header--checkout {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.site-checkout-checkout.store-checkout #mainContent.mainContainer.ecommContainer {
  margin-top: 0;
}

@media (min-width: 768px) {
  .site-checkout-checkout.store-checkout #mainContent.mainContainer.ecommContainer {
    margin-top: 40px;
  }
}

.header--checkout__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header--checkout__container .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}

.header--checkout__container .secure-checkout {
  text-align: center;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .header--checkout__container .secure-checkout {
    text-align: right;
    padding: 27px 0 0;
  }
}

.header--checkout__container .secure-checkout a {
  transition: .5s ease;
}

.header--checkout__container .secure-checkout a:hover {
  text-decoration: none;
  color: #01548c;
  transition: .5s ease;
}

.header--checkout__container .checkout__navigation {
  text-align: center;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .header--checkout__container .checkout__navigation {
    text-align: left;
    padding: 27px 0 0;
  }
}

.header--checkout__container .checkout__navigation a {
  transition: .5s ease;
}

.header--checkout__container .checkout__navigation a:hover {
  text-decoration: none;
  color: #01548c;
  transition: .5s ease;
}

@media (max-width: 960px) {
  .checkout .col-sm-8 {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .checkout .col-sm-4 {
    width: 100%;
  }
}

.checkout__panel {
  margin-bottom: 20px;
}

.checkout__panel-heading {
  background-color: #c9c9c9;
  padding: 5px 15px;
}

.checkout__panel-heading h2 {
  display: inline-block;
  color: #444;
  font-size: 1.15em;
  font-weight: 600;
  margin: 0;
  line-height: 1.7em;
}

.checkout__panel-heading--highlight {
  background-color: #01548c;
  color: #FFF;
}

.checkout__panel-heading--highlight h2 {
  color: #FFF;
}

.checkout__step {
  display: block;
  color: #FFF;
  background-color: #01548c;
  border-radius: 50%;
  font-size: 1.15em;
  line-height: 27px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  float: left;
}

.checkout__step i {
  line-height: 30px;
}

.checkout__panel-body {
  background-color: #e9e9e9;
  padding: 15px;
  font-size: .9rem;
  line-height: 25px;
}

.checkout__panel-body input {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  margin-top: 2px;
  font-size: .9rem;
  height: 32px;
  padding: 5px 10px;
}

.checkout__panel-body label {
  font-weight: 600;
  font-size: .9rem;
}

.checkout__panel-body .help-block.with-errors {
  padding: 0;
}

.checkout__panel-body select {
  background-color: #FFF;
  background-image: url(../css/img/checkout-select.png);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: .9rem;
  height: 32px;
  padding: 5px 10px;
}

.checkout__panel-body h4 {
  margin-top: 0;
  font-size: .9rem;
  font-weight: 700;
}

.checkout__panel-body .discount-codes-form .btn-default {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.checkout__panel-body .btn-primary {
  font-size: 1em;
  margin-top: 10px;
}

.checkout__panel-body .btn-primary:after {
  content: "\203A";
  margin-left: 5px;
}

.checkout__panel-body .btn-primary i {
  display: none;
}

.checkout__panel-body .alert.alert-warning {
  background-color: #fcf8e3;
  border: 0;
  border-radius: 0;
  color: #01548c;
}

.checkout__panel-body .alert.alert-warning p {
  margin-bottom: 10px;
}

.checkout__panel-body .invalid-address .buttons, .checkout__panel-body .verified-address .buttons {
  padding-top: 0;
}

.checkout__panel-body #currentShippingAddressInfo, .checkout__panel-body #paymentProfileAddress {
  padding: 15px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.checkout__panel-body #currentShippingAddressInfo p, .checkout__panel-body #paymentProfileAddress p {
  margin-bottom: 5px;
}

.checkout__panel-body .modal-content {
  background: transparent;
}

.checkout__panel-body .modal-body {
  padding: 0;
}

.checkout__panel-body input#useThisShippingAddress {
  height: 14px;
}

#checkoutStepOne label.col-sm-4, #checkoutStepOne .col-sm-8, #checkoutStepOne .col-sm-6, #checkoutStepTwo label.col-sm-4, #checkoutStepTwo .col-sm-8, #checkoutStepTwo .col-sm-6, #checkoutStepThree label.col-sm-4, #checkoutStepThree .col-sm-8, #checkoutStepThree .col-sm-6, #addressForm label.col-sm-4, #addressForm .col-sm-8, #addressForm .col-sm-6 {
  float: none;
  width: 100%;
  text-align: left;
  font-weight: 600;
}

#checkoutStepOne label.col-sm-4, #checkoutStepTwo label.col-sm-4, #checkoutStepThree label.col-sm-4, #addressForm label.col-sm-4 {
  width: auto;
}

#checkoutStepOne .form-group, #checkoutStepTwo .form-group, #checkoutStepThree .form-group, #addressForm .form-group {
  margin-bottom: 10px;
}

#checkoutStepOne .col-sm-offset-4, #checkoutStepTwo .col-sm-offset-4, #checkoutStepThree .col-sm-offset-4, #addressForm .col-sm-offset-4 {
  margin-left: 0;
}

#checkoutStepOne .col-sm-offset-4.col-sm-6.small, #checkoutStepTwo .col-sm-offset-4.col-sm-6.small, #checkoutStepThree .col-sm-offset-4.col-sm-6.small, #addressForm .col-sm-offset-4.col-sm-6.small {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

#checkoutStepOne .checkbox, #checkoutStepTwo .checkbox, #checkoutStepThree .checkbox, #addressForm .checkbox {
  padding-top: 0;
}

#checkoutStepOne .checkbox input, #checkoutStepTwo .checkbox input, #checkoutStepThree .checkbox input, #addressForm .checkbox input {
  height: unset;
  margin-top: 5px;
  font-size: 1rem;
}

#checkoutStepOne .t3-modal-section.t3-payment-section.col-md-6, #checkoutStepTwo .t3-modal-section.t3-payment-section.col-md-6, #checkoutStepThree .t3-modal-section.t3-payment-section.col-md-6, #addressForm .t3-modal-section.t3-payment-section.col-md-6 {
  width: 100%;
}

#checkoutStepOne .t3-modal-section.t3-cc-section.col-md-6, #checkoutStepTwo .t3-modal-section.t3-cc-section.col-md-6, #checkoutStepThree .t3-modal-section.t3-cc-section.col-md-6, #addressForm .t3-modal-section.t3-cc-section.col-md-6 {
  width: 100%;
  padding-top: 20px;
}

#checkoutStepOne h3, #checkoutStepTwo h3, #checkoutStepThree h3, #addressForm h3 {
  font-size: .9rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px !important;
}

#checkoutStepOne ul.payment-method-list, #checkoutStepTwo ul.payment-method-list, #checkoutStepThree ul.payment-method-list, #addressForm ul.payment-method-list {
  margin-bottom: 0;
}

#checkoutStepOne ul.payment-method-list li, #checkoutStepTwo ul.payment-method-list li, #checkoutStepThree ul.payment-method-list li, #addressForm ul.payment-method-list li {
  display: inline-block;
  margin-right: 20px;
}

#checkoutStepOne .create-payment-profile .payment-method-list + div, #checkoutStepTwo .create-payment-profile .payment-method-list + div, #checkoutStepThree .create-payment-profile .payment-method-list + div, #addressForm .create-payment-profile .payment-method-list + div {
  border-top: 0;
}

#checkoutStepOne .modal-footer, #checkoutStepTwo .modal-footer, #checkoutStepThree .modal-footer, #addressForm .modal-footer {
  width: 100%;
  padding: 0;
  text-align: left;
  border-top: 0;
}

#checkoutStepOne input[type="radio"], #checkoutStepTwo input[type="radio"], #checkoutStepThree input[type="radio"], #addressForm input[type="radio"] {
  float: left;
  margin: 7px 10px 30px 0;
  height: 16px;
}

#checkoutStepOne label.col-sm-4.control-label[for=defaultCard], #checkoutStepTwo label.col-sm-4.control-label[for=defaultCard], #checkoutStepThree label.col-sm-4.control-label[for=defaultCard], #addressForm label.col-sm-4.control-label[for=defaultCard] {
  width: auto;
  float: left;
  display: inline-block;
}

#checkoutStepOne .col-sm-8.checkbox, #checkoutStepTwo .col-sm-8.checkbox, #checkoutStepThree .col-sm-8.checkbox, #addressForm .col-sm-8.checkbox {
  width: auto;
  float: left;
  display: inline-block;
}

#checkoutStepOne input#defaultCard, #checkoutStepTwo input#defaultCard, #checkoutStepThree input#defaultCard, #addressForm input#defaultCard {
  margin-top: 4px !important;
}

.checkout__panel-body.checkout__panel-confirm {
  background-color: #f9f9f9;
  border: 15px solid #e9e9e9;
}

.checkout__panel-btn {
  background-color: #80a0ce;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  transition: .2s ease;
  border: 0;
  font-size: .9em;
  padding: 3px 12px;
}

.checkout__panel-btn:hover {
  transform: scale(1.1);
}

.checkout__edit-btn {
  display: inline-block;
  float: right;
  color: #01548c;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: .8em;
}

.checkout__edit-btn:hover {
  color: #80a0ce;
}

@media (max-width: 960px) {
  .checkout__progress {
    display: none;
  }
}

.checkout__progress-step {
  background-color: #c9c9c9;
  color: #444;
  font-size: 1.15em;
  line-height: 1.7em;
  font-weight: 600;
  padding: 5px 15px;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 41px;
}

.checkout__progress-step--active {
  background-color: #01548c;
  color: #FFF;
}

.checkout__progress-step--active .checkout__step {
  background-color: #80a0ce;
}

.checkout__coupon-btn {
  font-weight: 600;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 1.15em;
}

.checkout__coupon-btn i {
  color: #01548c;
  font-size: 1.5em;
  margin-right: 10px;
}

.checkout__coupon-btn .checkout__coupon-btn-toggle {
  padding-left: 5px;
  font-size: 1.35em;
}

.checkout__coupon-btn .checkout__coupon-btn-toggle:after {
  content: '-';
  vertical-align: top;
}

.checkout__coupon-btn.collapsed .checkout__coupon-btn-toggle:after {
  content: '+';
  vertical-align: middle;
}

a.checkout__cart-btn {
  display: none;
  text-transform: uppercase;
  float: right;
  font-size: .8em;
  padding-top: 2px;
  font-weight: 600;
  border: 0;
  background-color: transparent;
  color: #fff;
}

a.checkout__cart-btn i {
  color: #FFF;
  font-size: 1.5em;
  margin-right: 5px;
}

a.checkout__cart-btn:hover {
  color: #fff;
  text-decoration: none;
}

.checkout__checkout-btn {
  background-color: #9ee4d7;
  text-transform: uppercase;
  border: 0;
  font-weight: 800;
  font-size: 1.25em;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  transition: .2s ease;
}

.checkout__checkout-btn:hover {
  transform: scale(1.1);
}

.checkout__checkout-btn:disabled {
  opacity: .7;
  cursor: default;
}

.checkout__checkout-btn:disabled:hover {
  transform: scale(1);
}

.checkout__help {
  margin: 40px -15px 20px -15px;
}

.checkout__help:after {
  clear: both;
  content: " ";
  display: table;
}

.checkout__help:before {
  content: " ";
  display: table;
}

.checkout__help p {
  font-size: .85em;
}

.checkout__help .col-sm-2 {
  padding-top: 2px;
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .checkout__help .col-sm-2 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .checkout__help .col-sm-10 {
    width: 100%;
    text-align: center;
  }
}

.checkout__help-icon {
  display: inline-block;
  color: #FFF;
  background-color: #808080;
  border-radius: 5px;
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
  width: 1em;
  text-align: center;
}

/* ----- Order Summary ----- */
#checkoutSummary .checkout__panel-body {
  padding: 15px;
  position: relative;
}

#checkoutSummary .checkout__panel-body input {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  margin-top: 5px;
  border: 0;
}

#checkoutSummary .checkout__panel-body button {
  height: 40px;
  margin-top: 5px;
  border: 0;
  background-color: #01548c;
  color: #fff;
  transition: .1s ease;
}

#checkoutSummary .checkout__panel-body button:hover {
  background-color: #0172bf;
  color: #fff;
}

/* product image */
.col-sm-3.checkout__cart-product-img {
  padding-left: 0;
}

.col-sm-3.checkout__cart-product-img img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

/* product info */
.checkout__cart-product {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.checkout__cart-product:after {
  clear: both;
  content: " ";
  display: table;
}

.checkout__cart-product:before {
  content: " ";
  display: table;
}

.checkout__cart-product span.label.label-primary {
  display: none;
}

.checkout__cart-product p {
  margin-bottom: 5px;
}

.checkout__cart-product .col-sm-3 {
  padding: 0;
  float: left;
  width: 25%;
}

.checkout__cart-product .col-sm-9 {
  float: left;
  width: 75%;
}

.checkout__cart-product .checkout__cart-product-info .col-sm-9 {
  width: 90%;
}

.checkout__cart-product .checkout__cart-product-info .col-sm-3 {
  width: 10%;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

/* product name */
.checkout__cart-product-name {
  font-size: .9rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}

/* product quantity */
.checkout__cart-product-quantity input {
  width: 50px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  font-size: 1em !important;
}

.checkout__cart-product-quantity i {
  margin-left: 6px;
  font-size: .95em;
}

/* product bundles */
.checkout__cart-product-bundle h3 {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #444;
}

.checkout__cart-product-bundle ul.list-group {
  margin-bottom: 0px;
  margin-top: 10px;
}

.checkout__cart-product-bundle li.list-group-item {
  background: transparent;
  padding: 10px 0;
  border: none;
  border-top: 1px solid #ccc;
  line-height: 1.4rem;
  font-size: .9rem;
}

.checkout__cart-product-bundle li.list-group-item h4 {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.checkout__cart-product-bundle li.list-group-item span.badge {
  display: none;
}

/* cart totals */
.checkout__cart-totals {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: .9rem;
}

.checkout__cart-totals .col-sm-5 {
  width: 50%;
  text-align: right;
  padding-right: 5px;
  float: left;
}

.checkout__cart-totals .col-sm-7 {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  float: left;
}

.checkout__cart-grand-total {
  padding: 10px 0;
  font-size: .9rem;
}

.checkout__cart-grand-total .col-sm-5 {
  width: 50%;
  text-align: right;
  padding-right: 5px;
  float: left;
}

.checkout__cart-grand-total .col-sm-7 {
  width: 50%;
  text-align: left;
  padding-left: 5px;
  float: left;
}

/* Modal Styles */
.site-checkout-checkout.store-checkout.modal-open .well {
  margin-bottom: 0;
}

.site-checkout-checkout.store-checkout.modal-open .btn-primary i {
  margin-right: 5px;
}

.site-checkout-checkout.store-checkout.modal-open .modal-body .well.col-md-4 p {
  margin-bottom: 0px;
}

.site-checkout-checkout.store-checkout.modal-open .modal-body .well.col-md-4 button {
  margin-top: 10px;
}

.site-checkout-checkout.store-checkout.modal-open .modal-body .checkbox {
  padding-top: 2px;
  display: inline-block;
  min-height: 16px;
}

.site-checkout-checkout.store-checkout.modal-open .modal-body input#defaultCard {
  display: inline-block;
  margin: 0 0 0 -20px;
}

.site-checkout-checkout.store-checkout.modal-open .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.site-checkout-checkout.store-checkout.modal-open .modal-dialog {
  padding: 0;
}

.site-store-index .breadcrumb, .site-store-index .carousel-indicators, .site-store-index .col-sm-3.product-filters, .site-store-index .cart-item span.label.label-primary, .site-store-index .product-item span.label.label-primary, .site-store-cart .breadcrumb, .site-store-cart .carousel-indicators, .site-store-cart .col-sm-3.product-filters, .site-store-cart .cart-item span.label.label-primary, .site-store-cart .product-item span.label.label-primary, .site-store-product-detail .breadcrumb, .site-store-product-detail .carousel-indicators, .site-store-product-detail .col-sm-3.product-filters, .site-store-product-detail .cart-item span.label.label-primary, .site-store-product-detail .product-item span.label.label-primary {
  display: none;
}

.site-store-index #mainContent, .site-store-cart #mainContent, .site-store-product-detail #mainContent {
  margin-top: 50px;
}

.site-store-index .product-image, .site-store-cart .product-image, .site-store-product-detail .product-image {
  margin-top: 10px;
}

.site-store-cart .product-image {
  margin-top: 8px;
}

.site-store-product-detail .product-image {
  margin-top: 28px;
}

.site-store-product-detail button[name="add-to-cart"] {
  border-color: #01548c;
  color: white !important;
  height: 40px;
}

.site-store-product-detail button[name="add-to-cart"]:hover, .site-store-product-detail button[name="add-to-cart"]:active, .site-store-product-detail button[name="add-to-cart"]:focus, .site-store-product-detail button[name="add-to-cart"]:active:focus {
  background-color: #01548c;
  border-color: #01548c;
}

.site-store-product-detail .chooseSelect {
  width: 50%;
  margin-top: 10px;
}

.site-store-product-detail .chooseSelect select {
  background-color: #eeeeee;
}

.cart-item .form-control {
  background-color: transparent;
}

.site-my-account-order-view h2 {
  color: #45a7b0;
}

.site-my-account-order-view .col-sm-4 {
  font-size: .9em;
  line-height: 1.5em;
}

.site-my-account-order-view .col-sm-4 h3 {
  font-size: 1.125em;
  font-weight: 600;
}

.site-my-account-order-view span.label.label-primary {
  display: none;
}

.site-my-account-order-view .t3p0-product-description, .site-my-account-order-view .t3p0-product-instructions {
  font-size: .9em;
  line-height: 1.5em;
}

.site-my-account-order-view .t3p0-product-description p, .site-my-account-order-view .t3p0-product-instructions p {
  font-size: .9em;
}

.site-my-account-order-view .orderItemsSection {
  border-top: 1px solid gainsboro;
  margin-top: 2.5em;
  padding-top: 1em;
}

.site-my-account-order-view .orderItemsSection h3 {
  font-size: 1.25em;
  color: #01548c;
}

.modal-dialog .well {
  box-shadow: none;
  border: 0;
}

.modal-dialog .subscription-change-form .discount-codes-form {
  /*width: 50%;*/
}

.modal-dialog .subscription-change-form .discount-codes-form .btn-default {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modal-dialog .subscription-change-form .discount-codes-form .btn-default:active:focus, .modal-dialog .subscription-change-form .discount-codes-form .btn-default:active, .modal-dialog .subscription-change-form .discount-codes-form .btn-default:focus, .modal-dialog .subscription-change-form .discount-codes-form .btn-default:hover {
  background-color: #01548c;
  border-color: #01548c;
  box-shadow: none;
  color: white;
}

.modal-dialog .subscription-change-form .current-subscription .col-sm-2.text-right {
  display: none;
}

.control-label[for="variant-select"] {
  color: #01548c;
  font-weight: 600;
  font-size: 1.125em;
  margin-left: -15px;
  margin-top: 15px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (max-width: 768px) {
  #product-carousel .carousel-inner .item img, #product-carousel .carousel-inner .item a img {
    max-height: 480px;
    width: auto;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 768px) {
  #product-carousel .carousel-inner .item img, #product-carousel .carousel-inner .item a img {
    bottom: auto;
    height: auto;
  }
  #product-carousel .carousel-inner .item:before {
    background: none;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.my-account {
  /*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
}

.my-account .btn {
  border-radius: .25em;
}

.my-account .breadcrumb, .my-account hr {
  display: none;
}

.my-account h1 {
  color: #121627;
}

.my-account .account-info-group {
  background-color: transparent;
}

.my-account .account-info-group .content {
  padding: 0;
  padding-bottom: 20px;
  font-size: .9em;
}

.my-account .account-info-group .subscription-info {
  padding-top: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.my-account .account-info-group .small {
  line-height: 1.5em;
}

.my-account .account-info-group .table > thead > tr > th {
  border-bottom: 1px solid gainsboro;
}

.my-account .account-info-group .fa.fa-fw.fa-check-circle, .my-account .account-info-group .group-name, .my-account .account-info-group .name-and-status {
  color: #80a0ce;
}

.my-account .account-info-group .group-name, .my-account .account-info-group .name-and-status {
  font-weight: 600;
  line-height: 1.5em;
}

.my-account .account-info-group .expiration {
  padding: 0;
}

.my-account .account-info-group .btn-primary {
  font-weight: 500;
  background-color: #80a0ce;
  border-color: #80a0ce;
  padding: 2px 6px;
}

.my-account .account-info-group .btn-primary:hover {
  background-color: #01548c;
  border-color: #01548c;
  transform: scale(1);
  box-shadow: none;
}

.my-account .account-info-group .btn-danger {
  font-weight: 500;
}

.my-account .account-info-group .btn-danger:hover, .my-account .account-info-group .btn-danger:active, .my-account .account-info-group .btn-danger:active:focus {
  background-color: #6f6e6e;
  border-color: #6f6e6e;
}

.my-account .account-info-group .btn-group.btn-group-justified, .my-account .account-info-group .btn-group.dc-subscription-btn-group {
  margin-bottom: 10px;
}

.my-account .account-info-group .btn-group.btn-group-justified .btn-default, .my-account .account-info-group .btn-group.btn-group-justified .btn-danger, .my-account .account-info-group .btn-group.dc-subscription-btn-group .btn-default, .my-account .account-info-group .btn-group.dc-subscription-btn-group .btn-danger {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  font-size: 12px;
  border-radius: .25em;
  height: 20px;
  padding: 0 6px;
  line-height: 1.5em;
}

.my-account .account-info-group .btn-default {
  background-color: #eeeeee;
  border-color: #eeeeee;
  margin-bottom: 5px;
}

.my-account .account-info-group .btn-default:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.my-account .account-info-group .btn-info {
  background-color: #5a8cc8;
  border-color: #5a8cc8;
  margin-top: 5px;
}

.my-account .account-info-group .btn-info:hover {
  background-color: #01548c;
  border-color: #01548c;
}

.my-account .account-info-group .label-default {
  font-size: 12px;
  height: 20px;
  line-height: 1.5em;
  font-weight: 500;
  padding: 4px 6px;
}

.my-account .account-info-group label {
  font-size: 1em;
}

.my-account .account-info-group h3 {
  background-color: transparent;
  text-transform: none !important;
  color: #121627 !important;
  text-align: left;
  font-size: 1.55em !important;
  font-weight: 500 !important;
}

.my-account .account-info-group .btn-default.btn-upgrade, .my-account .account-info-group .btn-default.btn-join-now {
  background-color: #80a0ce;
  border-color: #80a0ce;
  color: white;
}

.my-account .account-info-group .btn-default.btn-upgrade:hover, .my-account .account-info-group .btn-default.btn-join-now:hover {
  background-color: #01548c;
  border-color: #01548c;
}

.my-account h3.outside-title {
  text-transform: none !important;
  color: #121627 !important;
  font-size: 1.55em !important;
  font-weight: 500 !important;
}

.my-account h4 {
  font-size: 1em !important;
  font-weight: 600;
}

.my-account .btn-success {
  background-color: #80a0ce !important;
  border-color: #80a0ce !important;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
}

.my-account .btn-success:hover {
  background-color: #01548c !important;
  border-color: #01548c !important;
}

.my-account .billing-addresses .well, .my-account .shipping-addresses .well {
  box-shadow: none;
  border: 0;
  background-color: #eeeeee;
  line-height: 1.5em;
}

.my-account .billing-addresses .well .btn-default, .my-account .shipping-addresses .well .btn-default {
  background-color: gainsboro;
  border-color: gainsboro;
}

.my-account .billing-addresses .well .btn-default:hover, .my-account .shipping-addresses .well .btn-default:hover {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}

.my-account .billing-addresses h4 {
  margin-top: 7px;
}

.my-account .modal-header h4.modal-title {
  font-size: 1.5em !important;
}

.my-account .my-account .payment-methods thead, .my-account .my-account .unfinished-orders thead, .my-account .my-account .order-history thead {
  background-color: transparent;
  color: #444;
}

.my-account .user-details-display, .my-account .address-book, .my-account .group-access {
  border-bottom: 1px solid #eeeeee;
}

.my-account select {
  background-color: gainsboro !important;
}

.my-account .modal-content .control-label {
  padding-top: 7px;
}

.my-account .t3-modal-section h3 {
  color: #80a0ce;
  font-size: 1.125em;
}

.my-account .subscription-change-option .description p {
  font-size: 1em;
}

.my-account .btn-renew, .my-account .btn-enable-auto {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 0.25em !important;
  height: 20px;
  padding: 0 6px;
  line-height: 1.5em;
  border-bottom-right-radius: 0.25em !important;
  border-top-right-radius: 0.25em !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

.my-account .subscription-change-form .change-options .well .col-sm-6:nth-child(2) {
  display: none;
}

.my-account #ecommWrapper #subscribeWithCTA .innerRowSubscribeWithCTA {
  padding-left: 30px;
  padding-right: 30px;
}

.my-account #ecommWrapper .footerFullWidthInner {
  padding-left: 15px;
  padding-right: 15px;
}

.my-account .subscription-renew-form .col-sm-3.text-right {
  float: right;
}

.my-account .account-info-group .btn-primary, .my-account .account-info-group .btn-danger {
  margin-bottom: 5px;
}

.my-account .account-info-group .btn-info {
  margin-top: 0;
}

@media (max-width: 767px) {
  .my-account .unfinished-orders, .my-account .order-history {
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  .my-account .unfinished-orders .btn, .my-account .order-history .btn {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .my-account .unfinished-orders table, .my-account .unfinished-orders thead, .my-account .unfinished-orders tbody, .my-account .unfinished-orders th, .my-account .unfinished-orders td, .my-account .unfinished-orders tr, .my-account .order-history table, .my-account .order-history thead, .my-account .order-history tbody, .my-account .order-history th, .my-account .order-history td, .my-account .order-history tr {
    display: block;
  }
  .my-account .unfinished-orders thead tr, .my-account .order-history thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .my-account .unfinished-orders tr, .my-account .order-history tr {
    border-bottom: 25px solid #fff;
  }
  .my-account .unfinished-orders td, .my-account .order-history td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    position: relative;
    padding-left: 45% !important;
  }
  .my-account .unfinished-orders td:last-child, .my-account .order-history td:last-child {
    border-bottom: 0;
  }
  .my-account .unfinished-orders td:before, .my-account .order-history td:before {
    /* Now like a table header */
    position: absolute;
    top: 6px;
    left: 0;
    width: 45%;
    padding: 4px 0;
    font-weight: 600;
    white-space: nowrap;
  }
  .my-account .unfinished-orders td:nth-of-type(1):before, .my-account .order-history td:nth-of-type(1):before {
    content: "Invoice Number";
  }
  .my-account .unfinished-orders td:nth-of-type(2):before, .my-account .order-history td:nth-of-type(2):before {
    content: "Order Status";
  }
  .my-account .unfinished-orders td:nth-of-type(3):before, .my-account .order-history td:nth-of-type(3):before {
    content: "Order Date";
  }
  .my-account .unfinished-orders td:nth-of-type(4):before, .my-account .order-history td:nth-of-type(4):before {
    content: "Order Items";
  }
  .my-account .unfinished-orders td:nth-of-type(5):before, .my-account .order-history td:nth-of-type(5):before {
    content: "Order Totals";
  }
  .my-account .unfinished-orders td:nth-of-type(6):before, .my-account .order-history td:nth-of-type(6):before {
    content: "Actions";
  }
  .my-account .account-info-group .table > thead > tr > th:nth-of-type(3) {
    white-space: normal;
  }
}

@media (min-width: 768px) {
  .my-account .modal-content .discount-code {
    max-width: 40%;
    margin-left: 58.75%;
  }
  .my-account .modal-body .table > tbody > tr.cart-item > td {
    max-width: 300px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .wider-column {
    min-width: 160px;
  }
  .my-account .modal-body .table > tbody > tr.cart-item > td {
    max-width: 600px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.panel {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
}

lms-my-account-portal .badge, .courseAssignmentsTabs .badge {
  background-color: rgba(255, 255, 255, 0.75);
  color: #01548c;
  padding: 4px 7px;
  margin-left: 4px;
}

lms-my-account-portal td img.img, .courseAssignmentsTabs td img.img {
  max-width: 50px !important;
}

.lmsCourseHome {
  margin-top: 3em;
}

.lmsCourseHome .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}

.lmsCourseHome .progress {
  height: 30px;
}

.lmsCourseHome h2 {
  font-size: 1.875em;
}

.lmsCourseHome h3 {
  font-weight: 400;
  color: #01548c;
}

.lmsCourseHome .help-block {
  color: #313131;
}

.lmsCourseHome p.lead {
  font-size: 1.15em;
}

.lmsCourseHome .img-thumbnail {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 23px;
}

.lmsCourseHome .courseExpires {
  font-size: 1.25em;
  color: #01548c;
  font-weight: 400;
}

.lmsCourseHome .courseExpires .fa {
  display: none;
}

.lmsCourseHome .courseAssignmentsTabs a.btn.btn-sm.btn-warning.pull-right {
  border-radius: 6px;
  background-color: #80a0ce;
  color: white;
  border-color: #80a0ce;
  padding: 4px 10px;
  font-weight: 600;
  margin-top: -40px;
}

.lmsCourseHome .courseAssignmentsTabs .nav-tabs {
  border-bottom: 1px solid #01548c;
  margin-top: 55px;
}

.lmsCourseHome .courseAssignmentsTabs .nav-tabs > li > a {
  border: 0;
  font-size: .95em;
}

.lmsCourseHome .courseAssignmentsTabs .nav-tabs > li > a {
  background-color: #80a0ce;
  color: #fff;
  border-bottom: 1px solid #80a0ce;
  margin-right: 15px;
  padding: 6px 15px;
}

.lmsCourseHome .courseAssignmentsTabs .nav-tabs > li > a:hover {
  text-decoration: none !important;
  border-color: #01548c;
}

.lmsCourseHome .courseAssignmentsTabs .nav-tabs > li.active > a, .lmsCourseHome .courseAssignmentsTabs .nav-tabs > li.active > a:hover, .lmsCourseHome .courseAssignmentsTabs .nav-tabs > li.active > a:focus {
  background-color: #01548c;
  border: #01548c;
  color: #fff;
  border-bottom: 1px solid #01548c;
}

.lmsCourseHome .courseAssignmentsTabs .label {
  border-radius: 6px;
  line-height: 1.5em;
  display: inline-block;
  padding: 5px 10px;
}

.lmsCourseHome a.btn.btn-sm.btn-primary {
  background-color: #01548c;
  border: 0;
}

.lmsCourseHome a.btn.btn-sm.btn-primary:hover {
  background-color: #01548c;
}

.progress {
  min-height: 23px;
  margin-bottom: 15px;
}

.progress-striped, .progress-bar-striped {
  background-image: none;
  box-shadow: none;
  background-color: #01548c;
}

.progress-striped .progress-bar-warning, .progress-striped .progress-bar, .progress-striped .progress-bar.progress-bar-success, .progress-bar-striped .progress-bar-warning, .progress-bar-striped .progress-bar, .progress-bar-striped .progress-bar.progress-bar-success {
  background-image: none;
  box-shadow: none;
  background-color: #01548c;
}

tr.course_resources .fa-cloud-download {
  color: #80a0ce;
}

.modal-lms .panel {
  box-shadow: none;
}

.modal-lms .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-lms .modal-content {
  height: auto;
  min-height: 100%;
}

.modal-lms .panel-body {
  padding-top: 8px;
}

.modal-lms .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 25px;
}

.courseAssignmentsTabs .fa-cloud-download {
  color: #80a0ce;
}

lms-my-certifications button.btn.btn-success.btn-xs {
  border-radius: .25em;
  margin-bottom: 10px;
}

.my_account_section.courses .content {
  font-size: .8em;
}

.my_account_section.courses .nav > li > a {
  padding: 10px;
}

.my_account_section.courses .nav-tabs > li > a {
  border-radius: 6px 6px 0 0;
  line-height: 1.75em;
}

.my_account_section.courses .nav-tabs > li > a .fa {
  display: none;
}

.my_account_section.courses .nav-tabs > li.active > a, .my_account_section.courses .nav-tabs > li.active > a:hover, .my_account_section.courses .nav-tabs > li.active > a:focus {
  background-color: gainsboro;
  border-color: gainsboro;
}

@media (max-width: 767px) {
  lms-my-enrollments img, lms-manage-courses img {
    display: none !important;
  }
}

lms-my-enrollments small, lms-manage-courses small {
  display: none;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  lms-my-account-portal table td:nth-child(2), .courseAssignmentsTabs table td:nth-child(2) {
    width: 25%;
  }
  lms-my-account-portal small, .courseAssignmentsTabs small {
    display: none;
  }
  lms-my-account-portal td img.img, .courseAssignmentsTabs td img.img {
    max-width: 80px !important;
  }
  .my_account_section.courses .nav > li > a {
    padding: 8px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  lms-my-account-portal td img.img, .courseAssignmentsTabs td img.img {
    max-width: 150px !important;
  }
  .my_account_section.courses .nav > li > a {
    padding: 10px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .my_account_section.courses .content {
    font-size: .9em;
  }
}

.wizard-slide .lead, .panel-body .lead {
  font-size: 1.25em;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #01548c;
}

.wizard-slide .well, .panel-body .well {
  margin-top: 20px;
  background-color: #eeeeee;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  margin-left: -15px;
  margin-right: -15px;
}

.wizard-slide .well .btn-success, .panel-body .well .btn-success {
  background-color: #01548c;
}

.wizard-slide .well .btn-success:hover, .panel-body .well .btn-success:hover {
  background-color: #01548c;
}

.wizard-slide .well .btn-success[disabled], .panel-body .well .btn-success[disabled] {
  background-color: #01548c;
  border-color: #01548c;
}

.wizard-slide .well .member-fields .form-group, .panel-body .well .member-fields .form-group {
  margin-right: 0 !important;
}

.wizard-slide .well .member-fields .col-sm-6, .panel-body .well .member-fields .col-sm-6 {
  padding-right: 0 !important;
}

.wizard-slide .well .label-danger, .panel-body .well .label-danger {
  background-color: #45a7b0;
  margin-right: 10px;
}

.wizard-slide .well .col-sm-6:first-of-type h4, .panel-body .well .col-sm-6:first-of-type h4 {
  margin-top: -8px;
  color: #01548c;
  font-weight: 300;
  font-size: 1.5em;
}

.wizard-slide .table > thead > tr > th, .panel-body .table > thead > tr > th {
  border-bottom: 1px solid #b9b9b9;
}

.wizard-slide .table-striped > tbody > tr, .panel-body .table-striped > tbody > tr {
  border-bottom: 1px solid #b9b9b9;
  background-color: #fff;
}

.wizard-slide .label-warning, .panel-body .label-warning {
  border-radius: 0;
  background-color: #9ee4d7;
}

.progress {
  background-color: #ddd;
  box-shadow: none;
}

.account-info-group .overlay-wrapper {
  border-radius: 6px;
}

.account-info-group .overlay-wrapper .btn-primary {
  padding: 10px 16px;
  background-color: #db3800;
}

.account-info-group .overlay-wrapper .btn-primary:hover {
  background-color: #a82b00;
}

.account-info-group .overlay-wrapper .lead {
  font-weight: 500;
}

.panel {
  background-color: transparent;
}

.panel-body {
  background-color: #fff;
}

.panel-heading {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.panel-heading span {
  font-size: 1.5em;
  font-weight: 500;
}

.panel-footer {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.wizard-slide .input-group-btn button {
  height: 40px;
  margin-top: 5px;
}

.wizard-slide .btn-default {
  background-color: #80a0ce;
  color: white !important;
  border-radius: 6px !important;
  font-weight: 700;
  transition: .2s ease;
  border: 0;
  width: 30% !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
  margin-bottom: 30px;
}

.wizard-slide .btn-default:hover {
  transform: scale(1.15);
  transition: .2s ease;
  background-color: #01548c;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.wizard-slide .input-group-btn:last-child > .btn, .wizard-slide .input-group-btn:last-child > .btn-group {
  margin-left: 0;
  margin-top: 5px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.homepageBodyContainer {
  margin-top: 70px;
}

.homepageBodyContainer #mainContent {
  margin-top: 50px;
}

.homepageBodyContainer .row > .col-sm-12 {
  padding: 0;
}

#homepageSiteTitle {
  max-width: 1200px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 25px;
}

#homepageSiteTitle h1 {
  color: #80a0ce;
  font-size: .9em;
  font-weight: 500;
}

#homepageSiteTitle h1 span {
  font-style: italic;
}

#homepageSiteTitle .subsiteTitle:after {
  content: '';
  background: url(../css/img/iofm-light-blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 11px;
  width: 40px;
  position: absolute;
  top: 22px;
  right: -46px;
}

#homepageSiteTitle .subsiteTitle h1 span.subsiteTitleBy {
  font-style: normal;
  font-weight: 600;
  font-size: .7em;
}

#fullWidthFeature {
  margin: 80px auto;
  width: 100%;
  padding: 80px;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, white 100%), url(https://divcomplatform.s3.amazonaws.com/asap-staging.divcomstaging.com/images/211954e72716f78ab69691aa6bd2e621.png);
  background-size: cover;
  text-align: right;
}

#fullWidthFeature:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: " ";
  background: url(../css/img/circle-stripe-green.png);
  background-repeat: no-repeat;
  background-position: left calc(100% + 120px);
  background-size: 240px auto;
  z-index: 500;
}

#fullWidthFeature h2 {
  width: 100%;
  padding-left: 60%;
  color: #444;
  font-size: 2.5em;
}

#fullWidthFeature p {
  width: 100%;
  padding-left: 60%;
  display: inline-block;
}

.webinarsHomepageCL, .articlesHomepageCL {
  padding-left: 15px;
  padding-right: 15px;
}

.webinarsHomepageCL h2, .articlesHomepageCL h2 {
  font-family: "Raleway", sans-serif;
  color: #444;
}

.webinarsHomepageCL p, .articlesHomepageCL p {
  line-height: 1.25em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.webinarsHomepageCLWrap, .articlesHomepageCLWrap {
  margin: 0 15px;
  min-height: 100px;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner, .webinarsHomepageCLWrap .articlesHomepageCLInner, .articlesHomepageCLWrap .webinarsHomepageCLInner, .articlesHomepageCLWrap .articlesHomepageCLInner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
  margin-top: 18px;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner .col-sm-3, .webinarsHomepageCLWrap .articlesHomepageCLInner .col-sm-3, .articlesHomepageCLWrap .webinarsHomepageCLInner .col-sm-3, .articlesHomepageCLWrap .articlesHomepageCLInner .col-sm-3 {
  padding: 0;
  min-height: 70px;
  min-width: 70px;
  display: inline-block;
  vertical-align: top;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner .col-sm-3 .t3p0-field-file, .webinarsHomepageCLWrap .articlesHomepageCLInner .col-sm-3 .t3p0-field-file, .articlesHomepageCLWrap .webinarsHomepageCLInner .col-sm-3 .t3p0-field-file, .articlesHomepageCLWrap .articlesHomepageCLInner .col-sm-3 .t3p0-field-file {
  max-width: 70px;
  border-radius: 100px;
  overflow: hidden;
  background-color: gainsboro;
  min-height: 70px;
  min-width: 70px;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner .col-sm-3 .t3p0-field-file img, .webinarsHomepageCLWrap .articlesHomepageCLInner .col-sm-3 .t3p0-field-file img, .articlesHomepageCLWrap .webinarsHomepageCLInner .col-sm-3 .t3p0-field-file img, .articlesHomepageCLWrap .articlesHomepageCLInner .col-sm-3 .t3p0-field-file img {
  max-width: inherit !important;
  height: 70px;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner .col-sm-9, .webinarsHomepageCLWrap .articlesHomepageCLInner .col-sm-9, .articlesHomepageCLWrap .webinarsHomepageCLInner .col-sm-9, .articlesHomepageCLWrap .articlesHomepageCLInner .col-sm-9 {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner h3, .webinarsHomepageCLWrap .articlesHomepageCLInner h3, .articlesHomepageCLWrap .webinarsHomepageCLInner h3, .articlesHomepageCLWrap .articlesHomepageCLInner h3 {
  font-size: 1em;
  margin: 0;
}

.webinarsHomepageCLWrap .webinarsHomepageCLInner .t3p0-field-date, .webinarsHomepageCLWrap .articlesHomepageCLInner .t3p0-field-date, .articlesHomepageCLWrap .webinarsHomepageCLInner .t3p0-field-date, .articlesHomepageCLWrap .articlesHomepageCLInner .t3p0-field-date {
  font-size: .75em;
  font-weight: 600;
  text-transform: uppercase;
}

.articlesHomepageCLInner .t3p0-field.t3p0-field-wysiwyg p {
  display: none;
}

.advanceYourCareerWrap {
  background-color: #eeeeee;
}

.advanceYourCareerWrap .mainContainer {
  display: flex;
  justify-content: space-evenly;
  flex-flow: column wrap;
  padding-bottom: 10px;
}

.advanceYourCareerWrap .mainContainer .aycIntro {
  font-style: italic;
  padding: 10px 0;
  font-size: 1.25em;
  text-align: center;
  color: #888888;
}

.advanceYourCareerWrap .mainContainer .aycFirst, .advanceYourCareerWrap .mainContainer .aycSecond, .advanceYourCareerWrap .mainContainer .aycThird {
  display: flex;
  padding: 10px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.advanceYourCareerWrap .mainContainer .aycFirst a, .advanceYourCareerWrap .mainContainer .aycSecond a, .advanceYourCareerWrap .mainContainer .aycThird a {
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;
}

.advanceYourCareerWrap .mainContainer .aycFirst a:hover, .advanceYourCareerWrap .mainContainer .aycSecond a:hover, .advanceYourCareerWrap .mainContainer .aycThird a:hover {
  text-decoration: none;
}

.advanceYourCareerWrap .mainContainer .aycThird img {
  max-width: 60px;
}

.advanceYourCareerWrap .mainContainer .aycNumber {
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: gainsboro;
  overflow: hidden;
  color: white;
  font-family: "Raleway", sans-serif;
  border-radius: 50px;
  line-height: 27px;
  font-size: 1.125em;
  margin-right: 10px;
  margin-top: 3px;
}

.webinarsHomepageCLWrap:last-of-type, .articlesHomepageCLWrap:last-of-type {
  display: none;
}

#facebookFeed {
  background: #eee;
  text-align: center;
}

#paceSealBucket {
  margin-bottom: 40px;
  padding: 20px;
  background: linear-gradient(to bottom, #3a2c89 0%, #45a7b0 100%);
  transition: .2s ease;
}

#paceSealBucket img {
  transition: .75s ease !important;
}

#paceSealBucket:hover {
  transform: scale(1.1);
  transition: .2s ease;
  box-shadow: 0 0 80px #45a7b0;
}

#paceSealBucket:hover img {
  transition: .75s ease !important;
  transform: rotate(360deg);
}

#paceSealBucket .row {
  display: flex;
  align-items: center;
}

#paceSealBucket p {
  color: #fff;
  line-height: normal;
  font-weight: bold;
}

#paceSealBucket h3 {
  color: #fff;
}

#apcBucket {
  margin-bottom: 40px;
  padding: 20px;
  background: #005da6;
  transition: .2s ease;
}

#apcBucket img {
  transition: .2s ease !important;
}

#apcBucket:hover {
  transform: scale(1.1);
  transition: .2s ease;
  box-shadow: 0 0 80px #005da6;
}

#apcBucket:hover .apcLogoMark img {
  transition: .2s ease !important;
  transform: scale(1.2);
}

#apcBucket .row {
  display: flex;
  align-items: center;
}

#apcBucket p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}

#apcBucket p span {
  text-transform: lowercase;
  font-style: italic;
}

#apcBucket .apcLogoMark img {
  margin: 20px 0 -24px -30px;
}

.row.bucketMarginFix {
  margin: 0 !important;
}

.row.bucketMarginFix:after {
  margin: 0 0 -320px 160px;
  width: 240px;
  height: 80px;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 10;
  content: " ";
  background: url(../css/img/circle-stripe-green.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 240px auto;
}

.bucketLinkContainer {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  transition: .2s ease;
}

.bucketLinkContainer:hover {
  transform: scale(0.95);
  transition: .2s ease;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25);
}

.bucketLinkContainer:first-child {
  background: #db3800;
  background: url(../css/img/circle-stripe-orange.png), linear-gradient(45deg, #db3800 0%, #ff4c0f 100%);
  background-size: 240px auto, auto auto;
  background-position: -80px -80px, center center;
  background-repeat: no-repeat, no-repeat;
}

.bucketLinkContainer:last-child {
  background: #0076b5;
}

.bucketLinkContainer #bucketLink1, .bucketLinkContainer #bucketLink2 {
  position: absolute;
  bottom: 0;
  padding: 20px;
  line-height: normal;
}

.bucketLinkContainer #bucketLink1 h2, .bucketLinkContainer #bucketLink2 h2 {
  color: #fff;
}

.bucketLinkContainer #bucketLink1 a, .bucketLinkContainer #bucketLink2 a {
  color: #fff;
}

#testimonialsContainer {
  margin: 80px auto 0;
  color: #444;
  min-height: 480px;
  background: url(../css/img/testimonial-stars.png);
  background-repeat: no-repeat;
  background-size: 520px auto;
  background-position: center 92px;
}

#testimonialsContainer h2 {
  height: 90px;
  font-size: 8rem;
  font-family: "Times New Roman", Times, serif;
}

#testimonialsContainer h2, #testimonialsContainer h3 {
  text-align: center;
  color: #005da6;
}

#testimonialsContainer h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 1.5rem;
}

#testimonialsContainer .carousel-caption {
  width: 100%;
  position: relative;
}

#testimonialsContainer .carousel-caption p {
  width: 50%;
  float: none;
  margin: 0 auto;
  text-align: center;
  padding-right: 0;
  font-style: italic;
}

#testimonialsContainer .carousel-caption p a {
  color: #888;
  text-decoration: none;
  line-height: 36px;
}

#testimonialsContainer img {
  margin-bottom: 40px;
  width: 80px;
  border-radius: 50%;
}

#testimonialsContainer .carousel-inner .item:before {
  background: none;
}

#testimonialsContainer .carousel-indicators {
  padding-right: 0;
  bottom: 0;
  text-align: center;
}

#testimonialsContainer .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffe4db;
}

#testimonialsContainer .carousel-indicators li.active {
  background: #db3800;
}

.searchHomepageWrap, .hotSearchesWrap {
  display: none;
}

.findingSuccessRowWrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 50px;
}

.findingSuccessRowWrap .carousel-indicators {
  display: none;
}

.findingSuccessRowWrap .carousel-inner .item {
  height: auto;
  min-height: 55px;
}

.findingSuccessRowWrap .carousel-inner .item:before {
  background: none;
}

.findingSuccessSliderCol {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.missionStatementHomepage {
  max-width: 800px;
  text-align: justify;
  text-align-last: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.missionStatementHomepage p {
  line-height: 2em;
}

.missionStatementHomepage:after {
  display: inline-block;
  content: '';
  height: 2px;
  width: 80px;
  margin: 0 auto;
  background: #db3800;
}

.findingSuccessTitleCol {
  width: 100%;
  display: block;
  text-align: center;
}

.findingSuccessTitle p {
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-size: .8em;
  font-weight: 700;
}

.findingSuccessTitle p span {
  text-transform: none;
  font-style: italic;
}

.ctaHomepageWrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 30px;
}

.ctaHomepageWrap .col-sm-6 {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
}

.ctaHomepageWrap .apHomepageCTA, .ctaHomepageWrap .arHomepageCTA {
  position: relative;
}

.ctaHomepageWrap .apHomepageCTA img, .ctaHomepageWrap .arHomepageCTA img {
  width: 100%;
}

.ctaHomepageWrap .apHomepageLinkCTA, .ctaHomepageWrap .arHomepageLinkCTA {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.325em;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0px 0px 75px rgba(0, 0, 0, 0.25);
}

.ctaHomepageWrap .apHomepageLinkCTA a, .ctaHomepageWrap .arHomepageLinkCTA a {
  color: white;
  text-decoration: none;
}

.ctaHomepageWrap .apHomepageLinkCTA a:hover, .ctaHomepageWrap .arHomepageLinkCTA a:hover {
  text-decoration: none;
}

.webinarsAndUpcomingEventsRow {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.webinarsAndUpcomingEventsRow h2 {
  color: #323232;
  padding-top: 20px;
  margin-bottom: 15px;
}

.webinarsAndUpcomingEventsRow:before {
  content: '';
  border-top: 1px solid gainsboro;
  width: 100%;
  position: absolute;
  left: 0;
}

.webinarsAndUpcomingEventsRow .webinarsCollectionHomepage {
  max-width: 560px;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap {
  margin: 0;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap:first-of-type .collectionRowInner {
  border-top: 0;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid gainsboro;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner .col-sm-3 {
  max-width: 90px;
  padding-left: 0;
  float: left;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner .featuredImage {
  width: 80px;
  height: 80px;
  background-color: #80a0ce;
  overflow: hidden;
  border-radius: 100px;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner .featuredImage img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner .featuredImage .fa.fa-laptop {
  width: 100%;
  text-align: center;
  font-size: 2.25em;
  color: #fff;
  line-height: 75px;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner .publishDate {
  font-size: .9em;
}

.webinarsAndUpcomingEventsRow .collectionRowWrap .collectionRowInner h3 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 5px;
}

a.viewMoreWebinars {
  margin-top: 20px;
  display: inline-block;
}

.upcomingEventsColHomepage {
  padding-bottom: 50px;
}

.upcomingEventsColHomepage .upcomingEventsHomepage {
  padding-top: 20px;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg {
  position: relative;
  margin-bottom: 40px;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaTextEvents, .upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaDate {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  text-decoration: none;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaTextEvents:hover, .upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaDate:hover {
  text-decoration: none;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaTextEvents {
  top: 30%;
  border-radius: 6px;
  width: auto;
  max-width: 300px;
  left: 50%;
  margin-left: -150px;
  padding-top: 8px;
  padding-bottom: 7px;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg .chapterBtn {
  background-color: #01548c;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg .fallConfBtn {
  background-color: #80a0ce;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg .springConfBtn {
  background-color: white;
  color: #121627 !important;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaDate {
  top: 68%;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .1em;
}

.upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg img {
  width: 100%;
}

.statsHomepageRow {
  background-color: #121627;
  padding-top: 45px;
}

.statsHomepageRow .numberStatsWrap {
  font-size: 3em;
  font-weight: 400;
  color: white;
}

.statsHomepageRow .numberStatsWrap span.numberStat {
  padding: 0 5px;
  background-color: transparent;
  background: #121627;
  background: linear-gradient(to bottom, #121627 0%, rgba(255, 255, 255, 0.1) 100%);
  margin: 1px;
  border-radius: 4px;
}

.statsHomepageRow .numberStatsWrap span.plusSign {
  margin-left: 10px;
}

.statsHomepageRow h3 {
  color: white;
  font-weight: 700;
}

.statsHomepageRow p {
  font-size: .95em;
  line-height: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
}

.statsHomepageRow:before {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../css/img/round-rect-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  margin-top: -105px;
  margin-left: 20px;
}

.statsHomepageRow .mainContainer {
  display: flex;
  justify-content: space-evenly;
  flex-flow: column wrap;
}

.statsHomepageRow .mainContainer > div {
  text-align: center;
  padding-bottom: 35px;
}

.askTheExpertsHomepageRow {
  min-height: 240px;
  background-color: #eee;
}

.askTheExpertsHomepageRow .askTheExpertsInner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
}

.askTheExpertsHomepageRow .askTheExpertsInner span.whiteText {
  color: #888;
}

.askTheExpertsHomepageRow .askTheExpertsInner span.darkText {
  color: #121627;
}

.askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts {
  padding-top: 40px;
  text-align: center;
}

.askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts h2, .askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts .fa {
  color: #01548c;
}

.askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts .fa {
  margin-right: 15px;
  font-size: 2em;
}

.askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts h2 {
  display: inline-block;
  margin-top: 0;
  font-size: 2.125em;
  font-weight: 400;
  margin-bottom: 20px;
}

.askTheExpertsHomepageRow .askTheExpertsInner .rightSideTextExperts {
  text-align: center;
}

.askTheExpertsHomepageRow .askTheExpertsInner .rightSideTextExperts .yellowBtn {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.askTheExpertsHomepageRow .askTheExpertsInner img {
  display: none;
}

.leadGenBuckets {
  padding-left: 25px;
  padding-right: 25px;
}

.leadGenBucket {
  padding-bottom: 40px;
}

.leadGenBucket:last-child {
  padding-bottom: 0;
}

.homepageLeadGenWrapper {
  padding-bottom: 50px;
  text-align: center;
}

.homepageLeadGenWrapper .leadGenWrapper .leadGenImageWrapper {
  margin-bottom: 25px;
}

.homepageLeadGenWrapper .leadGenWrapper:before {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../css/img/red-blue-round-rects.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  margin-bottom: -100px;
  margin-left: -100px;
  z-index: 99;
  display: none;
}

.homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper {
  display: block;
}

.homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper p {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 1.1em;
}

.homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper h2 {
  text-align: center;
}

.homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper .col-sm-12 > h2 {
  color: #db3800;
  margin-top: 0;
  margin-bottom: 25px;
}

#whatAreYouWaitingFor {
  margin-top: 30px;
}

body.ap .ctaHomepageWrap, body.ap .statsHomepageRow, body.ar .ctaHomepageWrap, body.ar .statsHomepageRow {
  display: none;
}

body.ap .missionStatementHomepage, body.ar .missionStatementHomepage {
  padding-top: 40px;
}

.moreResourcesLink {
  display: block;
  clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125em;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 768px) {
  .missionStatementHomepage {
    padding-left: 0;
    padding-right: 0;
  }
  .homepageLeadGenWrapper {
    text-align: left;
  }
  .homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper h2 {
    text-align: left;
  }
  .homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper p {
    font-size: .9em;
    line-height: 1.5em;
  }
  .leadGenBuckets {
    padding-left: 0;
    padding-right: 0;
  }
  .leadGenBucket {
    padding-bottom: 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .upcomingEventsColHomepage {
    padding-bottom: 50px;
  }
  .upcomingEventsColHomepage .upcomingEventsHomepage {
    padding-top: 70px;
  }
  .upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg {
    transition: .25s ease;
  }
  .upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg a.ctaTextEvents {
    top: 40%;
  }
  .upcomingEventsColHomepage .upcomingEventsHomepage .ctaUpcomingEventsImg:hover {
    transform: scale(1.1);
    transition: .25s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  }
  .ctaHomepageWrap .col-sm-6 {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .searchHomepageWrap {
    display: block;
  }
  .searchHomepageWrap .searchCol {
    margin-top: -40px;
  }
  .searchHomepageWrap .searchBlock {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .searchHomepageWrap .searchBlock:before {
    width: 80px;
    height: 80px;
    background: url(../css/img/round-rect-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    margin-top: -10px;
    margin-left: -40px;
  }
  .searchHomepageWrap .searchBlock form {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 40px;
  }
  .searchHomepageWrap .searchBlock form button.searchIconBtn {
    background-color: #01548c;
    width: 15%;
    margin-top: 0;
    height: 75px;
    border-radius: 0 40px 4px 0;
    background-size: 30%;
    background-position: center center;
    transition: .1s ease;
  }
  .searchHomepageWrap .searchBlock form button.searchIconBtn:hover {
    background-color: #0172bf;
    transition: .1s ease;
  }
  .searchHomepageWrap .searchBlock form button.searchIconBtn:active {
    background-color: #01548c;
    transition: .1s ease;
    background-size: 25%;
  }
  .searchHomepageWrap .searchBlock input.searchField {
    height: 75px;
    padding-left: 230px;
    border: 0;
    border-radius: 4px 0 0 40px;
    width: 85%;
    background: white;
    color: #888888;
    font-size: 1.1em;
  }
  .searchHomepageWrap .searchBlock input.searchField:-ms-input-placeholder {
    color: #888888;
  }
  .searchHomepageWrap .searchBlock input.searchField::placeholder {
    color: #888888;
  }
  .homepageBodyContainer {
    margin-top: 30px;
  }
  .webinarsHomepageCL, .articlesHomepageCL {
    padding-right: 15%;
    padding-left: 0;
  }
  .webinarsHomepageCLWrap .webinarsHomepageCLInner .col-sm-3, .webinarsHomepageCLWrap .articlesHomepageCLInner .col-sm-3, .articlesHomepageCLWrap .webinarsHomepageCLInner .col-sm-3, .articlesHomepageCLWrap .articlesHomepageCLInner .col-sm-3 {
    min-width: auto;
  }
  .advanceYourCareerWrap .mainContainer {
    padding-left: 15px;
    padding-bottom: 0;
    flex-flow: row wrap;
  }
  .advanceYourCareerWrap .mainContainer .aycIntro {
    padding: 20px 0;
  }
  .advanceYourCareerWrap .mainContainer .aycFirst, .advanceYourCareerWrap .mainContainer .aycSecond, .advanceYourCareerWrap .mainContainer .aycThird {
    padding: 20px 0;
    transition: .25s ease;
    margin-left: 0;
    margin-right: 0;
  }
  .advanceYourCareerWrap .mainContainer .aycFirst:hover, .advanceYourCareerWrap .mainContainer .aycSecond:hover, .advanceYourCareerWrap .mainContainer .aycThird:hover {
    transform: scale(1.1);
    transition: .25s ease;
  }
  .moreBtnWrap {
    text-align: left;
  }
  .hotSearchesWrap {
    text-align: center;
    display: block;
    padding-top: 15px;
    font-size: .9em;
    font-weight: 700;
  }
  .hotSearchesWrap .t3p0-field.t3p0-field-menu {
    display: inline-block;
  }
  .hotSearchesWrap .t3p0-field.t3p0-field-menu ul {
    padding-left: 8px;
  }
  .hotSearchesWrap .t3p0-field.t3p0-field-menu ul li {
    display: inline-block;
  }
  .hotSearchesWrap .t3p0-field.t3p0-field-menu ul li:before {
    content: "•";
    color: #121627;
    margin-right: 10px;
    margin-left: 10px;
  }
  .hotSearchesWrap .hotSearchesTitle {
    display: inline-block;
    color: #b9b9b9;
  }
  .hotSearchesWrap .hotSearchesTitle:before {
    content: " ";
    width: 16px;
    height: 25px;
    background: url(../css/img/fire-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: -5px;
  }
  #homepageSiteTitle {
    top: 85px;
  }
  #homepageSiteTitle .subsiteTitle:after {
    top: 30px;
    width: 48px;
    height: 13px;
    right: -56px;
  }
  #homepageSiteTitle h1 {
    font-size: 1.5em;
    padding-left: 0;
  }
  .carousel-caption h3, .carousel-caption p {
    padding-left: 10px;
  }
  body.ap .searchHomepageWrap .searchCol, body.ar .searchHomepageWrap .searchCol {
    margin-top: 0;
  }
  body.ap .hotSearchesTitle, body.ar .hotSearchesTitle {
    color: #888888;
  }
  body.ap #homepageSiteTitle, body.ar #homepageSiteTitle {
    top: 160px;
  }
  body.ap .searchHomepageWrap, body.ap .hotSearchesWrap, body.ar .searchHomepageWrap, body.ar .hotSearchesWrap {
    background-color: #eeeeee;
  }
  body.ap .searchHomepageWrap, body.ar .searchHomepageWrap {
    margin-top: 0;
    padding-top: 30px;
    background-color: #eeeeee;
  }
  body.ap .searchHomepageWrap .searchBlock:before, body.ar .searchHomepageWrap .searchBlock:before {
    display: none;
  }
  body.ap .hotSearchesWrap ul, body.ar .hotSearchesWrap ul {
    margin-bottom: 20px;
  }
  body.ap .subsiteRowWrap, body.ar .subsiteRowWrap {
    margin-left: 0;
  }
  body.ap .missionStatementHomepage, body.ar .missionStatementHomepage {
    padding-top: 0;
  }
  body.ap .rightSideTextExperts:after, body.ar .rightSideTextExperts:after {
    display: none;
  }
  body.ap .webinarsAndUpcomingEventsRow, body.ar .webinarsAndUpcomingEventsRow {
    margin-bottom: 0;
  }
  .findingSuccessSliderCol {
    width: 75%;
    margin-bottom: 0;
  }
  .findingSuccessRowWrap {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .findingSuccessTitleCol {
    width: auto;
    text-align: left;
    display: inline-block;
  }
  .findingSuccessTitle p {
    display: inline-block;
    float: left;
    line-height: 55px;
  }
  .apHomepageCTA {
    margin-right: 20px;
  }
  .arHomepageCTA {
    margin-left: 20px;
  }
  .apHomepageCTA, .arHomepageCTA {
    transition: .25s ease;
  }
  .apHomepageCTA:hover, .arHomepageCTA:hover {
    transform: scale(1.1);
    transition: .25s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  }
  .webinarsAndUpcomingEventsRow .webinarsColHomepage {
    padding-left: 15px;
    padding-right: 25px;
  }
  .webinarsAndUpcomingEventsRow .webinarsColHomepage .webinarsCollectionHomepage {
    padding-top: 50px;
  }
  .webinarsAndUpcomingEventsRow .upcomingEventsColHomepage {
    padding-left: 25px;
    padding-right: 15px;
  }
  .statsHomepageRow .mainContainer {
    flex-flow: row wrap;
  }
  .statsHomepageRow .mainContainer > div {
    width: 33.3%;
  }
  a.viewMoreWebinars {
    margin-top: 40px;
  }
  .askTheExpertsHomepageRow {
    max-height: 240px;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts {
    float: left;
    text-align: left;
    width: 30%;
    padding-top: 60px;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner .leftSideTextExperts .fa {
    float: left;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner .rightSideTextExperts {
    float: right;
    padding-top: 40px;
    text-align: right;
    padding-top: 60px;
    width: 25%;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner .rightSideTextExperts:after {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../css/img/red-blue-round-rects.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    margin-top: 85px;
    transform: rotate(180deg);
    position: absolute;
    right: 25px;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner img {
    display: block;
    max-width: 630px;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -315px;
  }
  .homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper h2 {
    text-align: left;
  }
  .homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper p {
    font-size: 1.1em;
    line-height: 2em;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .carousel-caption h3, .carousel-caption p {
    padding-left: 0;
  }
  #homepageSiteTitle {
    left: 50%;
    margin-left: -600px;
  }
  .webinarsAndUpcomingEventsRow .webinarsColHomepage {
    padding-left: 0;
  }
  .webinarsAndUpcomingEventsRow .upcomingEventsColHomepage {
    padding-right: 0;
  }
  .findingSuccessSliderCol {
    float: right;
    padding-right: 0;
  }
  .ctaHomepageWrap .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .findingSuccessTitleCol {
    padding-left: 0;
  }
  .findingSuccessTitle p {
    font-size: .9em;
  }
  .homepageLeadGenWrapper {
    padding-bottom: 150px;
  }
  .homepageLeadGenWrapper .leadGenWrapper .leadGenTextWrapper {
    padding-left: 75px;
  }
  .homepageLeadGenWrapper .leadGenWrapper:before {
    display: block;
    width: 200px;
    height: 200px;
    margin-top: 280px;
    margin-left: -120px;
  }
  .askTheExpertsHomepageRow .askTheExpertsInner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Conference Recording Pages */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.conference-recording-list .productPrice, .conference-recording-list .productPriceMembers {
  font-size: 1.25em;
  margin: 10px 0;
}

.conference-recording .productListing {
  margin-top: 15px;
}

.conference-recording .add-to-cart, .conference-recording-list a.read-more-link {
  margin-bottom: 15px;
}

#userIsPremiumMember .conference-recording .productPrice.crPackagePrice .t3p0-field.t3p0-field-text,
#userIsPremiumMember .conference-recording-list .productPrice.crPackagePrice .t3p0-field.t3p0-field-text {
  text-decoration: none;
}

#userIsNotPremiumMember .conference-recording .productPriceMembers,
#userIsNotPremiumMember .conference-recording-list .productPriceMembers {
  display: block;
}

#userIsNotPremiumMember .conference-recording .productPriceMembers.crPackagePrice,
#userIsNotPremiumMember .conference-recording-list .productPriceMembers.crPackagePrice {
  display: none;
}

.eventBlock {
  background-color: #ffeac5;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.eventBlock:nth-child(2) {
  background-color: #b7cae7;
}

.eventBlock:nth-child(3) {
  background-color: #cfe0c0;
}

.eventBlock h2 {
  color: #01548c;
  font-size: 1.25em;
}

.eventBlock p {
  font-size: .9rem;
}

.eventBlock .lightBlueBtn {
  position: relative;
  width: 54%;
  margin: auto;
}

.eventBlock .eventImage {
  padding: 0;
  overflow: hidden;
  padding-bottom: 40%;
}

.eventBlock .eventImage img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .eventBlock {
    display: flex;
    align-items: center;
  }
  .eventBlock .eventImage {
    padding-bottom: 25%;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.ask-the-expert #header, .ask-the-experts #header {
  position: relative;
  z-index: 99999;
}

canvas {
  margin: -400px 0 -300px -15px;
}

.ctArticleBody p {
  margin: 0 0 20px;
}

.askOrSearch {
  text-align: center;
}

.askOrSearch .submitYourQuestion {
  display: inline-block;
  background: #db3800;
  border-radius: 6px;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: .9em;
  line-height: 2.75rem;
  transition: all 0.2s;
}

.askOrSearch .submitYourQuestion:hover {
  transform: scale(1.1);
  transition: all 0.2s;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.askOrSearch hr {
  margin: 60px auto;
  height: 1px;
  background: #ddd;
  border: 0;
}

.askOrSearch hr:after {
  position: absolute;
  margin-top: -20px;
  left: calc(50% - 20px);
  content: 'or';
  height: 40px;
  width: 40px;
  display: -ms-grid;
  display: grid;
  align-items: center;
  background: #ddd;
  color: #fff;
  font-style: italic;
  text-align: center;
  border-radius: 50%;
}

.askOrSearch input {
  height: 60px;
  width: 80%;
  background: #eee;
  border-radius: 30px;
  border: 0;
  padding-left: 60px;
  background-image: url(../css/img/search-icon-gray.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px auto;
}

.askForm .fsField, .askForm .fsRequired, .askForm .fsBody .fsForm .fsForm select.fsRequired, .askForm .fsBody .fsForm .fsForm textarea.fsRequired, .askForm .fsBody .fsForm .fsRowBody input[type=email].fsRequired, .askForm .fsBody .fsForm .fsRowBody input[type=number].fsRequired, .askForm .fsBody .fsForm .fsRowBody input[type=tel].fsRequired, .askForm .fsBody .fsForm .fsRowBody input[type=text].fsRequired {
  border: 1px solid #cfd4d8 !important;
  border-radius: 0 !important;
}

.expertCollections {
  margin: 40px 0 80px;
  border-top: 1px solid #ddd;
}

.expertCollections .expertMiniCollection {
  width: 100%;
  float: left;
  display: inline-block;
  padding-bottom: 80px;
}

.expertCollections .expertMiniCollection .viewAllLink {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  width: calc(100% - 80px);
  display: inline-block;
  padding-top: 10px;
  color: #01548c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
}

.expertCollections .expertMiniCollection .viewAllLink:after {
  content: '+';
  margin-left: 4px;
  color: #db3800;
  display: inline-block;
}

.expertCollections h2 {
  color: #121627;
}

.expertCollections h3 {
  color: #01548c;
}

.expertCollections h4 {
  margin: 10px 0;
}

.expertCollections h4 a {
  display: inline-block;
  line-height: 1.5rem;
}

.expertCollections a {
  font-size: 1rem;
  font-weight: 600;
}

.expertCollections a:after {
  margin-left: 4px;
  content: '›';
  display: inline-block;
  color: #db3800;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .expertMiniCollection {
    width: 30% !important;
    margin: 0 5% 0 0;
  }
  .expertMiniCollection:nth-of-type(3) {
    margin: 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/** a2z / Supplier Directory Site Styles **/
.dc-az-breadcrumbs {
  margin: 30px 0;
}

/************************
 *
 * LIST PAGE CSS
 *
*************************/
.dc-az-list-container .dc-az-head-container {
  margin: 20px 0 30px;
}

.dc-az-list-container div.dc-az-breadcrumbs {
  margin-top: 30px;
}

.dc-az-list-container .dc-az-name a {
  color: #6e215c;
  transition: background-color 0.3s;
}

.dc-az-list-container .dc-az-name a:hover {
  color: #8b4987;
}

.dc-az-list-container td.dc-az-state, td.dc-az-country {
  text-align: center;
}

.dc-az-list-container .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}

.dc-az-list-container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #919191;
}

.dc-exhibitorlist-detail-left-wrapper {
  margin-bottom: 40px;
  width: 25%;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

.dc-exhibitorlist-detail-right-wrapper {
  float: left;
  width: 70%;
  margin-bottom: 30px;
}

table.dataTable tbody tr:hover {
  background-color: #f2f2f2;
}

.dataTables_wrapper .dataTables_info {
  color: #6c6c6c !important;
}

#dc-az-list-wrapper .table-responsive {
  overflow-x: visible;
}

#dc-az-exhibitor-list_paginate #dc-az-exhibitor-list_previous a, #dc-az-exhibitor-list_paginate #dc-az-exhibitor-list_next a {
  border-radius: 0px;
}

#dc-az-exhibitor-list_paginate .pagination > .active > a, #dc-az-exhibitor-list_paginate .pagination > .active > a:hover, #dc-az-exhibitor-list_paginate .pagination > .active > a:focus, #dc-az-exhibitor-list_paginate .pagination > .active > span, #dc-az-exhibitor-list_paginate .pagination > .active > span:hover, #dc-az-exhibitor-list_paginate .pagination > .active > span:focus {
  color: #fff;
  background-color: #919191;
  border-color: #919191;
}

#dc-az-exhibitor-list_paginate .pagination > li > a {
  color: #919191;
  background-color: #fff;
  border: 1px solid #919191;
}

#dc-az-exhibitor-list_paginate .pagination > li > a:hover {
  color: #fff;
  background-color: #919191;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: 0px !important;
  margin: 0 3px;
}

/************************
 *
 * DETAIL / VIEW PAGE CSS
 *
*************************/
.dc-az-exhibitor-other-details a {
  color: #fff;
}

.t3p0-sd-product-detail-container .panel-header {
  padding: 10px 25px 0;
}

.t3p0-sd-product-detail-container .panel-body {
  padding-top: 0;
}

.t3p0-sd-product-detail-container .panel-heading h4 {
  color: #543019 !important;
}

.dc-exhibitor-content .tab-content {
  margin-bottom: 50px;
}

.dc-exhibitor-content {
  max-width: 1140px;
  margin: 0px auto;
}

.dc-az-exhibitor-detail-container {
  margin-bottom: 50px;
}

.dc-exhibitorlist-detail-left-wrapper {
  margin-bottom: 40px;
  width: 25%;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

.dc-exhibitorlist-detail-right-wrapper {
  float: left;
  width: 70%;
  margin-bottom: 30px;
}

.dc-az-exhibitor-detail-content {
  margin-top: 35px;
}

.dc-az-exhibitor-detail-image {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 150px;
}

.dc-az-exhibitor-detail-info-inner {
  margin-top: 30px;
  background-color: #4f4f4f;
  padding: 25px 20px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: #fff;
}

.dc-az-exhibitor-detail-logo {
  text-align: center;
}

@media (max-width: 767px) {
  .dc-exhibitorlist-detail-left-wrapper {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    float: left;
    overflow: hidden;
  }
  .dc-exhibitorlist-detail-right-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
}

/* ---------- Desktop styles for pricing table ---------- */
.comparison {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.comparison td, .comparison th {
  border-right: 1px solid #e8e8e8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #80a0ce;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #e8e8e8;
  border-bottom: 0px solid #e8e8e8;
}

.comparison tr td:first-child {
  text-align: left;
  padding: 15px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison i {
  font-size: 2rem;
}

.comparison tr td {
  width: 20%;
}

.comparison tr td:first-child {
  width: 40%;
  background: #F8F8F8;
  color: #121627;
}

.comparison tr td:hover {
  box-shadow: inset 0 0 10px #e8e8e8;
}

.comparison .joinBtn, .comparison .upgradeBtn, .comparison .disabledBtn {
  position: relative;
  padding: 8px 10px;
  min-width: 0;
  line-height: 1.5;
}

.comparison .disabledBtn {
  background-color: #F8F8F8;
  color: #C0C0C0;
  border-radius: 6px;
  font-size: .9em;
}

.comparison .discountsHeading, .comparison .benefitsHeading {
  background: #e8e8e8 !important;
  text-align: center !important;
  color: #121627 !important;
}

.comparison .logoHeading {
  text-align: center;
}

.comparison .checkMark {
  color: #9ee4d7;
  -webkit-text-stroke: 1px #fff;
}

.comparison .redMark {
  color: #D93B00;
}

.comparison .product, .comparison .tl {
  color: #FFF;
  padding: 10px;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .bestValue {
  height: 40px;
  color: #D93B00;
}

.comparison .price-info {
  padding: 15px;
}

.comparison .priceInfo {
  text-align: center;
}

.comparison .priceInfo .packagePrice {
  color: #80a0ce;
  font-size: 2rem;
  font-weight: 400;
}

.comparison .priceInfo .packageName {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2px;
  color: #01548c;
  text-transform: uppercase;
}

.comparison .priceInfo .packageMembers {
  margin: 0 0 10px 0;
  display: block;
  font-weight: 300;
  color: #121627;
  font-style: italic;
}

.comparison .priceInfo .packageYear {
  font-size: 1rem;
  font-weight: 600;
}

/* ---------- End desktop styles for pricing table ---------- */
.formContainerBg {
  background: #01548c;
  background: linear-gradient(to right bottom, #01548c 0%, #121627 50%);
}

.formBody {
  padding: 20px 40px;
}

.formBody h2 {
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
}

.formBody p {
  color: #80a0ce;
}

.formEmbed {
  padding: 20px 40px;
  background: #eee;
}

.formEmbed .fsBody .fsForm input[type=text].fsField, .formEmbed .fsBody .fsForm input[type=email].fsField, .formEmbed .fsBody .fsForm input[type=tel].fsField, .formEmbed .fsBody .fsForm select.fsField, .formEmbed .fsBody .fsForm textarea.fsField {
  background-color: #fff !important;
}

.formEmbed .fsLabel, .formEmbed label {
  font-size: 0.9em !important;
  margin-bottom: 0 !important;
  line-height: 1.75em !important;
}

.formEmbed .fsForm input {
  border-radius: 0 !important;
}

a.upgradeBtn, .disabledBtn {
  display: none;
}

#userIsPremiumMember.membership-professional .comparison .join-professional, #userIsPremiumMember.membership-professional .comparison .join-business, #userIsPremiumMember.membership-professional .comparison .join-enterprise {
  display: none;
}

#userIsPremiumMember.membership-professional .comparison .disabled-professional {
  display: inline-block;
}

#userIsPremiumMember.membership-professional .comparison .upgrade-business, #userIsPremiumMember.membership-professional .comparison .upgrade-enterprise {
  display: inline-block;
}

#userIsPremiumMember.membership-business .comparison .join-professional, #userIsPremiumMember.membership-business .comparison .join-business, #userIsPremiumMember.membership-business .comparison .join-enterprise {
  display: none;
}

#userIsPremiumMember.membership-business .comparison .disabled-professional, #userIsPremiumMember.membership-business .comparison .disabled-business {
  display: inline-block;
}

#userIsPremiumMember.membership-business .comparison .upgrade-enterprise {
  display: inline-block;
}

#userIsPremiumMember.membership-enterprise .comparison .join-professional, #userIsPremiumMember.membership-enterprise .comparison .join-business, #userIsPremiumMember.membership-enterprise .comparison .join-enterprise {
  display: none;
}

#userIsPremiumMember.membership-enterprise .comparison .disabled-professional, #userIsPremiumMember.membership-enterprise .comparison .disabled-business, #userIsPremiumMember.membership-enterprise .comparison .disabled-enterprise {
  display: inline-block;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
/* ---------- Responsive styles for pricing table ---------- */
@media screen and (max-width: 768px) {
  .table_ul {
    padding: 0px;
  }
  .table_ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0;
  }
  .comparison .priceInfo .packagePrice {
    font-size: 1rem;
    font-weight: 600;
  }
  .comparison .priceInfo .packageName {
    font-size: .55rem;
    font-weight: 600;
  }
  .comparison td:first-child,
  .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F8F8F8;
    color: #121627 !important;
  }
  .comparison .row {
    background: #FFF;
  }
  .comparison td,
  .comparison th {
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 10px;
  }
  .comparison td, .comparison th {
    width: 33.333%;
  }
  .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }
  .comparison .compare-row {
    background: #ffffff;
  }
  .comparison .price-now p {
    display: block;
  }
  .comparison .price-now span {
    font-size: 24px;
  }
  .comparison .qbse {
    font-size: 1.2em;
  }
  .comparison td {
    font-size: 14px;
  }
  .comparison th {
    font-size: 14px;
  }
}

/* ---------- End responsive styles for pricing table ---------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .formBody {
    padding: 40px 80px;
  }
  .formBody h2 {
    font-size: 3rem;
  }
  .formEmbed {
    padding: 40px 80px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.whoForCTA {
  max-width: 1200px;
  margin: 20px auto;
}

.whoForCTA .whoForCTAImg {
  margin-top: 20px;
}

.whoForCTA .whoForCTAText {
  background-color: #01548c;
  padding: 5px 20px;
}

.whoForCTA .whoForCTAText h2 {
  color: #80a0ce;
}

.whoForCTA .whoForCTAText p {
  color: #FFF;
}

.whoForCTA .whoForCTAText a {
  color: #000;
}

.membSidebar {
  margin-top: 65px;
}

.membBenefits h2 {
  color: #01548c;
}

.membBenefits p {
  font-size: .85em;
}

.membBenefits .featuredIcon {
  margin-top: 20px;
}

.membBenefits .featuredIcon img {
  width: 80px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .whoForCTA .whoForCTAText {
    background-color: transparent;
    position: absolute;
    width: 40%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
  .whoForCTA .whoForCTAText a {
    width: 50%;
    float: right;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
#singleWebinar .webinarDate .t3p0-field.t3p0-field-date, #singleWebinar .webinarTime .t3p0-field.t3p0-field-text, #singleWebinar .webinarPrice .t3p0-field.t3p0-field-text {
  display: inline;
}

#singleWebinar .webinarDate span, #singleWebinar .webinarTime span, #singleWebinar .webinarPrice span, #singleWebinar .webinarPriceMembers {
  font-weight: 600;
}

#singleWebinar .webinarTrainer img {
  width: 200px;
  height: auto;
  border-radius: 50%;
}

#singleWebinar .webinarDetails {
  margin-top: 30px;
  margin-bottom: 20px;
}

.paidWebinarWhitepaper .joinTodayCTA {
  margin-top: 40px !important;
  box-shadow: none !important;
}

a.add-to-cart, button[name="add-to-cart"] {
  background-color: #80a0ce;
  padding: 4px 20px;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.3s;
  border-radius: 6px;
  margin: 10px 0px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  transition: .25s ease;
}

a.add-to-cart span, button[name="add-to-cart"] span {
  text-transform: lowercase;
  font-style: italic;
}

a.add-to-cart:hover, button[name="add-to-cart"]:hover {
  transform: scale(1.15);
  transition: .25s ease;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

a.add-to-cart:active, button[name="add-to-cart"]:active {
  transform: scale(1.1);
  transition: .1s ease;
  background: #395f95;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

#archiveItemWrapper {
  display: flex;
  flex-wrap: wrap;
}

#archiveItemWrapper .archiveItem {
  width: 45%;
  margin: 0 5% 0 0;
  padding: 30px 0;
  float: left;
  border-bottom: 1px solid #ddd;
}

#archiveItemWrapper .archiveItem:last-of-type {
  display: none !important;
}

#archiveItemWrapper .archiveItem img {
  border-radius: 50%;
}

#archiveItemWrapper .archiveItem h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

#archiveItemWrapper .archiveItem p:last-child, #archiveItemWrapper .archiveItem a:last-child {
  margin-bottom: 0;
}

.price {
  color: #db3800;
  font-style: italic;
  font-size: 1.15rem;
}

#userIsPremiumMember .webinarPrice {
  text-decoration: line-through;
}

#userIsPremiumMember .webinarPrice .t3p0-field.t3p0-field-text {
  text-decoration: line-through;
}

#userIsNotPremiumMember .webinarPriceMembers {
  display: none;
}

.sponsoredBy h2 {
  font-size: 1rem;
  color: #bbb;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: none;
}

.instructorWrapper {
  display: flex;
  align-items: center;
}

.instructorWrapper img {
  border-radius: 50%;
}

.instructorName {
  font-weight: 600;
  color: #01548c;
  line-height: normal;
}

#ceuContentAP, #ceuContentAR {
  display: none;
}

.paidWebinarWhitepaper h3.centered.proMemberPrice {
  font-size: 1.325em;
  margin: 10px;
  line-height: 1.5em;
}

.sponsorDisclaimer {
  font-size: .8em;
  line-height: 1rem;
  margin-top: 20px;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (max-width: 767px) {
  #singleWebinar .webinarTrainer img {
    margin-bottom: 20px;
  }
  .add-to-cart {
    padding: 4px 6px !important;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 991px) {
  .archiveItem .col-sm-4 {
    width: 75%;
    margin-bottom: 20px;
  }
  .archiveItem .col-sm-8 {
    width: 100%;
  }
  .archiveItem .add-to-cart {
    padding: 4px 16px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
#topLevelPageTitle {
  margin-top: 40px;
  color: #fff;
  font-size: 1.15rem;
  text-align: center;
  position: relative;
  z-index: 500;
}

#topLevelPageTitle #parallelogram {
  display: inline-block;
  transform: skew(-15deg);
  background: #444;
}

#topLevelPageTitle #parallelogram #fix {
  margin: 20px;
  transform: skew(15deg);
}

#featuredImageTopLevel {
  margin: -40px 0 0;
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#featuredImageTopLevel:before {
  margin: 0 0 -320px -120px;
  width: 240px;
  height: 320px;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 10;
  content: " ";
  background: url(../css/img/circle-stripe-orange.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 240px auto;
  opacity: .65;
}

.mainContainer .topLevelMenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mainContainer .topLevelMenu ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

.mainContainer .topLevelMenu ul li ul li {
  width: 23%;
  margin: 10px;
  background: #db3800;
  background: url(../css/img/circle-stripe-orange.png), linear-gradient(45deg, #db3800 0%, #ff4c0f 100%);
  background-size: 240px auto, auto auto;
  background-position: -40px top, center center;
  background-repeat: no-repeat, no-repeat;
  font-family: "Raleway", sans-serif;
  transition: .25s ease;
}

.mainContainer .topLevelMenu ul li ul li:hover {
  transform: scale(1.15);
  transition: .25s ease;
  text-decoration: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.mainContainer .topLevelMenu ul li ul li:active {
  transform: scale(0.9);
  transition: .1s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.mainContainer .topLevelMenu ul li ul li a {
  padding: 20px;
  width: 100%;
  display: block;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.mainContainer .topLevelMenu ul li ul li a:hover {
  text-decoration: none;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.mainContainer .topLevelMenu ul li a {
  color: #fff;
}

.join #featuredImageTopLevel {
  margin-bottom: 40px;
  max-height: 420px;
  overflow: hidden;
}

.join #featuredImageTopLevel img {
  width: 100%;
}

.join #mainContent {
  margin-top: 0;
}

.join #mainContent .firstLetter:first-letter {
  float: left;
  margin-right: 10px;
  color: #db3800;
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
}

#membershipBenefits {
  text-align: center;
}

#membershipBenefits h2 {
  color: #444;
  font-size: 1.5rem;
}

#membershipBenefits h2 i {
  margin: 0;
  height: auto;
  width: auto;
  display: inline-block;
  background: none;
  padding: 0;
  color: #444;
  font-size: 1.5rem;
}

#membershipBenefits h3 {
  margin: 0;
  font-size: 1rem;
}

#membershipBenefits p {
  margin: 0;
}

#membershipBenefits i {
  margin: 0 auto 20px;
  background: #db3800;
  padding: 10px;
  height: 50px;
  width: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  border-radius: 50%;
}

#membershipBenefits .t3p0-field {
  margin-bottom: 40px;
}

#membershipBenefits .t3p0-field i {
  transition: .75s ease !important;
}

#membershipBenefits .t3p0-field:hover i {
  transition: .75s ease !important;
  transform: rotate(360deg);
}

#userIsPremiumMember.membership-professional .ap-members-only-benchmark-download,
#userIsPremiumMember.membership-enterprise .ap-members-only-benchmark-download,
#userIsPremiumMember.membership-business .ap-members-only-benchmark-download {
  display: inline-block !important;
}

#userIsPremiumMember.membership-professional .ap-benchmark-download,
#userIsPremiumMember.membership-enterprise .ap-benchmark-download,
#userIsPremiumMember.membership-business .ap-benchmark-download {
  display: none;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (max-width: 767px) {
  #topLevelPageTitle h1 {
    font-size: 1rem;
  }
  #featuredImageTopLevel {
    margin: -30px 0 0;
  }
  #featuredImageTopLevel:before {
    margin: 0 0 -160px -120px !important;
    width: 240px !important;
    height: 160px !important;
    background-size: 160px auto !important;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 991px) {
  .mainContainer .t3p0-field-menu ul li ul li {
    width: 100%;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.ctArticleFeaturedImage {
  overflow: hidden;
}

.ctArticleFeaturedImage::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

.ctArticleFeaturedImage img {
  width: 100%;
}

.ctStandardArticleMenuCol {
  /*----------------------------------------------------------------------/
  /                                                                       /
  /                             MEDIA QUERIES                             /
  /                                                                       /
  /----------------------------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
}

.ctStandardArticleMenuCol h1 {
  margin-top: 0;
}

.ctStandardArticleMenuCol .ctArticleBody {
  padding-bottom: 75px;
}

.ctStandardArticleMenuCol .ctArticleBody h3 {
  color: #01548c;
  padding-top: 15px;
  margin-bottom: 25px;
  font-size: 1.75em;
}

.ctStandardArticleMenuCol .ctArticleBody p {
  font-weight: 600;
  margin-bottom: 1.75em;
  line-height: 1.75em;
}

.ctStandardArticleMenuCol .ctArticleBody p:first-of-type::first-letter {
  float: left;
  font-size: 3.35em;
  line-height: 1em;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 0;
  margin-right: 0;
}

.ctStandardArticleMenuCol .ctArticleBody table p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.5em;
}

.ctStandardArticleMenuCol .ctArticleBody table p:first-of-type::first-letter {
  float: none;
  font-size: 1em;
  line-height: inherit;
  padding-top: 0;
  padding-right: 0;
}

.ctStandardArticleMenuCol .ctArticleBody .onDemandWebinarFree strong, .ctStandardArticleMenuCol .ctArticleBody .onDemandWebinarFree {
  font-weight: 300;
  font-size: 1.25em;
  color: #01548c;
  padding: 15px 0;
}

.ctStandardArticleMenuCol .mainContainer {
  margin-top: 30px;
}

.ctStandardArticleMenuCol .shareIconLine {
  border-top: 1px solid gainsboro;
  margin-top: 17px;
  float: right;
  min-width: 40%;
}

.ctStandardArticleMenuCol .publishDate {
  text-align: left;
  color: #bbb;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .ctStandardArticleMenuCol .shareIconLine {
    min-width: 60%;
  }
}

@media (min-width: 992px) {
  .ctStandardArticleMenuCol .mainContainer {
    margin-top: 20px;
  }
  .ctStandardArticleMenuCol .ctArticleFeaturedImage::after {
    margin-top: -250px;
    height: 175px;
  }
  .ctStandardArticleMenuCol .shareIconLine {
    min-width: 70%;
  }
}

@media (min-width: 1200px) {
  .ctStandardArticleMenuCol .shareIconLine {
    min-width: 75%;
  }
}

.certificationIntro {
  text-align: center;
  margin: 20px 0px;
}

.findingSuccessCert {
  width: 100%;
  background-color: #eee;
  margin: 0 -15px;
  padding: 20px 15px;
}

.findingSuccessCert .findingSuccessRowWrap {
  margin-top: 0px;
  margin-bottom: 0px;
}

.socialIconsBelowSubsiteMenu.iofmPage {
  display: block;
  height: 80px;
}

.socialIconsBelowSubsiteMenu.iofmPage .socialIconsStandard {
  padding: 28px 0;
  text-align: right;
}

.socialIconsBelowSubsiteMenu.iofmPage .selectPrefilter {
  top: 10px;
}

.socialIconsBelowSubsiteMenu.iofmPage .custom-select-trigger {
  width: 60px;
  max-height: 20px;
  overflow: hidden;
  color: #eee;
  border-right: 2px solid #ccc;
}

.socialIconsBelowSubsiteMenu.iofmPage .custom-options {
  top: 30px;
  padding-top: 0;
}

.iofmPage .searchBlock {
  padding-top: 20px;
}

.iofmPage .searchBlock .searchCol {
  padding-left: 0;
  padding-right: 0;
}

.iofmPage .searchBlock .searchCol .searchBoxField {
  width: 100%;
  max-width: 320px;
}

.iofmPage .searchBlock form button.searchIconBtn {
  background-color: #01548c;
  width: 15%;
  margin-top: 0;
  height: 40px;
  border-radius: 0 20px 4px 0;
  background-size: 40%;
  background-position: center center;
  float: right;
}

.iofmPage .searchBlock input.searchField {
  height: 40px;
  padding-left: 80px;
  border: 0;
  border-radius: 4px 0 0 20px;
  width: 85%;
  background: #eee;
  color: #7d7d7d;
  font-size: 1em;
  margin-bottom: 20px;
}

.certificationBlock {
  margin-bottom: 20px;
  background-image: linear-gradient(155deg, #2e3950, #121626);
  padding: 20px 60px 40px;
}

.certificationBlock h3 {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.certificationBlock .certProgramsCol a {
  transition: .25s ease;
}

.certificationBlock .certProgramsCol a:hover {
  text-decoration: none;
  color: #d64a1d;
}

.certificationBlock .certProgramsCol span {
  color: #d64a1d;
}

.certificationBlock .certProgramsCol p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.certificationBlock .certPopularCol a.lightBlueBtn span, .certificationBlock .certPopularCol a.mediumBlueBtn span, .certificationBlock .certPopularCol a.darkBlueBtn span, .certificationBlock .certPopularCol a.redBtn span, .certificationBlock .certPopularCol a.mediumYellowBtn span, .certificationBlock .certPopularCol a.darkYellowBtn span {
  position: relative;
  float: right;
  margin-right: 10px;
  right: 0;
}

.certSealIcon {
  margin-top: 20px;
}

.certSealIcon img {
  margin: -20px auto;
}

.testimonial {
  text-align: center;
  margin: 60px 0 20px 0;
  background-image: url(../css/img/testimonial-stars.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 60px;
}

.testimonial .testimonialHeader {
  color: #01548c;
}

.testimonial .testimonialHeader h3 {
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 0;
}

.testimonial .testimonialImage {
  overflow: hidden;
  width: 75px;
  border-radius: 100px;
  height: 75px;
  margin: 40px auto 20px auto;
}

.certificationSteps {
  text-align: center;
}

.certificationSteps h2 {
  color: #121627;
  font-size: 1.6em;
  margin-bottom: 30px;
}

.certificationSteps .row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.certificationSteps .certStep1, .certificationSteps .certStep2, .certificationSteps .certStep3 {
  padding: 30px 55px;
  margin: 0 -15px;
}

.certificationSteps .certStep1 h2, .certificationSteps .certStep2 h2, .certificationSteps .certStep3 h2 {
  font-weight: 900;
  margin-top: 8px;
  margin-bottom: 10px;
}

.certificationSteps .certStep1 i, .certificationSteps .certStep2 i, .certificationSteps .certStep3 i {
  font-size: 2em;
}

.certificationSteps .certStep1 {
  background-image: url(../css/img/cert-step-one.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.certificationSteps .certStep1 h2, .certificationSteps .certStep1 i {
  color: #80a0ce;
}

.certificationSteps .certStep2 {
  background-image: url(../css/img/cert-step-two.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.certificationSteps .certStep2 h2, .certificationSteps .certStep2 i {
  color: #01548c;
}

.certificationSteps .certStep3 {
  background-image: url(../css/img/cert-step-three.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.certificationSteps .certStep3 i {
  color: #121627;
}

.certificationSteps .certCTA {
  background-image: linear-gradient(45deg, #ffffff 41.67%, #e0e0e0 41.67%, #e0e0e0 50%, #ffffff 50%, #ffffff 91.67%, #e0e0e0 91.67%, #e0e0e0 100%);
  background-size: 8.49px 8.49px;
  margin: 40px -15px;
}

.certificationSteps .certCTA h2 {
  margin: 0 auto;
  padding: 20px;
}

.certificationSteps .certCTA span {
  color: #80a0ce;
}

.certificationSteps .certTime {
  background-color: #eee;
  color: #888;
  border-radius: 5px;
  font-weight: 700;
  padding: 3px 10px;
  line-height: 1.4em;
  margin-top: 15px;
}

.certSidebar {
  margin-top: 10px;
}

.certSidebar .certSidebarText {
  text-align: center;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .certStep2 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 767px) {
  .certStep2 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .socialIconsBelowSubsiteMenu.iofmPage .socialIconsStandard {
    text-align: left;
  }
  .iofmPage .searchBlock {
    padding-top: 20px;
  }
  .iofmPage .searchBlock input.searchField {
    margin-bottom: 0px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .certificationIntro {
    padding: 20px 140px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 991px) {
  .certificationBlock .col-sm-7, .certificationBlock .col-sm-5 {
    width: 100%;
    float: none;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.pageBody {
  padding-top: 70px;
}

.pageBody p {
  font-weight: 600;
  margin-bottom: 1.75em;
  line-height: 1.75em;
}

.pageBody .ourTeam h3 {
  margin-bottom: 30px;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.pageBody .ourTeam .ourTeamBox {
  background-color: #eee;
  text-align: center;
  padding: 5px 5px 20px 5px;
  margin: 40px 0;
  border-radius: 0 40px;
}

.pageBody .ourTeam .ourTeamBox p {
  margin-bottom: 5px;
}

.pageBody .ourTeam .ourTeamBox img {
  overflow: hidden;
  width: 75px;
  border-radius: 100px;
  height: 75px;
  margin: -40px auto 8px auto;
}

.pageBody .ourTeam .ourTeamBox h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.pageBody .ourTeam .ourTeamBox a.fa.fa-linkedin {
  background-color: #8fc8dd;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: white;
  font-size: .8em;
  line-height: 24px;
  padding-left: 4px;
  text-decoration: none;
  transition: .25s ease;
}

.pageBody .ourTeam .ourTeamBox a.fa.fa-linkedin:hover {
  text-decoration: none;
  transform: scale(1.15);
  transition: .25s ease;
}

.pageSidebar {
  margin-top: 70px;
}

.negativeSidebar .fsBody {
  border-top: 4px solid #80a0ce;
}

.chapterContactInfoSection {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.chapterLeadership {
  text-align: center;
}

.chapterLeadership p {
  font-size: .9em;
  line-height: 1.75em;
  margin-top: 15px;
  padding: 0 15px;
}

.chapterLeadership .chapterLeadershipName {
  font-size: 1.325em;
  font-weight: 700;
}

.chapterLeadership .chapterLeadershipPosition {
  font-size: 1em;
  font-weight: 400;
  margin-top: 15px;
}

.chapterLeadership .chapterLeadershipImage {
  overflow: hidden;
  width: 75px;
  border-radius: 100px;
  height: 75px;
  margin: 40px auto 20px auto;
}

.chapterLeadership .fa.fa-linkedin {
  background-color: #8fc8dd;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: white;
  font-size: .8em;
  line-height: 24px;
  text-decoration: none;
  transition: .25s ease;
}

.chapterLeadership .fa.fa-linkedin:hover {
  transform: scale(1.15);
  transition: .25s ease;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.featuredIcon {
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: #80a0ce;
  border-radius: 80px;
  margin: auto;
}

.featuredIcon i {
  font-size: 2em;
  color: #FFF;
  line-height: 80px;
}

.toggleRowWrap {
  border-bottom: 1px solid gainsboro;
}

.toggleRowWrap h3 {
  margin-bottom: 20px;
}

.toggleRowWrap a {
  cursor: pointer;
}

.toggleRowWrap .t3p0-field.t3p0-field-text {
  padding-right: 20px;
  line-height: 1.25em;
}

.toggleRowWrap .fa {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: right;
}

.podcastEmbed {
  padding: 20px 0 15px 0;
}

.chapterslandingpage .pageBody {
  padding-top: 0;
}

.chapterslandingpage .pageBody h2 img {
  width: 100%;
}

.chapterslandingpage .titleWrapper {
  display: none;
}

.chapterslandingpage h3 {
  margin-bottom: 10px;
}

.chapterMapAndLinks {
  padding-top: 20px;
  padding-bottom: 20px;
}

.chaptersMenuWrap {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
}

.chaptersMenuWrap .chaptersMenuTitle {
  color: #888888;
  margin-top: -10px;
  font-size: 1.1em;
}

.chaptersMenuWrap .chaptersMenuLink {
  color: #01548c;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
}

.chaptersMenuWrap .chaptersMenuLink a {
  color: #01548c;
}

.chaptersMenuWrap .chaptersMenuLink:before {
  content: "›";
  color: #888888;
  padding-right: 10px;
  float: left;
}

.glossaryTerms .t3p0-row.row {
  padding: 20px 0px;
  border-top: 1px solid #ddd;
}

.glossaryTerms .t3p0-col.col-sm-3 {
  font-weight: 700;
  color: #01548c;
}

.glossaryTerms ul {
  margin: 0;
  padding: 0;
}

.glossaryTerms ul li {
  list-style-type: none;
  float: left;
  padding: 0 12px;
  margin: 3px;
  font-weight: 800;
  font-size: 1.2em;
  background-color: #01548c;
  color: #c5c5c5;
}

.glossaryTerms ul li:hover {
  background-color: #80a0ce;
}

.glossaryTerms ul li a {
  color: #fff;
  transition: .2s;
}

.glossaryTerms ul li a:hover {
  text-decoration: none;
}

.scrollTop {
  background: #01548c;
  bottom: 100px;
  cursor: pointer;
  height: 45px;
  padding-top: 7px;
  position: fixed;
  right: 25px;
  transition: .2s;
  text-align: center;
  width: 45px;
  z-index: 999;
}

.scrollTop i {
  color: #fff;
}

.scrollTop:hover {
  background: #80a0ce;
}

.withCheckMark {
  margin-left: 30px;
  padding-left: 50px;
  position: relative;
}

.box-with-circle-icon {
  left: -30px;
  top: 50%;
  margin-top: -30px;
  padding: 10px 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  color: white;
}

.box-with-circle-icon.light-blue-circle {
  background-color: #80a0ce;
}

.box-with-circle-icon.medium-blue-circle {
  background-color: #01548c;
}

.box-with-circle-icon.dark-blue-circle {
  background-color: #121627;
}

.centered {
  text-align: center;
}

.benefitsofupgradingdraftdesign .comparison .logoHeading, .benefitsofupgrading .comparison .logoHeading {
  font-size: 1.325em;
  height: 50px;
}

.benefitsofupgradingdraftdesign .comparison .logoHeading strong, .benefitsofupgrading .comparison .logoHeading strong {
  font-weight: 500;
  color: #323232;
}

.numbers-upgrade {
  color: white;
  width: 25px;
  height: 25px;
  background-color: #80a0ce;
  border-radius: 25px;
  display: inline-block;
  line-height: 1.5em;
  margin-right: 5px;
}

.joinBtn.disabledBtn {
  background-color: #F8F8F8;
  color: #C0C0C0;
}

.joinBtn.disabledBtn:hover {
  transform: scale(1);
  box-shadow: none;
  color: #C0C0C0;
  cursor: default;
}

.masterClassContainer {
  margin: 40px auto 60px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 40px;
  border-right: 8px solid #121627;
  transition: .25s ease;
}

.masterClassContainer:hover {
  background-color: #121627;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.25);
  transition: .25s ease;
}

.masterClassContainer:hover a {
  color: #80a0ce !important;
}

.masterClassContainer:hover p {
  color: #fff;
  transition: .25s ease;
}

.masterClassContainer:hover i {
  color: #db3800;
}

.masterClassContainer:hover .masterClassImage {
  transform: scale(1.05);
  transition: .25s ease;
}

.masterClassContainer:hover .masterClassGoBtn {
  transform: scale(1.25);
  transition: .25s ease;
  background: #2ae0ba;
  color: #fff !important;
}

.masterClassContainer .masterClassImage {
  display: none;
}

.masterClassContainer .masterClassImage img {
  border-right: 8px solid #80a0ce;
}

.masterClassContainer .masterClassDesc {
  width: 100%;
  padding: 0 40px;
}

.masterClassContainer .masterClassDesc .masterClassComingSoon {
  padding: 2px 10px;
  background: #db3500;
  color: #fff;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 9px;
  border-radius: 40px;
}

.masterClassContainer .masterClassDesc a {
  color: #01548c;
}

.masterClassContainer .masterClassDesc a:hover {
  text-decoration: none;
}

.masterClassContainer .masterClassDesc p:last-child {
  border: 2px solid #eee;
  display: inline-block;
  border-radius: 50px;
  padding: 0 10px;
}

.masterClassContainer .masterClassDesc i {
  margin-right: 6px;
  color: #db3800;
}

.masterClassContainer .masterClassGoBtn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: 40px;
  background: #45a7b0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 80px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transition: .25s ease;
}

.masterClassContainer .masterClassGoBtn:hover {
  text-decoration: none;
}

.header-1099 {
  background: url("../css/img/1099-stripes-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  animation: fadein 4s;
}

.header-1099 h1 {
  font-size: 6rem;
}

.header-1099 h2 {
  color: #01548c;
}

.header-1099 .coveredHeading-1099 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
}

.header-1099 .introBody-1099 {
  padding: 20px;
  border-radius: 14px;
}

.header-1099 .nav-1099 {
  padding: 20px 10px;
  background: #80a0ce;
  color: #fff;
  border-radius: 6px;
}

.header-1099 .nav-1099 a {
  color: #121627;
}

.header-1099 .nav-1099 a:hover {
  text-decoration: none;
  color: #fff;
}

.sectionWrapper-1099 {
  display: flex;
  flex-wrap: wrap;
  color: #121627;
}

.sectionWrapper-1099 h2 {
  margin-bottom: 40px;
  color: #121627;
  font-size: 3rem;
  font-weight: 300;
}

.sectionWrapper-1099 .redBtn, .sectionWrapper-1099 .mediumYellowBtn, .sectionWrapper-1099 .mediumBlueBtn, .sectionWrapper-1099 .lightBlueBtn {
  display: inline-block !important;
  width: auto !important;
  padding: 15px;
  line-height: normal;
}

.articles-1099, .compliance-1099, .guides-1099, .expert-1099, .cprs-1099, .tools-1099, .members-1099 {
  width: 100%;
  padding: 40px;
  border-top: 8px solid #fff;
}

.articles-1099 {
  background: #eee;
}

.articles-1099 ul {
  padding-left: 0;
  list-style-type: none;
}

.articles-1099 ul li {
  margin-bottom: 20px;
}

.articles-1099 .memberContentLabel, .articles-1099 .starterContentLabel {
  margin-right: 6px;
  padding: 2px 4px;
  background: #01548c;
  border-radius: 4px;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.articles-1099 .starterContentLabel {
  background: #80a0ce;
}

.compliance-1099 {
  background: url("../css/img/1099-stripes-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.compliance-1099 ul {
  padding-left: 0;
  list-style-type: none;
}

.compliance-1099 ul li {
  margin-bottom: 20px;
}

.compliance-1099 .date-1099 {
  margin-right: 6px;
  padding: 2px 4px;
  background: #ddd;
  border-radius: 4px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.expert-1099 {
  background: #121627 url("../css/img/1099-expert-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 65% auto;
  color: #fff;
}

.expert-1099 h2, .expert-1099 p {
  color: #fff;
}

.cprs-1099 {
  background: url("../css/img/1099-stripes-bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.tools-1099 {
  background: #ecbf3b url("../css/img/1099-tools-bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 240px auto;
}

.tools-1099 a {
  color: #fff !important;
  background: #ecbf3b;
}

.members-1099 {
  width: 100% !important;
  border-right: none !important;
  border-bottom: none !important;
  background: #45a7b0;
}

.members-1099 p {
  color: #fff;
}

/*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .negativeSidebar {
    position: relative;
    margin-top: -200px;
    z-index: 20;
  }
  .masterClassContainer .masterClassImage {
    width: 30%;
    float: left;
    position: relative;
    display: inline-block;
    border-radius: 0 0 0 40px;
    overflow: hidden;
    transition: .25s ease;
  }
  .masterClassContainer .masterClassDesc {
    width: 70%;
    float: right;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 992px) {
  .extraPaddingLeft {
    padding-left: 50px;
  }
  .chapterTopSectionWithByLawsButton {
    padding-top: 20px;
  }
  .chapterTopSectionWithByLawsButton .byLawsButtonWrap {
    position: absolute;
    right: 25px;
    margin-top: -50px;
  }
  .chapterslandingpage .byLawsButtonWrap {
    position: absolute;
    right: 15px;
    margin-top: -110px;
  }
  .chapterslandingpage .iframeChapters {
    display: inline-block;
    width: 62.5%;
    padding-right: 2.5%;
    vertical-align: top;
  }
  .chapterslandingpage .chaptersMenuWrap {
    display: inline-block;
    width: 32.5%;
    padding-left: 2.5%;
    vertical-align: top;
  }
  .articles-1099, .compliance-1099, .guides-1099, .expert-1099, .cprs-1099, .tools-1099, .members-1099 {
    padding: 40px 25%;
  }
  .tools-1099 {
    background-size: 400px auto;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1200px) {
  .negativeSidebar {
    margin-top: -290px;
  }
}

#freeResourcesPageWrap {
  /*----------------------------------------------------------------------/
/                                                                       /
/                             MEDIA QUERIES                             /
/                                                                       /
/----------------------------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
  /*----------------------------------------------------*/
}

#freeResourcesPageWrap .socialIconsBelowSubsiteMenu.iofmPage {
  height: auto;
}

#freeResourcesPageWrap .freeResourcesCollection {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin-left: -35px;
  margin-right: -20px;
}

#freeResourcesPageWrap .freeResourcesCollection .freeResourcesCollectionInner {
  margin-left: 2%;
  margin-right: 2%;
}

#freeResourcesPageWrap .freeResourcesCollection .freeResourcesCollectionInner h3 {
  font-size: 1em;
  margin-top: 10px;
}

#freeResourcesPageWrap .freeResourcesCollection .freeResourcesCollectionInner h3 a {
  color: #5b84c0;
}

#freeResourcesPageWrap .freeResourcesButtonsCol {
  text-align: center;
}

#freeResourcesPageWrap .freeResourcesButtonsCol .btn {
  border-radius: 6px;
  background-color: #eeeeee;
  border: 0;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 10px;
}

#freeResourcesPageWrap .freeResourcesButtonsCol .frBtnOn {
  background-color: #80a0ce;
  text-decoration: none !important;
  color: white;
}

#freeResourcesPageWrap .freeResourcesImageWrap {
  height: 150px;
  overflow: hidden;
  background: url("../css/img/featured-fallback.png"), linear-gradient(135deg, #2e3950 0%, #121627 100%);
  background-repeat: no-repeat;
  background-size: 80px auto, auto auto;
  background-position: center center;
}

#freeResourcesPageWrap .freeResourcesImageWrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

#freeResourcesPageWrap .freeResourcesSliderWrap {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  #freeResourcesPageWrap .freeResourcesCollection .freeResourcesCollectionInner {
    max-width: 21%;
  }
  #freeResourcesPageWrap .freeResourcesButtonsCol {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  #freeResourcesPageWrap .freeResourcesButtonsCol .btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media print {
  /* Hidden divs start*/
  .adminBar, #t3p0-public-private-switcher, #sidebar, #discussion, .newsletterSubscription, .t3p0-corporate-footer, .logo a[href]:after, .socialShare, #admin-menu-toggle.btn, #topBar, .subscribe, .mainMenuContainer, #bannerAds, #footer {
    display: none !important;
  }
  /* Hidden divs end*/
  .logo {
    margin-top: 10px;
    margin-left: -5px;
  }
  .logo img {
    height: 75px;
    padding: 0;
    margin: 0;
  }
  #bottomBar {
    height: 115px;
    margin-bottom: 20px;
    background-color: #92bfe2 !important;
  }
  #bottomBar .t3p0-col.col-sm-6 {
    padding-left: 0;
  }
  .publishDate {
    margin-bottom: 15px;
  }
  h1, .authorName span, .byField h4, .authorName .t3p0-field.t3p0-field-content h3 {
    color: #00649b !important;
  }
  #articleContent .dcContainer, #contentBody .dcContainer {
    padding-left: 0;
    padding-right: 0;
  }
  #articleContent .dcContainer .t3p0-col.col-sm-8, #contentBody .dcContainer .t3p0-col.col-sm-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .t3p0-field.t3p0-field-collection h2 a {
    color: #000 !important;
  }
  .collection .t3p0-col.col-sm-5 {
    width: 340px !important;
    float: left;
    margin-bottom: 30px !important;
  }
  a.read-more-link {
    background-color: #000 !important;
    color: #fff !important;
    width: 160px !important;
    display: inline-block !important;
  }
  a[href]:after {
    content: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
