/*==================================================
    
    Theme Name: McChrystal
    Theme URI: https://www.mcchrystalgroup.com
    Description: Theme for McChrystal Group
    Author: Daniel Post
    Author URI: http://www.danielpost.com
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 2.0

==================================================*/

/* --------------------------------------------------------------
CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

/* Clearing */
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after,
.clear:after,
.row:after {
  clear: both; }
.row,
.clear,
.clearfix { zoom: 1; }

/* .container class is cleared by default */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }


/* --------------------------------------------------------------
WordPress Elements
-------------------------------------------------------------- */
.wp-caption {
    margin: 0 0 15px;
    text-align:center;
}
.wp-caption img {
    margin-top: 5px;
}

.wp-caption .wp-caption-text {
    font-size: 0.8em;
    line-height: 17px;
    padding: 5px 4px;
    margin: 0;
    color: #777;
}

.aligncenter {
    display:block;
    margin:0 auto 40px;
    margin-top: 40px;
}

.alignright {
    float:right;
    margin: 10px 0 30px 40px;
}

.alignleft {
    float:left;
    margin: 10px 40px 30px 0;
}

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

img.aligncenter,
img.alignright,
img.alignleft {
    text-align:center;
}

.textcenter {
    text-align:center;
}

.textright {
    text-align:right;
}

.textleft {
    text-align:left;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* --------------------------------------------------------------
Basic Styles
-------------------------------------------------------------- */
body {
    background: #fff;
    font: 16px/1.8 'Whitney SSm A', 'Whitney SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #555;
}

img {
    max-width: 100%;
    height: auto;
}

img.float-left {
    margin: 0 40px 30px 0;
}

img.float-right {
    margin: 0 0 30px 40px;
}

a {
    color: #345d89;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a:hover {
    color: #000;
}

hr {
    display: block;
    height: 2px;
    width: 60px;
    background: #ddd;
    border: 0;
    margin: 20px 0;
    clear: both;
}

form {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

input[type="text"],
input[type="email"],
textarea {
    display: block;
    border: 2px solid #e5e5e5;
    margin: 0;
    padding: 15px !important;
    background: #fff;
    color: #555;
    font-family: inherit;
    font-size: 14px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #ccc;
}

textarea {
    width: 100%;
}

label {
    display: block;
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
}

* { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}


/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight:inherit; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p         { margin-bottom: 20px;}
em, i     { font-style: italic;}
strong, b { font-weight: bold;}
.small    { font-size: 80%;}
.center   { text-align: center;}


/* --------------------------------------------------------------
Main Grid
-------------------------------------------------------------- */
.container {
    max-width: 1100px;
    padding: 0px;
    margin: 0 auto;
    position: relative;
}

.site-wrapper {
    position: relative;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
#header {
    background: #406287; /* Old browsers */
    background: -moz-linear-gradient(top,  #406287 0%, #2b5787 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #406287 0%,#2b5787 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #406287 0%,#2b5787 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406287', endColorstr='#2b5787',GradientType=0 ); /* IE6-9 */
    color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
    z-index: 10;
}

.home #header, .page-id-1960 #header {
    background: rgba(0,0,0,.4);
    margin-bottom: 0;
}

.home .header-container, .page-id-1960 .header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.logo {
    float: left;
    padding-top: 20px;
}

.logo a {
    display: inline-block;
    height: 22px;
    width: 178px;
    background: url('img/logo.png') no-repeat center;
    background-size: 178px 22px;
}


/* --------------------------------------------------------------
Primary Navigation
-------------------------------------------------------------- */
 #header #primary-nav {
    float: right;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid #557fad;
}

.home #header #primary-nav, .page-id-1960 #header #primary-nav {
    border-right: 1px solid rgba(255,255,255,.1);
}

#primary-nav li {
    position: relative;
    display: inline-block;
}

#header #primary-nav li a {
    display: inline-block;
    padding: 25px;
    color: #c2d3e6;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    border-left: 1px solid #557fad;
    border-right: 1px solid rgba(0,0,0,0.2);
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.home #header #primary-nav li a, .page-id-1960 #header #primary-nav li a {
    color: #ccc;
    border-left: 1px solid rgba(255,255,255,.1);
}

