/*
 * Responsive styles
 *
 * @author: Exquiture
 * @version: 1.0
 *
*/

/* Homepage Download Modal */
#downloadModal .modal-dialog{
  margin: 100px auto;
}

#downloadModal .download{
  color: #324D5E;
  border: 2px solid #324D5E;
  border-radius: 3px;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 600;
  padding: 12px 24px;
}

#downloadModal .download:hover{
  color: #fff;
  background: #324D5E;
  border-color: #324D5E;
}

#downloadModal .modal-body{
  padding: 15px 40px;
}

#downloadModal .modal-footer{
  display: none;
}

#gform_submit_button_6{
  color: #324D5E;
  border: 2px solid #324D5E;
  border-radius: 3px;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 600;
  padding: 12px 24px;
}

#gform_submit_button_6:hover{
  color: #fff;
  background: #324D5E;
  border-color: #324D5E;
  box-shadow: none;

}

.container {
    position: relative;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a {
    color: #1C7CAC;
}
a, a:hover {
    transition: 450ms ease;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header */
.site-content {
    padding-top: 108px;
}
.site-header {
    background: rgba(255,255,255,.85);
    height: 108px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: ease all 500ms;
    z-index: 999;
}
.site-header.tiny {
    height: 88px;
    transition: ease all 500ms;
}
.tiny .site-branding {
    max-width: 200px;
    transition: ease all 500ms;
    padding-top: 9px;
}
.tiny .hdrhld {
    padding-top: 16px;
    transition: ease all 500ms;
}
.tiny .main-navigation li {
    padding-top: 12px;
    transition: ease all 500ms;
}
.site-branding {
    line-height: 0;
    max-width: 320px;
    transition: ease all 500ms;
}
.hdrhld {
    padding-top: 31px;
    transition: ease all 500ms;
}
.main-navigation {
    font-size: 15px;
    font-weight: 600;
}
.main-navigation {
    padding-top: 4px;
}
.main-navigation li {
    padding: 6px 15px 10px;
    transition: ease all 500ms;
}
.main-navigation li:last-child {
    padding-right: 0;
}
.main-navigation li a {
    color: #4d4d4d;
    display: inline;
    transition: 350ms ease opacity;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.main-navigation li.bk a {
	color: #9B825E;
}
.main-navigation li a:hover, .main-navigation li.current_page_item a {
    color: #2B3F4D;
    transition: 350ms ease opacity;
    text-decoration: none;
}
.main-navigation #tg {
    color: #2B3F4D;
    cursor: pointer;
    transition: 350ms ease opacity;
    transition: 350ms ease all;
}
.main-navigation #tg:hover {
    opacity: 0.7;
    transition: 300ms ease opacity;
}
.main-navigation ul ul {
    text-align: left;
    top: 3em;
}
.main-navigation ul ul li {
    padding: 8px 12px;
    min-width: 175px;
    background: rgba(0,0,0,.8);
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 1px;
}

/* Mobile menu */
.error-404 {
    padding: 110px 0;
}
.navbar-default .navbar-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #103B7D;
}
.navbar-default .navbar-toggle:hover {
    background: transparent;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 4px;
    width: 26px;
}
.drk .navbar-toggle .icon-bar {
    background-color: #103B7D;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
}
.navbar-toggle {
    margin-right: 10px;
    padding-right: 0;
    border: none;
    background: none;
    box-shadow: none;
}
.navbar-toggle.on .one {
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    width: 26px;
}
.navbar-toggle.on .two {
    opacity: 0;
}
.navbar-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
    width: 26px;
}
.one,
.two,
.three {
    width: 100%;
    height: 6px;
    background: #fff;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-default.tgl {
    position: absolute;
    top: 15px;
    right: 0;
}
.navbar-nav>li>a {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-right: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-nav>li>a:hover {
    background-color: rgba(255,255,255,.2);
    color: #fff;
}
.dropdown-menu {
    padding-left: 5px;
}
.dropdown-menu>li>a {
    font-size: 17px;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: rgba(255,255,255,.2);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: transparent;
    background-color: rgba(255,255,255,.2);
}
.caret {
    color: #fff;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 4em auto;
    text-align: center;
}
nav ul.hidden {
    display: none;
}
.menu-section.on {
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

/* Footer */
.site-footer {

}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.site-footer a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.site-footer .foot-top {
    color: #fff;
    background: #324D5E;
    border-top: 10px solid #9B825E;
    padding: 35px 0;
}
.site-footer .foot-top .lg {
    max-width: 46%;
    padding-bottom: 20px;
}
.site-footer .foot-top .txt {
    font-size: 15px;
    letter-spacing: 0.05em;
}
.site-footer .foot-top .txt a.but {
	color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 14px 17px 12px;
    letter-spacing: 0.05em;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    margin: 5px auto;
    display: inline-block;
}
.site-footer .foot-top .socials {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.site-footer .foot-top .socials li {
    font-size: 32px;
    margin-right: 28px;
    line-height: 1;
    display: inline-block;
}
.site-footer .foot-top  h3 {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-size: 16px;
}
.site-footer .foot-top .rl ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 15px;
    line-height: 2.2;
}
.site-footer .foot-top .rr {
    font-size: 15px;
}
.site-footer .btm {
    color: #fff;
    background: #2B3F4D;
    padding: 25px 0;
}
.site-info .btm-lnks {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 6px;
}
.site-info .btm-lnks li {
    display: inline-block;
}
.site-info .btm-lnks li:before {
    content: '|';
    margin: 0 8px;
}
.site-info .btm-lnks li:first-child:before {
    content: '';
    margin: 0;
}
.frbs a img {
    max-width: 60%;
    height: auto;
}

/* About Section */
.about-section {
    background-position: center;
    background-size: cover;
}
.about-section .txt-hldr {
    color: #fff;
    background: rgba(43,63,77,0.85);
}
.about-section .txt-hldr .txt {
    padding: 110px 45px;
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 2;
}
.about-section .txt-hldr .txt .but {

}
.about-section .txt-hldr .txt .but a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 16px 24px 14px;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
}
.about-section .txt-hldr .txt .but a:hover {
    background: #fff;
    color: rgba(10,36,99,1)
}

/* Blog */
.blog .entry-title {
    font-size: 25px;
    line-height: 1.3;
}
.blog .entry-meta {
    font-style: italic;
    font-weight: 400;
    color: #324D5E;
    font-size: 16px;
    margin-bottom: 10px;
}
ul.bookmarks {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}
ul.bookmarks li {
    text-align: center;
    display: inline-block;
    padding: 0 35px;
    border-right: 2px solid #324D5E;
    font-style: italic;
    font-weight: 300;
}
ul.bookmarks li span {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 17px;
    font-style: normal;
}
.blog .bookmarks li:last-child {
    border: none;
}
.blog article.post {
    margin-bottom: 70px;
}
.nav-links {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.nav-previous a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f104";
    color: #324D5E;
    margin-right: 7px;
    font-size: 13px;
}
.nav-next a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    color: #324D5E;
    margin-left: 7px;
    font-size: 13px;
}

