html,
body {
    height: 100%;
}
body {
    background: #aaa;
    margin: 0;
    padding: 0;
}
body,
button,
input,
select,
textarea {
    color: #696969;
}
a {
    color: #337bb2;
    text-decoration: none;
}
a:visited {
    color: #337bb2;
}
a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
}
#masthead {
    background: #101010;
}
#masthead .top {
    position: relative;
}
#masthead .top .site-branding .site-title {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 24px;
    float: left;
}
#masthead .top .site-branding .site-title a:link,
#masthead .top .site-branding .site-title a:visited {
    color: #fff;
}
.main-navigation {
    margin: 0 20px 0 0;
    clear: both;
    display: block;
    float: right;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
}
.main-navigation a {
    display: block;
    padding: 10px 15px;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation ul li {
    position: relative;
    float: left;
}
.main-navigation ul li a:link,
.main-navigation ul li a:visited {
    color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
}
.main-navigation ul li a:hover {
    opacity: 0.7;
}
.main-navigation ul li:hover > ul {
    left: auto;
}
.main-navigation ul li.current_page_item a {
    opacity: 0.7;
}
.main-navigation ul li.current_menu_item a {
    opacity: 0.7;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 0 0;
    background: #000;
}
.main-navigation ul ul a:link,
.main-navigation ul ul a:visited {
    width: 200px;
    padding: 15px 15px;
}
.main-navigation ul ul a:hover {
    color: #fff;
}
.main-navigation ul ul ul {
    left: -999em;
}
.main-navigation ul ul li {
    margin: 0 0;
    border-bottom: 1px solid #222;
}
.main-navigation ul ul li:last-child {
    border: none;
}
.main-navigation ul ul li:hover > ul {
    left: 100%;
    top: 0;
}
.strigger {
    color: #fff;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 28px;
    text-align: center;
    cursor: pointer;
}
.menu-trig {
    position: absolute;
    top: 22px;
    width: 100%;
    cursor: pointer;
}
#search-box {
    background: #fff;
    height: 50px;
}
#search-box .search-field {
    border: none;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
}
#search-box .search-submit {
    display: none;
}
#primary {
    margin: 50px 0;
}
.welcome-section {
    padding: 50px 0 0 0;
}
.welcome-section h2 {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.grid figure {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    background: #172983;
    text-align: center;
    cursor: pointer;
    display: block;
}
.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.9;
}
.grid figure figcaption {
    padding: 0 30px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 98;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
}
figure.effect-smart {
    background: #172983;
}
figure.effect-smart img {
    max-width: none;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
figure.effect-smart:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.effect-smart figcaption {
    text-align: left;
}
figure.effect-smart h2 {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    padding: 30px 0 20px 0;
    font-size: 24px;
}
figure.effect-smart h2 a:link,
figure.effect-smart h2 a:visited {
    color: #fff;
}
figure.effect-smart h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
figure.effect-smart:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-smart p {
    padding: 20px 0;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
figure.effect-smart p a:link,
figure.effect-smart p a:visited {
    color: #fff;
}
figure.effect-smart:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#infinite-handle {
    height: 60px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    clear: both;
}
#infinite-handle span {
    margin: 0;
    padding: 0;
}
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
    display: inline-block;
    padding: 20px;
    background: #172983;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.infinite-loader {
    height: 60px;
    text-align: center;
    clear: both;
    margin: 0 15px 50px 15px;
    background: #fff;
    color: #000;
}
.infinite-loader .spinner {
    margin: 10px auto;
}
.post-container-block {
    background: #fff;
}
.post-container-block .content-block {
    padding: 50px 20%;
}
.site-sec a {
    border-bottom: 1px solid #c4c4c4;
    display: block;
    background: #fff;
}
.site-sec a figure {
    height: 150px;
}
.site-sec a figure img {
    width: 100%;
    height: auto;
}
.site-sec a .entry-content {
    display: inline-block;
    padding: 0 30px;
    min-height: 240px!important;
}
.site-sec a .entry-content header {
    height: auto!important;
}
.site-sec a .entry-content header h3 {
    margin: 0;
    line-height: 1.5;
}
.site-sec a .entry-content p {
    color: #696969;
}
.site-sec a:hover .entry-content header h3 {
    color: #f29400;
}
.sub-header h1 {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
#no-ajax-main .post-container-block {
    padding: 50px 0;
}
#no-ajax-main .post-container-block .entry-header h2.entry-title {
    text-transform: uppercase;
    font-size: 28px;
}
#no-ajax-main .post-container-block .entry-header h2.entry-title a:link,
#no-ajax-main .post-container-block .entry-header h2.entry-title a:visited {
    color: #222;
}
#no-ajax-main .navigation {
    text-align: center;
    padding: 40px 20% 0 20%;
    border-top: 1px solid #ddd;
}
.entry-header .entry-meta {
    display: none;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    color: #888;
    font-size: 13px;
    line-height: 2em;
}
.entry-header .entry-meta span {
    margin-right: 10px;
}
.entry-header .entry-meta .tags-links,
.entry-header .entry-meta .cat-links {
    margin-right: 10px;
}
.search-entry {
    padding: 0 20%;
}
.not-found {
    padding: 50px 20%;
}
.post-navigation {
    border-top: 1px solid #f4f4f4;
    margin: 0 0 0 0 !important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.post-navigation .nav-links a {
    color: #222;
}
.post-navigation .nav-links div {
    padding: 50px 30px;
    text-align: center;
}
.post-navigation .nav-links .nav-previous {
    border-right: 1px solid #f4f4f4;
}
#comments {
    padding: 50px 20%;
    background: #f4f4f4;
}
#comments h2.comments-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 50px;
}
#comments ol.comment-list {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}
#comments ol.comment-list li {
    margin-bottom: 50px;
}
#comments ol.comment-list li ol.children {
    list-style: none;
    margin: 50px 0 0 60px;
    padding: 0 0;
}
#comments ol.comment-list li .reply a {
    background: #172983;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    font-size: 12px;
}
#comments ol.comment-list li .reply a:hover {
    background: #000;
}
#comments ol.comment-list li.comment .comment-body .comment-meta {
    font-family: "Montserrat", sans-serif;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