#header #primary-nav li a:hover,
.home #header #primary-nav li a:hover {
    color: #fff;
}

/* Dropdown */
#header #primary-nav li ul {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 68px;
    transition: visibility 0s linear .3s, opacity .3s linear;

}

#header #primary-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

#header #primary-nav li ul li {
    display: block;
    white-space: nowrap;
}

#header #primary-nav li ul li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #aaa;
}

#header #primary-nav li ul li a,
.home #header #primary-nav li ul li a {
    display: block;
    background: #f2f2f2;
    color: #345d89;
    border: 0;
    text-shadow: none;
    padding: 15px;
    margin-bottom: 1px;
    text-transform: initial;
    font-size: 13px;
    font-weight: 400;
}

#header #primary-nav li ul li a:hover,
.home #header #primary-nav li ul li a:hover {
    background: #345d89;
    color: #fff;
}

#header #primary-nav li ul li ul {
    position: absolute;
    left: 100%;
    left: calc(100% + 1px);
    top: 0;
    visibility: hidden;
    opacity: 0;
}

#header #primary-nav li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

/* --------------------------------------------------------------
Secondary Navigation
-------------------------------------------------------------- */
.secondary-nav {
    background: #000;
}

.secondary-nav #secondary-nav {
    float: right;
    padding: 3px 0;
}


.secondary-nav #secondary-nav li {
    margin-left: 15px;
    display: inline-block;
}

.secondary-nav #secondary-nav li a {
    display: inline-block;
    color: #999;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
}

.secondary-nav #secondary-nav li a:hover {
    color: #fff;
}


/* --------------------------------------------------------------
Side Menu
-------------------------------------------------------------- */
.sidebar-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    padding: 35px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #0c0c0c;
    width: 280px;
    z-index: 1;
}

.site-container {
    position: relative;
    min-height: 100%;
    background: #fff;
    right: 0;
    z-index: 2;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.site-container.active {
    right: 280px;
}

.sidebar-menu::-webkit-scrollbar { 
    display: none; 
}

.sidebar-menu-button {
    display: none;
    margin-top: 10px;
    float: right;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sidebar-menu-button i {
    margin-left: 5px;
}

/* --------------------------------------------------------------
Homepage Slider
-------------------------------------------------------------- */
a.slider-button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 1;
}

a.slider-button.button-dark {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    color: #111;
    padding: 20px;
    border: 2px solid #111;
    font-size: 16px;
    line-height: 1;
}

a.slider-button:hover {
    background: #fff;
    color: #345d89;
}

a.slider-button.button-dark:hover {
    background: #111;
    color: #fff;
}


/* --------------------------------------------------------------
Pages
-------------------------------------------------------------- */
#main {
    float: left;
    width: 100%;
    max-width: 740px;
    margin-bottom: 30px
}

#main.full-width {
    max-width: 1100px;
}

#sidebar {
    float: right;
    width: 100%;
    max-width: 300px;
    margin: 0 0 30px 30px;
    font-size: 14px;
}

#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar input {
    width: 100%;
}

#sidebar ul,
#content #sidebar ul {
    margin-left: 0;
}

#sidebar ul li {
    list-style: none;
}

#sidebar ul li,
#content #sidebar ul li {
    display: block;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

#sidebar .menu-sidebar-menu-container ul {
    border: 1px solid #ddd;
    border-radius: 3px;
    list-style: none;
}

#sidebar .menu-sidebar-menu-container ul li,
#content #sidebar .menu-sidebar-menu-container ul li {
    border-bottom: 0;
    padding: 0;
}

#sidebar .menu-sidebar-menu-container ul li a {
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    color: #345d89;
}

#sidebar .menu-sidebar-menu-container ul li a:hover {
    color: #000;
}

#sidebar .menu-sidebar-menu-container ul li a:after {
    font-size: 11px;
    margin-left: 5px;
    color: #aaa;
    font-family: FontAwesome;
    content: "\f105";
}