/* Sidebar */
.blog .sidebar {
    padding-left: 45px;
    padding-top: 23px;
}
.blog .sidebar .widget {
    margin-bottom: 45px;
}
.widget_search label {
    width: 100%;
}
.widget_search input[type="search"] {
    border: 2px solid #324D5E;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 7px;
    color: #808285;
    font-weight: 300;
    padding: 10px 5px !important;
    width: calc(100% - 20px);
}
.widget_search .search-submit {
    display: none;
}
h3.widget-title, .about-widget h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #324D5E;
    text-transform: uppercase;
    text-align: center;
}
.widget_categories ul, .widget_archive ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 2.1;
    font-size: 14px;
    text-align: center
}
.icns-widget {
    text-align: center;
}
.icns-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 28px;
    padding-top: 5px;
}
.icns-widget ul li {
    display: inline-block;
    margin: 0 12px;
}
.about-widget {
    text-align: center;
}
.about-widget img {
    border-radius: 50%;
}
.about-widget .txt {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.about-widget h3 {
    text-align: center
}
.book-widget .title {
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.025em;
    text-align: center;
    padding-top: 20px;
}
.book-widget .but {
    text-align: center;
    padding-top: 25px;
}
.book-widget .but a {
    color: #fff;
    border: 2px solid #324D5E;
    border-radius: 3px;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #324D5E;
    font-weight: 600;
    padding: 12px 24px;
}
.book-widget .but a:hover {
    color: #324D5E;
    background: #fff;
    border-color: #324D5E;
}

/* Default Styles */
h1.page-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
}
.entry-content h1 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}
.entry-content h2 {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: 35px;
}
.entry-content h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #324D5E;
    text-transform: uppercase;
}
.entry-content h4 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 16px;
}
blockquote {
    border: none;
    font-style: italic;
    letter-spacing: 0.025em;
    font-size: 18px;
}
.entry-content .gform_wrapper .top_label .gfield_label,
.entry-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #324D5E;
    font-weight: 400;
}
.entry-content input[type="text"] {
    border: 2px solid #2B3F4D;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 7px;
    color: #808285;
    font-weight: 300;
    padding: 10px 5px !important;
}
.entry-content textarea {
    border: 2px solid #2B3F4D;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 7px;
    color: #4D4D4D;
    font-weight: 300;
    padding: 10px 5px !important;
    max-height: 220px;
}
.entry-content .gform_wrapper .gform_footer {
    text-align: center;
}
.entry-content .gform_wrapper .gform_footer input[type="submit"] {
    background: #2B3F4D;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #2B3F4D;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 350ms ease;
}
.entry-content .gform_wrapper .gform_footer input[type="submit"]:hover {
    border: 2px solid #2B3F4D;
    background: #fff;
    color: #2B3F4D;
    transition: 350ms ease;
}