#comments ol.comment-list li.comment .comment-body .comment-meta .comment-author {
    padding: 15px 0 0 80px;
    color: #222;
}
#comments ol.comment-list li.comment .comment-body .comment-meta .comment-author img {
    position: absolute;
    border-radius: 32px;
    top: 0;
    left: 0;
}
#comments ol.comment-list li.comment .comment-body .comment-meta .comment-metadata {
    font-size: 12px;
    padding: 0 0 0 80px;
}
#comments ol.comment-list li.comment .comment-body .comment-meta .comment-metadata a {
    color: #999;
}
#comments #respond h3#reply-title {
    text-transform: uppercase;
    color: #222;
    font-size: 26px;
    margin-bottom: 0;
}
#comments #respond #commentform p.comment-notes {
    margin-top: 5px;
}
#comments #respond #commentform p label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
#comments #respond #commentform p input {
    border-radius: 0;
    padding: 8px 10px;
    border: none;
}
#comments #respond #commentform p.form-submit input.submit {
    background: #172983;
    box-shadow: none;
    border: 1px solid #172983;
    padding: 15px 20px;
    color: #fff;
    text-shadow: none;
    font-family: "Montserrat", sans-serif;
}
#comments #respond #commentform p.form-submit input.submit:hover {
    background: #000;
    border: 1px solid #000;
}
#comments #respond #commentform textarea#comment {
    border-radius: 0;
    border: none;
}
.sidebox .widget {
    margin: 20px 20px 50px 20px;
}
.sidebox .widget h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sidebox .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebox .widget ul li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    color: #ddd;
}
.sidebox .widget ul li a:link,
.sidebox .widget ul li a:visited {
    color: #ddd;
}
.sidebox .widget ul li a:hover {
    color: #eee;
}
.sidebox .widget ul li ul {
    margin: 0;
    padding: 0;
}
.sidebox .widget ul li ul li {
    margin: 0;
    padding: 0 0;
    border: none;
}
#callout-section {
    background: #172983;
    padding: 30px 0;
    font-family: "Montserrat", sans-serif;
}
#callout-section .row {
    position: relative;
}
#callout-section .row .cstext {
    width: 70%;
    margin-left: 15px;
    padding: 15px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
#callout-section .row .csbutton {
    position: absolute;
    width: 20%;
    right: 15px;
    top: 50%;
    margin-top: -25px;
}
#callout-section .row .csbutton a {
    color: #172983;
    background: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 3px;
}
#footer-widgets {
    background: #101010;
    padding: 50px 0 50px 0;
}
#footer-widgets h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#footer-widgets .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-widgets .widget ul li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #333;
    color: #6d6d6d;
}
#footer-widgets .widget ul li a:link,
#footer-widgets .widget ul li a:visited {
    color: #6d6d6d;
}
#footer-widgets .widget ul li a:hover {
    color: #eee;
}
#footer-widgets .widget ul li ul {
    margin: 0;
    padding: 0;
}
#footer-widgets .widget ul li ul li {
    margin: 0;
    padding: 0 0;
    border: none;
}
.squarebanner {
    margin: 0 0 30px 0;
}
.squarebanner h3.sidetitl {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.squarebanner ul {
    margin: 0;
    padding: 0;
}
.squarebanner ul li {
    list-style: none;
    background: #fff;
    float: left;
    margin: 10px 5px 0 0;
}
.paginate .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 300;
}
.paginate .navigation ul li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}
.paginate .navigation ul li a {
    display: block;
    background: #fff;
    color: #555;
    padding: 5px 12px;
}
.paginate .navigation ul li.active a {
    background: #172983;
    color: #fff;
}
.site-footer {
    background: #131313;
    padding: 50px 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.site-footer ul.social {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
}
.site-footer ul.social li {
    display: inline;
    padding: 0 5px;
}
.site-footer ul.social li a:link,
.site-footer ul.social li a:visited {
    color: #aaa;
}
.site-footer ul.social li a:hover {
    color: #fff;
}
.site-footer .site-info a {
    color: #fff;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%;
}
.st-content {
    overflow-y: scroll;
}
.st-content,
.st-content-inner {
    position: relative;
}
.st-container {
    position: relative;
    overflow: hidden;
}
.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 100;
}
.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.st-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #101010;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.sidetrigger {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #172983;
    z-index: 999;
    cursor: pointer;
}
.sidetrigger .fa-arrow-right {
    display: none;
}
.st-menu-open .sidetrigger .fa-arrow-left {
    display: none;
}
.st-menu-open .sidetrigger .fa-arrow-right {
    display: inline-block;
}
.st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
    display: none;
}