#sidebar button,
#sidebar .btn {
    width: 100%;
}

#content p {
    margin-bottom: 30px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
}

#content h2 {
    font-size: 24px;
}

#content h3 {
    font-size: 16px;
}

#content h3.slogan {
    margin-bottom: 20px
}

#content h4 {
    font-size: 14px;
}

#content ul {
    list-style: circle;
    margin: 0 0 30px 20px;
}

#content ul li {
    margin-bottom: 10px;
}

#content img {
    display: block;
}

h2.page-title,
#content h2.page-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    text-transform: initial;
    font-family: 'Whitney SSm A', 'Whitney SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
}

.page-title-container {
    position: relative;
    margin: -40px 0 60px;
    padding: 50px 0 20px;
    background: #111;
}

.page-title-container h2.page-title {
    position: relative;
    z-index: 5;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.page-title-container h2.page-title span {
    padding: 25px 35px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.6);
}

.page-title-container nav {
    margin: 40px 0 -20px;
}

.page-title-container nav ul li {
    position: relative;
    display: inline-block;
}

.page-title-container nav ul li a {
    display: block;
    padding: 10px 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    box-shadow: inset 0 -10px 10px rgba(0,0,0,.1);
    border-radius: 5px 5px 0 0;
    opacity: 0.9;
}

.page-title-container nav ul li a:hover {
    color: #345d89;
}

.page-title-container nav ul li.current_page_item a,
.page-title-container nav ul li.current_page_ancestor a {
    color: #345d89;
    box-shadow: none;
    opacity: 1;
}

.page-title-container nav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
    min-width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
    border: 1px solid #eee;
    border-width: 0 1px 1px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    overflow: hidden;
}

.page-title-container nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.page-title-container nav ul li ul li {
    display: block;
    border-top: 1px solid #eee;
}

.page-title-container nav ul li ul li a {
    border-radius: 0;
    color: #999;
    box-shadow: none;
    text-transform: initial;
    font-weight: 400;
    padding: 10px 15px;
    opacity: 1;
}

.page-title-container nav ul li.current_page_item li a,
.page-title-container nav ul li.current_page_ancestor li a {
    color: #999;
    box-shadow: none;
}

.page-title-container nav ul li ul li.current_page_item a,
.page-title-container nav ul li ul li a:hover {
    color: #345d89;
}

.page-sidebar {
    background: #f2f2f2;
    width: 300px;
    margin: 0 0 30px 30px;
    float: right;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#content .page-sidebar ul {
    list-style: none;
    margin: 0;
}

#content .page-sidebar ul li {
    border-bottom: 1px solid #fff;
    margin: 0;
}

.page-sidebar ul li a {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    color: #777;
}

.page-sidebar ul li a i {
    margin-right: 5px;
    margin-left: -20px;
    color: #ddd;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.page-sidebar ul li a:hover {
    padding-left: 30px;
    color: #222;
}

.page-sidebar ul li a:hover i {
    opacity: 1;
}

.page-sidebar ul li:first-child {
    background: #345d89; /* Old browsers */
    background: -moz-linear-gradient(top,  #396594 0%, #345d89 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#396594), color-stop(100%,#345d89)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #396594 0%,#345d89 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #396594 0%,#345d89 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #396594 0%,#345d89 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #396594 0%,#345d89 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#396594', endColorstr='#345d89',GradientType=0 ); /* IE6-9 */
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
}

.page-sidebar ul li:first-child a {
    color: #adc5dc;
}

.page-sidebar ul li:first-child a:hover {
    color: #fff;
}

.page-sidebar ul li:first-child a:hover i {
    color: #adc5dc;
}

/* Slider on Pages */
.content .rev_slider_wrapper {
    margin-bottom: 40px !important;
    max-width: 100% !important;
}

.content .rev_slider {
    max-width: 100% !important;
}

/* Pages List */
.child-item {
    position: relative;
    display: block;
    float: left;
    width: 350px;
    height: 220px;
    margin: 0 25px 25px 0;
    background-color: #345d89;
}

.child-item:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.child-item:nth-child(3n+3) {
    margin-right: 0;
}

.child-item .child-info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding-right: 30px;
}