/* Contact */
.contact .top-image, .about .top-image, .speaker .top-image, .book .top-image {
    position: relative;
    min-height: 380px;
    background-size: cover;
    background-position: center;
}
.speaker .top-image {
	background-position: center top;
}
.contact .top-image .pg-title, .about .top-image .pg-title, .speaker .top-image .pg-title, .book .top-image .pg-title {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: right;
}
.contact .top-image .pg-title h1, .about .top-image .pg-title h1, .speaker .top-image .pg-title h1, .book .top-image .pg-title h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    line-height: 2;
    display: inline;
    padding: 8px 10% 8px 16px;
    background: rgba(50,77,94,0.8);
    letter-spacing: 0.06em;
}
.contact .download-section {
    padding: 30px 0 55px;
}
.contact .download-section .rw {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px dotted #2B3F4D;
    padding-top: 12px;
    padding-bottom: 12px;
}
.contact .download-section .rw:last-child {
    border-bottom: 1px dotted #2B3F4D;
}
.contact .download-section .rw .title {
    font-weight: 600;
    font-size: 20px;
    color: #2B3F4D;
    text-transform: uppercase;
	letter-spacing: 0.12em;
}
.contact .download-section .rw .plinks {
    color: #2B3F4D;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.contact .download-section .rw .plinks a:hover {
    text-decoration: none;
}
.contact .news-section {
    background: #f2f2f2;
}
.contact .news-section .container {
    padding-top: 35px;
    padding-bottom: 35px;
}
.contact .section-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}
.contact .news-section .itm {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.025em;
}
.contact .news-section .itm .tit {
    padding-top: 15px;
}