#content .child-item .child-info .child-title {
    position: relative;
    left: 0;
    font-size: 22px;
    line-height: 1;
    text-transform: initial;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    font-family: 'Whitney SSm A', 'Whitney SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#content .child-item:hover .child-info .child-title {
    left: 10px;
}

/* --------------------------------------------------------------
Insights Page
-------------------------------------------------------------- */
.insights-container {
    background: #f6f6f6;
    padding-top: 40px;
    margin-top: -60px;
}

#content .insights {
    margin: 0 0 20px 0;
}

#content .insights .insight-category i {
    color: #ddd;
    margin-right: 10px;
}

#content .insights .insight-category:first-child {
    margin-top: 0;
}

#content .insights li {
    margin: 0;
}

#content .insights .insight {
    width: 255px;
    min-height: 255px;
    margin: 0 10px 20px;
    z-index: 5;
}

#content .insights .insight-block {
    display: block;
    min-height: 255px;
    width: 100%;
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    z-index: 5;
    background: #fff;
    border: 1px solid;
    border-color: #ece9e6 #e2dfdc #d8d5d3;
    padding-bottom: 60px;
}

#content .insights .insight-block .insight-content {
    display: block;
    padding: 25px;
}

#content .insights .insight-block img {
    margin-bottom: 0;
}

#content .insights .insight-block iframe {
    max-width: 100%;
    height: auto;
}

#content .insights .insight-block .insight-title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #345d89;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#content .insights .insight-block .insight-author {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #888;
    display: block;
    padding: 15px 25px;
    background: #fafafa;
    line-height: 1.4;
    text-transform: uppercase;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#content .insights .insight-block .insight-author i {
    margin-right: 10px;
    color: #bbb;
}

#content .insights .insight-block .insight-logo {
    display: block;
    margin-top: 30px;
    max-width: 50%;
}

#content .insights .insight.insight-double-height,
#content .insights .insight.insight-double-height .insight-block {
    min-height: 530px;
}

#content .insights .insight.insight-double-width,
#content .insights .insight.insight-double-width .insight-block {
    width: 530px;
}

#content .insights .insight-category {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    width: 255px;
    float: left;
    padding: 25px;
    border: 1px solid #24456a;
    background: #345d89;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 10px 20px;
    clear: both;
}

#content .insights .insight:hover {
    z-index: 10;
}

#content .insights .insight-block:hover {
    position: relative;
    color: #fff;
    background: #345d89;
    border-color: #24456a;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
    transform:scale(1.05);
    -webkit-backface-visibility: hidden;
}

#content .insights .insight-block:hover .insight-title {
    color: #fff;
}

#content .insights .insight-block:hover .insight-author {
    color: #6c91b5;
    background: #24456a;
    border-color: #24456a;
}

#content .insights .insight-block:hover .insight-author i {
    color: #6c91b5;
}

#content .insights .insight-block .fa-chevron-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 36px;
    color: #6c91b5;
    opacity: 0;
    transition: transform .2s ease-in-out;
}


#content .insights .insight-block:hover .fa-chevron-right {
    opacity: 1;
    transform: translate3d(0px, 0px, 110%);
}


/* --------------------------------------------------------------
Media Center
-------------------------------------------------------------- */
#content .media-twitter {
    float: right;
    width: 300px;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

@media only screen and (min-width: 1151px) {
    #content .media-twitter {
        padding: 20px;
        background: #f2f2f2;
    }
}

#content .media-list {
    list-style: none;
    margin-left: 0;
}

#content .media-list li {
    position: relative;
    padding: 25px 125px 25px 25px;
    border-radius: 5px;
    background: #f2f2f2;
    margin:: 0 0 10px 0;
}

#content .media-list .media-item {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

#content .media-list .media-item .fa {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 72px;
}

#content .media-list a li {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    left: 0;
}

#content .media-list a:hover li {
    left: 20px;
}

#content .media-list a:hover .media-item {
    color: #345d89;
}