/* About */
.about .abt-section {
    padding-top: 35px;
    padding-bottom: 0;
}
.about .abt-section .left {
    padding-right: 45px;
    font-size: 18px;
    letter-spacing: 0.015em;
    padding-top: 35px;
}
.about .abt-section h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about .blue-section {
    color: #fff;
    background: rgba(50,77,94,0.8);
    padding: 35px 0 25px;
}
.about .blue-section h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about .white-section {
	padding: 35px 0 25px;
    font-size: 18px;
    letter-spacing: 0.015em;
}
.about .white-section h2 {
	font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.about .white-section iframe {
    width: 100%;
}
.about .grey-section {
    background: #f2f2f2;
    padding: 50px 0 55px;
}
.about .grey-section .container {
    background: #fff;
    border-radius: 3px;
    padding: 15px 30px;
}
.about .grey-section h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Speaking page */
.speaker .intro-section {
    padding: 35px 0 25px;
    font-size: 18px;
    letter-spacing: 0.015em;
}
.speaker .intro-section h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.speaker .intro-section iframe {
	width: 100%;
}
.speaker .blue-section {
    color: #fff;
    background: rgba(50,77,94,0.8);
    padding: 35px 0 25px;
}
.speaker .blue-section h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.speaker .blue-section a.but {
	color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 14px 17px 12px;
    letter-spacing: 0.05em;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    margin: 5px auto;
    display: inline-block;
}
.speaker .blue-section a.but:hover {
	color: rgba(50,77,94,0.8);
	background: #fff;
}
.speaker input[type="text"], .book .frm input[type="text"] {
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 7px;
    color: #fff;
    font-weight: 300;
    padding: 10px 5px !important;
}
.speaker textarea, .book .frm textarea {
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 7px;
    color: #fff;
    font-weight: 300;
    padding: 10px 5px !important;
    max-height: 220px;
}
.speaker input[type="text"]:focus, .speaker textarea:focus,
.book .frm input[type="text"]:focus, .book .frm textarea:focus {
    outline: 0;
    background: rgba(255,255,255,.15);
}
.speaker .gform_wrapper .gform_footer, .book .frm .gform_wrapper .gform_footer {
    text-align: center;
}
.speaker .gform_wrapper .gfield_required, .book .frm .gform_wrapper .gfield_required {
    color: #fff;
}
.speaker .gform_wrapper .gform_footer input[type="submit"], .book .frm .gform_wrapper .gform_footer input[type="submit"] {
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px 14px;
    text-decoration: none;
    color: #325D95;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 350ms ease;
}
.speaker .gform_wrapper .gform_footer input[type="submit"]:hover, .book .frm .gform_wrapper .gform_footer input[type="submit"]:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    transition: 350ms ease;
}
.speaker .event-section {
    padding: 45px 0;
    background: #f2f2f2;
}
.speaker .event-section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #0A1940;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.6;
}
.speaker .event-section .event {
    margin-bottom: 30px;
}
.speaker .event-section .event .hld {
    background: #fff;
    border-radius: 5px;
    padding: 20px 25px;
    min-height: 200px;
}
.speaker .event-section .event .hld .place {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #324D5E;
    text-transform: uppercase;
}
.speaker .event-section .event .hld .tit {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-style: italic;
}
.speaker .event-section .event .hld .date {
    color: #0C1A4E;
    letter-spacing: 0.025em;
}

.all-press{
  display: flex;
  justify-content: center;
}

.press{
  margin: 50px 0px;
}

.press-hit{
  flex-basis: 33%;
  padding: 10px;
}

.press-container{
  border: 1px solid #eee;
  padding: 15px;
  height: 100%;
  transition: all .4s;
  text-align: center;
}

.press-container:hover{
  box-shadow: 0px 0px 35px -7px rgba(0,0,0,0.4);
}

.press-img-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.press-img-container a{
  max-height: 100%;
}


.press-text-container h3{
  font-size: 22px;
  line-height: 26px;
  padding-top: 30px;
}

.press-text-container h3 a{
  color: black;
}

.press-text-container p{
  display: none;
}

/* Book section */
.book .book-section {
    padding: 35px 0;
    font-size: 18px;
    letter-spacing: 0.025em;
}
.book .book-section h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.book .book-section .txt h3 {
	font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9B825E;
    text-transform: uppercase;
    line-height: 1.6;
}
.book .book-section .txt h3 a {
	color: #9B825E;
}
.book .book-section .txt h3 a:hover {
	color: #2B3F4D;
}
.book .frm {
	color: #fff;
    background: #2B3F4D;
    padding: 45px 0;
}
.book .frm h3 {
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.book .frm .but {
	text-align: center;
	padding: 20px 0;
}
.book .frm .but a {
	background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px 14px;
    text-decoration: none;
    color: #325D95;
    border-radius: 3px;
    border: 2px solid #fff;
    transition: 350ms ease;
}
.book .frm .but a:hover {
	border: 2px solid #fff;
    background: transparent;
    color: #fff;
    transition: 350ms ease;
}
.book .frm .gform_confirmation_message a {
	color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 14px 17px 12px;
    letter-spacing: 0.05em;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    margin: 5px auto;
    display: inline-block;
}
.book .frm .gform_confirmation_message a:hover {
	color: #2B3F4D;
	background: #fff;
}
.book .testimonial-section {
	padding: 35px 0;
	font-size: 18px;
	letter-spacing: 0.015em;
}
.book .testimonial-section h3 {
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.book .testimonial-section h4 {
	font-style: italic;
	font-size: 16px;
}
.book .blue-section {
    color: #fff;
    background: rgba(50,77,94,0.8);
    padding: 35px 0 25px;
}
.book .blue-section h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.book .logos {
    background: #fff;
    padding: 50px 0 55px;
    text-align: center;
}
.book .logos .container {
    max-width: 920px
}
.book .logos .logo {
    display: inline-block;
    margin-left: -2px;
    vertical-align: middle;
    float: none;
    text-align: center;
}

.download-review{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
}

.download-review h3{
  margin-bottom: 35px;
}

#gform_submit_button_4{
  background: #2B3F4D;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px 14px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #2B3F4D;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 350ms ease;
}

#gform_4 .gform_footer{
  text-align: center;
}