#content .media-list li p {
    margin-bottom: 0;
    color: #777;
}

/* --------------------------------------------------------------
About Pages
-------------------------------------------------------------- */
.testimonial {
    background: #f2f2f2;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* --------------------------------------------------------------
Bio Page
-------------------------------------------------------------- */
#content .bio-page-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.bio-overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    display: none;
}

.bio-items {
    width: 1101px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.bio-item-container {
    float: left;
}

.bio-item {
    position: relative;
    float: left;
    width: 182px;
    height: 252px;
    margin: 0 1px 1px 0;
}

.bio-front.active {
    z-index: 1000;
}

.bio-item-person {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 1s;
}

.csstransforms3d .bio-item-person {
    -webkit-perspective: 728px;
    -moz-perspective: 728px;
}

.bio-item-person .bio-item-photo,
.bio-item-person .bio-item-name {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.csstransforms3d .bio-item-person .bio-item-photo,
.csstransforms3d .bio-item-person .bio-item-name {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bio-item-person .bio-item-photo {
    background: #eee;
}

.no-csstransforms3d .bio-item-person .bio-item-photo {
    z-index: 400;
}

.no-csstransforms3d .bio-item-person:hover .bio-item-photo {
    display: none;
}

#content .bio-item-person .bio-item-photo .bio-item-front-name {
    padding: 10px 9px;
}

#content .bio-item-person .bio-item-photo .bio-item-front-name h3 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
}

#content .bio-item-person .bio-item-photo .bio-item-front-name h4 {
    font-size: 10px;
    color: #999;
    line-height: 1;
}

.bio-item-person .bio-item-name {
    background: #345d89;
    text-align: center;
    padding: 70px 20px 0;
}

.csstransforms3d .bio-item-person .bio-item-name {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}

#content .bio-item-person .bio-item-name h3 {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

#content .bio-item-person .bio-item-name h4 {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    color: #345d89;
}

@media only screen and (min-width: 1151px) {
    .csstransforms3d .bio-item-person:hover .bio-item-photo {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    }

    .csstransforms3d .bio-item-person:hover .bio-item-name {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
    }
}

.bio-section {
    background: #fff;
    padding: 60px 150px 40px 60px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    z-index: 1000;
    display: none;
    width: 916px;
    height: auto;
}

.bio-section i {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 60px;
    color: #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bio-section i:hover {
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#content .bio-section h3 {
    margin-bottom: 20px;
    color: #999;
}

#content .bio-section p {
    margin-bottom: 15px;
}

/* --------------------------------------------------------------
Careers Page
-------------------------------------------------------------- */
#content .careers {
    margin: 0 0 30px 0;
}

#content .careers .career {
    list-style: none;
    margin: 0;
}

#content .careers .career .fa {
    margin-right: 5px;
}

#content .careers .career h4 {
    cursor: pointer;
    display: block;
    padding: 15px;
    background: #eee;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#content .careers .career h4.active {
    background: #345d89;
    color: #fff;
}


/* --------------------------------------------------------------
Contact Page
-------------------------------------------------------------- */
.contact-info {
    float: right;
    width: 300px;
    margin-left: 30px;
    background: #f2f2f2;
}

.contact-info span {
    display: block;
    padding: 30px 30px 0 30px;
}


/* --------------------------------------------------------------
Team Of Teams
-------------------------------------------------------------- */
/* Transparent Header */
.page-template-template-tot-php #header {
    position: relative;
    background: rgba(0,0,0,.4);
    margin-bottom: 0;
    z-index: 100;
}

.page-template-template-tot-php #header #primary-nav {
    border-right: 1px solid rgba(255,255,255,.1);
}

.page-template-template-tot-php #header #primary-nav li a {
    color: #ccc;
    border-left: 1px solid rgba(255,255,255,.1);
}

.page-template-template-tot-php #header #primary-nav li a:hover {
    color: #fff;
}

.page-template-template-tot-php #header #primary-nav li ul li a {
    background: #f2f2f2;
    color: #345d89;
    border: 0;
    text-shadow: none;
    padding: 15px;
    margin-bottom: 1px;
}