.homepage .top-image {
    position: relative;
    min-height: 650px;
    background-size: cover;
    background-position: center;
}
.homepage .top-image .hero {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: left;
}
.homepage .top-image .hero h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    line-height: 2;
    display: table;
    padding: 8px 25px 8px 10%;
    background: rgba(50,77,94,0.8);
    letter-spacing: 0.06em;
}
.homepage .logos-section .container {
    padding: 40px 0 55px;
    text-align: center;
}
.homepage .logos-section .container h3 {
	margin-top: 0;
	font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #0A1940;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.homepage .logos-section .container .logo-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.homepage .logos-section .container .logo {
    /* display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    max-width: 23%; */
    height: 100px;
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}
.homepage .logos-section .container .logo img {
    max-width: 100%;
    max-height: 100%;
}
.homepage .intro {
    padding: 35px 0;
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;
}
.homepage .intro h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.6;
}
.homepage .wdgs {
  display: flex;
  flex-wrap: wrap;
}
.homepage .wdgs .widget {
    text-align: center;
    color: #fff;
    background: #9B825E;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.07em;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 350ms ease;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    min-height: 130px;
}
.homepage .wdgs .widget:hover {
    opacity: 0.85;
    transition: 350ms ease;
}
.homepage .wdgs .widget.wd1 {
    background: #324D5E;
}
.homepage .wdgs .widget.wd3 {
    background: #858483;
}
.homepage .wdgs .widget a {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 96%;
    display: block;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.homepage .questions {
    padding: 54px 0 64px;
    background: #f2f2f2;
}
.homepage .questions h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9B825E;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.6;
}
.homepage .questions .container .hldr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    direction: ltr;
}
.homepage .questions .container .quest {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.015em;
}
.homepage .questions .container .quest .hld {
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    padding: 50px 25px;
    height: 100%;
}
.homepage .book-section {
    padding: 45px 0;
}
.homepage .book-section .cover, .book .book-section .cover  {
	position: relative;
}
.homepage .book-section .cover {
	padding-top: 45px;
}
.homepage .book-section .cover .stamp, .book .book-section .cover .stamp {
    background: url(../img/featured.png) center no-repeat;
    width: 178px;
    height: 158px;
    position: absolute;
    right: -24px;
    bottom: -30px;
	background-size: contain;
}
.homepage .book-section h2 {
    margin-bottom: 20px;
    font-style: italic;
    color: #0A1940;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
}
.homepage .book-section h2 strong {
    text-transform: uppercase;
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
}
.homepage .book-section .but a {
    color: #324D5E;
    border: 2px solid #324D5E;
    border-radius: 3px;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600;
    padding: 12px 24px;
}
.homepage .book-section .but a:hover {
    color: #fff;
    background: #324D5E;
    border-color: #324D5E;
}
.homepage .blue-section {
    color: #fff;
    background: rgba(50,77,94,0.8);
    padding: 35px 0 25px;
    font-size: 18px;
    letter-spacing: 0.015em;
    text-align: center;
}
.homepage .blue-section .container {
    max-width: 920px;
}
.homepage .blue-section h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.homepage .about-section {
    padding: 54px 0 64px;
    background: #f2f2f2;
}
.homepage .about-section .hold {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    direction: ltr;
}
.homepage .about-section .hld {
    padding: 20px 25px 35px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
}
.homepage .about-section .hld h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #324D5E;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.homepage .about-section .hld .txt {
    padding-top: 20px;
}
.homepage .about-section .but a {
    color: #324D5E;
    border: 2px solid #324D5E;
    border-radius: 3px;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600;
    padding: 12px 24px;
}
.homepage .about-section .but a:hover {
    color: #fff;
    background: #324D5E;
    border-color: #324D5E;
}
area:focus {
    outline: 0;
}
.homepage .circles-section {
    padding: 35px 0 55px;
}
.homepage .circles-section .container {
    max-width: 920px;
}
.homepage .circles-section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9B825E;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.6;
}
.homepage .circles-section .left {
    text-align: center;
}
.homepage .circles-section .right {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.9;
    padding-top: 35px;
}
.homepage .circles-section .right h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #324D5E;
    text-transform: uppercase;
    text-align: center;
}
.homepage .chart-section {
    padding: 55px 0 35px;
}
.homepage .chart-section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #324D5E;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.6;
}
.homepage .chart-section .left {
    text-align: center;
    line-height: 2;
}
.homepage .chart-section .right {
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-top: 60px;
}
.homepage .chart-section .right h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #0A1940;
    text-transform: uppercase;
}
/* Assessment */
.speaker.result .blue-section a {
	color: #fff;
	text-decoration: underline;
}
.speaker.result .blue-section a:hover {
	color: #fff;
	text-decoration: none;
}
.assessment .top-section {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.assessment .top-section .hldr {
	background: rgba(50,77,94,.7);
}
.assessment .top-section .container {
	padding: 50px;
}
.assessment .quiz {
	padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background: #fff;
    text-align: center;
}
.assessment .quiz input[type=radio] + label,
.assessment .quiz input[type=checkbox] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px !important;
	margin-right: 15px !important;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 14px !important;
    font-style: italic;
}
.assessment .quiz input[type=radio],
.assessment .quiz input[type=checkbox] {
	display: none !important;
}
.assessment .quiz input[type=radio] + label:before,
.assessment .quiz input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
    font-weight: normal;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
    border: 1px solid #868e96;
}
.assessment .quiz input[type=radio] + label:before {
	border-radius: 50%;
}
.assessment .quiz input[type=checkbox] + label {
	margin-bottom: 10px;
    font-weight: normal;
    font-style: italic;
}
.assessment .quiz input[type=checkbox] + label:before {
    border-radius: 0;
}
.assessment .quiz input[type=radio]:checked + label:before {
    content: "\2022";
    color: #324D5E;
    font-size: 40px;
    text-align: center;
    line-height: 14px;
    font-weight: 600;
    font-style: normal;
    padding-left: 0px;
}
.assessment .quiz input[type=checkbox]:checked + label:before {
	content: "\271";
	font-size: 15px;
	color: #0a54ab;
	text-align: center;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
}
.assessment .quiz .gform_wrapper .gform_page_footer .button.gform_next_button,
.assessment .quiz .gform_wrapper .gform_page_footer .button.gform_previous_button,
.assessment .gform_wrapper .gform_page_footer .button.gform_button {
    background: #2B3F4D;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #2B3F4D;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 350ms ease;
}
.assessment .gform_wrapper .percentbar_blue {
	background-color: #9B825E;
}
.assessment .quiz .gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.assessment .quiz .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.assessment .gform_wrapper .gform_page_footer .button.gform_button:hover {
    border: 2px solid #2B3F4D;
    background: #fff;
    color: #2B3F4D;
    transition: 350ms ease;
}
.assessment .quiz input[type="text"] {
	border: 2px solid #2B3F4D;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 7px;
    color: #808285;
    font-weight: 300;
    padding: 10px 5px !important;
}
.assessment .quiz .gform_wrapper label.gfield_label {
	color: #324D5E;
    font-weight: 600;
	text-transform:uppercase;
	font-size: 16px;
	letter-spacing:0.07em;
}
.assessment .quiz .gform_wrapper .gform_page_footer {
	border-top: none;
}
.assessment .content.entry-content {
	color:#fff;
}
.assessment .content.entry-content h2 {
	text-transform: uppercase;
	letter-spacing:0.07em;
	font-size:18px;
	color:#fff;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .about-section .txt-hldr .txt {
        padding: 60px 45px;
    }
    .about .abt-section .left {
        padding-top: 0;
    }
    .homepage .wdgs .widget {
        line-height: 1.5;
        min-height: 94px;
    }
	ul.bookmarks li {
		padding: 0 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    /* Mobile nav */
    .navbar-default.tgl {
        right: 15px;
        top: 0;
    }
    .navbar-default.tgl.drk {
        right: 10px;
        top: -50px;
        z-index: 2900;
        position: fixed;
    }
    #page .navbar-default.tgl.drk {
        right: 9px;
        top: 8px;
        z-index: 2900;
        position: fixed;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar {
        right: auto;
        background: none;
        border: none;
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    .navbar-toggle {
        display: block;
    }

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

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

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
        padding-left: 15px;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }
    .navbar-section {
        height: 0;
    }
    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        width: 50%; /* 6 columns */
        left: -50%;
        height: 100%;
        background: #fff;
        z-index: 90000;
        -webkit-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    .sidebar-offcanvas.on {
        left: 0;
    }
    .sidebar-offcanvas {
        background-color: rgba(10,36,99,0.85);
        background-position: center;
        background-repeat: repeat;
        padding: 16px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .sidebar-offcanvas
    .navbar-nav .open .dropdown-menu {
        text-align: left;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }
    .navbar-nav>li {
        float: none;
        text-align: left;
        padding-right: 10px;
    }
    .site-branding.alignleft {
        float: none;
        margin-right: 0;
        margin: 0 auto;
    }
    .hdrhld {
        text-align: center;
        padding-top: 35px;
    }
    .sidebar-offcanvas {
        width: 65%;
        left: -65%;
    }
    .site-branding img {
        max-width: 320px;
    }
    .tiny .hdrhld {
        padding-top: 24px;
    }
    .tiny .site-branding img {
        max-width: 224px;
        transition: ease all 500ms;
    }
    .frbs.alignright {
        float: left;
        margin-left: 0;
        padding-top: 20px;
    }
    .site-footer .foot-top .rl {
        padding-left: 0;
    }
    .contact .news-section .itm {
        margin-bottom: 30px;
    }
    .about .abt-section .img {
        text-align: center;
        margin-bottom: 25px;
    }
    .about .abt-section .left {
        padding-right: 15px;
    }
    .homepage .top-image .hero h1 {
        font-size: 24px;
    }
    .homepage .about-section .hold {
        display: block !important;
    }
    .homepage .about-section .box {
        margin-bottom: 30px;
    }
    .homepage .about-section .box img {
        width: 100%;
        height: auto;
    }
    .homepage .about-section .but {
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .download-review{
    width: 100%;
    margin-left: none;
    margin-right: none;
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .press-hit{
    flex-basis: 100%;
  }
    .site-footer .foot-top .rr {
        padding-left: 0;
    }
    ul.bookmarks li {
        padding: 0 18px;
    }
    .about-section .txt-hldr .txt {
        padding: 45px 15px;
        font-size: 18px;
    }
    .book .logos .logo {
        margin-bottom: 30px;
    }
    .homepage .logos-section .container .logo {
        max-width: 42%;
        margin-bottom: 30px;
    }
    .homepage .questions .container .hldr {
        display: block;
    }
    .homepage .questions .container .quest {
        margin-bottom: 30px;
    }
	.homepage .book-section .cover .stamp, .book .book-section .cover .stamp {
		left: 10px;
		bottom: -15px;
		right: auto;
	}
  .homepage .logos-section .container .logo {
      width: calc(100% / 4);
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .site-footer .foot-top .lg {
        max-width: 58%;
    }
    ul.bookmarks li {
        width: 48%;
        margin-left: -4px;
        padding: 12px 19px;
    }
    ul.bookmarks li.tweet {
        border-right: none;
        border-bottom: 2px solid #324D5E;
    }
    ul.bookmarks li.like {
        border-bottom: 2px solid #324D5E;
    }
    .entry-content h2 {
        font-size: 22px;
    }
    .about .grey-section .container {
        padding: 15px 20px;
    }
    .homepage .top-image .hero h1 {
        font-size: 14px;
    }
    .homepage .top-image {
        min-height: 480px;
    }
    .homepage .logos-section .container .logo {
        width: calc(100% / 3);
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