.page-template-template-tot-php #header #primary-nav li ul li a:hover {
    background: #345d89;
    color: #fff;
}
/* End Header */

.tot-header-container {
    margin-top: -62px;
    margin-bottom: 60px;
    background: #f6f4ef;
    background: url('img/tot-bg.png');
    background-size: cover;
}

.tot-header-container .container {
    padding-top: 120px;
}

.tot-header-book {
    opacity: 0;
    float: right;
    position: relative;
    height: 440px;
    width: 315px;
    right: -10px;
}

.tot-header-title {
    float: left;
    padding: 0 0 0 30px;
}

.tot-header-title .tot-bestseller {
    opacity: 0.7;
    margin-bottom: 30px;
}

.tot-header-title .tot-bestseller img {
    max-width: 195px;
}

.tot-header-title .tot-bestseller h3 {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
}

.tot-header-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
}

.tot-header-title h2 {
    color: #977118;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.tot-header-title  a.tot-button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border: 2px solid #777;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
}

.tot-header-title  a.tot-button:hover {
    border-color: #977118;
    background: #977118;
}

.tot-social {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.tot-social .fb_iframe_widget {
  top: -9px;
  margin-right: 10px;
}

.tot-social #twitter-widget-0 {
    width: 66px !important;
}

#content .tot-author-bios .tot-author-bio {
    cursor: pointer;
    margin-bottom: 5px;
}

#content .tot-author-bios .tot-author-bio .tot-author-bio-picture {
    display: block;
    margin-bottom: 20px;
}

#content .tot-author-bios .tot-author-bio em {
    display: block;
    color: #444;
    background: #f5f5f5;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#content .tot-author-bios .tot-author-bio:hover em {
    color: #fff;
    background: #977118;
}

#content .tot-author-bios p {
    font-size: 13px;
    margin-bottom: 10px;
}

.tot-author-bio-content {
    display: none;
    padding: 20px;
    border: 1px solid #f5f5f5;
}

.tot-slogan {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 50px;
    color: #777;
}

.tot-sidebar .btn {
    background: #977118;
}

.tot-sidebar .btn i {
    color: #d2a94a;
}


/* ToT order pop-up */
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0
}

.popup {
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: -9999;
}

.popup .popup-body {
    background: #fff;
    opacity: 0;
    min-height: 150px;
    max-width: 400px;
    margin-left: -200px;
    padding: 30px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.popup.visible, .popup.transitioning {
    z-index: 9999;
}

.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup .popup-exit {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
 
}
.popup .popup-content {
    overflow-y: auto;
}

.popup .popup-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}

.popup ul li {
    font-size: 18px;
}

.tot-book-small {
    position: absolute;
    height: 150px;
    width: 105px;
    background: url('img/tot-book-small.png');
    background-size: 105px 150px;
    bottom: -10px;
    right: -10px;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    -webkit-box-shadow: -2px -1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: -2px -1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: -2px -1px 5px 0px rgba(50, 50, 50, 0.2);
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
#footer {
    position: relative;
    background: #000;
    z-index: 2;
    padding: 20px;
    color: #ccc;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
}

#footer .footer-left {
    float: left;
    padding-top: 5px;
}

#footer .footer-left a {
    display: inline-block;
    margin-top: 5px;
    color: #999;
    font-size: 10px;
}

#footer .footer-left a:hover {
    color: #fff;
}

#footer .footer-social {
    float: right;
    margin-bottom: 10px;
}

#footer .footer-social a {
    display: inline-block;
    color: #ccc;
    font-size: 20px;
    margin-left: 5px;
}

#footer .footer-social a:hover {
    color: #fff;
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

#footer #mc_embed_signup {
    display: none;
    float: left;
    clear: both;
    padding: 20px;
    border-radius: 5px;
    background: #222;
}

#footer #mc_embed_signup label {
    font-size: 12px;
    color: #999;
}

#footer #mc_embed_signup input#mce-EMAIL {
    font-size: 11px !important;
    border-radius: 3px;
    float: left;
    padding: 15px 20px;
    border: 0;
    margin-right: 5px;
}


/* --------------------------------------------------------------
Buttons
-------------------------------------------------------------- */
button,
.btn,
input[type="submit"],
.form-submit input,
.widget_search #searchsubmit {
    display: inline-block;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    background: #345d89;
    font-family: inherit;
    font-size: 14px !important;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; 
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
.form-submit input:hover,
.widget_search #searchsubmit:hover {
    background: #000;
    color: #fff;
}

button i,
.btn i {
    color: #c2d3e6;
    margin-right: 5px;
}


/* --------------------------------------------------------------
Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1150px) {
    .container {
        max-width: 700px;
    }

    #main {
        max-width: 482px;
    }

    #sidebar {
        max-width: 188px;
    }

    #content .media-twitter,
    .contact-info {
        width: 188px;
    }

    #header #primary-nav,
    .secondary-nav {
        display: none;
    }

    .logo {
        padding-top: 13px;
    }

    .logo a {
        height: 18px;
        width: 142px;
        background-size: 142px 18px;
    }

    .sidebar-menu-button {
        display: block;
    }

    /* Mobile Menu */
    .sidebar-menu {
        display: block;
    }

    .sidebar-menu #primary-nav li,
    .sidebar-menu #secondary-nav li {
        display: block;
    }
    
    .sidebar-menu #primary-nav li a,
    .sidebar-menu #secondary-nav li a {
        color: #aaa;
    }

    .sidebar-menu #primary-nav {
        margin-bottom: 10px;
    }

    .sidebar-menu #primary-nav li {
        margin-bottom: 5px;
    }

    .sidebar-menu #primary-nav li a {
        font-family: 'Gotham SSm A', 'Gotham SSm B', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
    }

    .sidebar-menu #primary-nav li ul {
        display: none;
        margin-bottom: 5px;
    }

    .sidebar-menu #primary-nav li:hover ul {
        display: block;
    }

    .sidebar-menu #primary-nav li ul li {
        margin-bottom: 0;
    }

    .sidebar-menu #primary-nav li ul li a {
        font-size: 13px;
        color: #999;
    }

    .sidebar-menu #primary-nav li ul li a:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        content: "\f054";
        color: #444;
        margin-right: 10px;
        font-size: 12px;
    }

     .sidebar-menu #primary-nav li ul li ul {
        margin: 2px 0 0 10px;
    }

    .sidebar-menu #secondary-nav li a {
        font-size: 14px;
        color: #777;
    }
   
   /* Page Designs */
   h2.page-title,
    #content h2.page-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .page-title-container nav ul {
        width: 300px;
        margin: 0 auto;
    }

    .page-title-container nav ul li {
        display: block;
    }

    .page-title-container nav ul li a {
        display: block;
        padding: 10px 15px;
        border: 2px solid rgba(255,255,255,.3);
        border-bottom: 0;
        border-radius: 0;
    }

    .page-title-container nav ul li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .child-item {
        width: 340px;
        height: 210px;
        margin: 0 10px 10px 0;
    }

    .child-item:nth-child(2n+2) {
        margin-right: 0;
    }

    .child-item:nth-child(3n+3) {
        margin-right: 10px;
    }

    #content .insights .insight {
        width: 223px;
        min-height: 223px;
        margin: 0 5px 10px;
    }

    #content .insights .insight-block {
        min-height: 223px;
    }

    #content .insights .insight.insight-double-height,
    #content .insights .insight.insight-double-height .insight-block {
        min-height: 456px;
    }

    #content .insights .insight.insight-double-width,
    #content .insights .insight.insight-double-width .insight-block {
        width: 456px;
    }

    #content .insights .insight-category {
        width: 223px;
        margin: 0 5px 10px;
    }

    /* Team of Teams */
    .tot-header-container .container {
        padding-top: 90px
    }

    .tot-header-title {
        width: 400px;
        padding: 30px 0 60px 0;
    }

    .tot-header-book {
        height: 277px;
        width: 198px;
        right: -5px;
    }

    .tot-social {
        left: auto;
        right: 0;
        padding: 10px 10px 5px 10px;
        background: #eee;
        border-radius: 5px;
        text-align: center;
        bottom: -50px;
    }

    /* Bio Page */
    #content .bio-page-title {
        font-size: 24px;
    }

    .bio-items {
        width: 700px;
    }

    .bio-item {
        width: 174px;
        height: 241px;
        perspective: 696px;
    }

    .bio-item-person .bio-item-name {
        padding: 60px 40px 0;
    }

    .bio-section {
        padding: 30px 30px 10px 30px;
        width: 524px;
        height: auto;
    }

    .bio-section i {
        top: 25px;
        right: 25px;
        font-size: 42px;
    }


}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .container {
        max-width: 300px;
    }

    #main {
        max-width: 300px;
    }

    #sidebar {
        max-width: 300px;
        margin: 30px 0 0 0;
    }

    #content .media-twitter,
    .contact-info {
        width: 300px;
        margin: 30px 0 0 0;
    }

    /* Page Designs */
    .page-title-container {
        padding-top: 0px;
        margin-bottom: 40px;
    }

    h2.page-title,
    #content h2.page-title {
        font-size: 24px;
    }

    .page-title-container h2.page-title span {
        display: block;
        border-radius: 0;
    }

    .child-item {
        width: 300px;
        height: 160px;
        margin: 0 0 10px 0 !important;
    }

    .child-item .child-info {
        left: 20px;
        bottom: 20px;
    }

    #content .child-item .child-info .child-title {
        font-size: 18px;
    }

    #content .insights .insight {
        width: 300px;
        min-height: 300px;
        margin: 0 0 10px;
    }

    #content .insights .insight-block,
    #content .insights .insight.insight-double-height,
    #content .insights .insight.insight-double-height .insight-block {
        min-height: 300px;
    }

    #content .insights .insight.insight-double-width,
    #content .insights .insight.insight-double-width .insight-block {
        width: 300px;
    }

    #content .insights .insight-category {
        width: 300px;
        margin: 0 0 10px;
    }

    #footer #mc_embed_signup input#mce-EMAIL {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }

    #footer #mc_embed_signup input#mc-embedded-subscribe {
        width: 100%;
    }

    /* Team Of Teams */
    .tot-header-container {
        margin-bottom: 150px;
    }
    
    .tot-header-container .container {
        padding-top: 60px;
    }

    .tot-header-title {
        width: 300px;
        padding: 30px 0 20px 0;
    }

    .tot-header-title h1 {
        font-size: 30px
    }

    .tot-header-title h2 {
        font-size: 18px;
        margin-bottom: 30px
    }

    .tot-header-book {
        height: 440px;
        width: 315px;
        right: -10px;
    }

    .tot-social {
        left: 0;
        bottom: -130px;
    }

    .tot-slogan {
        margin-top: 110px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .popup .popup-body {
        min-height: 150px;
        max-width: 300px;
        margin-left: -150px;
    }

    .tot-book-small {
        height: 112px;
        width: 80px;
        background-size: 80px 112px;
        bottom: -10px;
        right: -10px;
    }

    /* Bio Page */
    #content .bio-page-title {
        font-size: 18px;
    }

    .bio-items {
        width: 301px;
        margin-left: 0;
    }

    .bio-item {
        width: 149px;
        height: 206px;
        margin: 0 1px 1px 0;
        perspective: 596px;
    }

    #content .bio-item-person .bio-item-photo .bio-item-front-name h4 {
        display: none;
    }

    #content .bio-item-person .bio-item-name {
        padding: 40px 10px 0;
    }

    #content .bio-item-person .bio-item-name h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #content .bio-item-person .bio-item-name h4 {
        font-size: 13px;
        padding: 5px 10px;
    }

    .bio-section {
        padding: 20px 20px 20px;
        font-size: 13px;
        width: 300px;
        height: auto;
    }

    .bio-section i {
        top: 15px;
        right: 15px;
        font-size: 36px;
    }

    #content .bio-section h2 {
        font-size: 18px;
        margin-bottom: 10px
    }

    #content .bio-section h3 {
        font-size: 14px;
    }

}
