/*
Theme Name: AT09-2016
Version: 1.21
Author: FOO
Author URI: http://www.forgetfoo.me
Description: Restyled version of previous blog theme
License: GNU General Public License
License URI: license.txt
Template: twentyfourteen
*/

@import url('fontello.css');

body {
	position: relative;
	background: #f7f7f7;
	margin: 0;
	padding: 0 0 80px 0;
	font-family: "Montserrat",helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #66625b;
}
body.noscroll {
  overflow: hidden;
}

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
    color: #0099e5; /* 1fa3ff 1a98fb */
}
a:hover {
    text-decoration: none;
    color: #08c; /* 2a6496 */
}
a:focus {
  outline: none;
}



/* BASICS
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}



/* CSS Animation
-------------------------------------------------------------- */

@-webkit-keyframes fadein {
  0%{
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: 0;
  }
  100%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0%{
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    -moz-transform: scale(.85);
    transform: scale(.85);
    opacity: 0;
  }
  100%{
    -moz-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0%{
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -o-transform: scale(.85);
    transform: scale(.85);
    opacity: 0;
  }
  100%{
    -o-transform: translateY(0);
    transform: translateY(0);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadein {
  0%{
    transform: translateY(-20px);
    transform: scale(.85);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    transform: scale(1);
    opacity: 1;
  }
}



/* TOP NAVIGATION
-------------------------------------------------------------- */

.topnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none;
  border-bottom: none;
  min-height: 70px;
  color: #666;
  z-index: 999997;
}
.topnav-inner,
.container {
  position: relative;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}
.topnav .logo {
  display: inline-block;
  position: relative;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-image: url('images/logo-white.png');
  background-image: none, url('images/logo-white.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 102px 20px;
  width: 102px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-indent: -9999em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topnav .logo:hover {
  transform: scale(1.05);
}
.topnav .icon-menu {
  font-size: 24px;
}
.topnav [class^="icon-"] {
  font-size: 20px;
  color: #333;
}

/* TOPNAV (LEFT) */

.topnav ul {
  text-align: left;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
.topnav ul li {
  font: bold 12px/18px helvetica,arial,sans-serif;
  list-style: none;
  display: inline-block;
  position: relative;
  background: none;
  height: 69px;
  line-height: 69px;
  padding: 0 10px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.topnav ul li a {
  display: block;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-shadow: none;
  color: #fff;
}
.topnav ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.topnav ul li a:focus {
  text-decoration: none;
}
.topnav ul li a.active {
  border-bottom: 1px solid #333; /* 0088F7 */
  font-weight: 400;
  color: #fff;
}
.topnav .topnav-explore a {
    background-image: url(images/Icon-Grid@2x.png);
    background-image: none,url(images/Icon-Grid.svg);
    background-repeat: no-repeat;
    background-position: 0 48%;
    background-size: 20px;
    padding-left: 32px;
}

.topnav-left {
  position: absolute;
  top: 0;
  left: 0;
}


/* TOPNAV (RIGHT) */

ul.topnav-right {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0;
  margin: 0;
}
ul.topnav-right li:hover {
  background: none;
  cursor: default;
}
ul.topnav-right li a span {
  position: relative;
  top: -1px;
  border: 1px solid rgba(255,255,255,5);
  border-radius: 18px;
  padding: 8px 20px;
  letter-spacing: 1px;
  color: #fff;
}
ul.topnav-right li a:hover span {
  border-color: #fff;
  color: #fff;
  cursor: pointer;
}
ul.topnav-right .topnav-signin {
    text-transform: capitalize;
}

/* MENU ICON */

.menu-icon {
    position: absolute;
    top: 20px;
    left: 15px;
    display: none;
    cursor: pointer;
}

.menu-icon {
  padding: 10px 24px 14px 0px;
  cursor: pointer;
}
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
.menu-icon span:before {
  top: -6px;
}
.menu-icon span:after {
  bottom: -6px;
}


/* ANIMATION
-------------------------------------------------------------- */

@keyframes link-populate {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeout {
  100% { opacity: 0; }
  0% { opacity: 0; }
}

@keyframes dropIn {
  from {opacity: 0; transform: rotateY(-90deg) rotateZ(-10deg) translateY(-25%);}
  to {opacity: 1; transform: rotateY(0deg) rotateZ(0deg) translateY(0);}
}


/* NAV-OVERLAY
---------------------------------------------------------------------- */

nav.nav-tools {
    background-color: #3336AC;
    background-image: linear-gradient(-136deg, #3336AC 0%, #156FD2 100%);
    position: fixed;
    top: -99999999999px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    font-size: 14px;
    opacity: 0;
    z-index: 9999998;
}
nav.nav-tools.nav-tools-show {
    opacity: 1;
    top: 0;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
nav.nav-tools .container {
    height: 100%;
    padding: 60px 120px;
}
nav.nav-tools .container .row {
    height: 100%;
}

nav.nav-tools .vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(0) !important;
}

/* NAV-OVERLAY MENU */

nav.nav-tools .nav-menu {
    padding-top: 5%;
}
nav.nav-tools .nav-menu a {
    display: block;
    position: relative;
    padding: .5em 0;
    -moz-transition: background-position .25s ease;
    -webkit-transition: background-position .25s ease;
    transition: background-position .25s ease;
    background-image: url(images/nav-arrow-lg.png);
    background-repeat: no-repeat;
    background-position: -40px 30%;
    background-size: 24px 55px;
}
nav.nav-tools .nav-menu a:hover {
    text-decoration: none;
    background-position: 0 20px;
}
nav.nav-tools .nav-menu a:hover span {
    transform: translateX(40px);
}
nav.nav-tools .nav-menu a span {
    display: block;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
nav.nav-tools .nav-menu a span h3 {
    margin-bottom: .5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}
nav.nav-tools .nav-menu a span h3:first-of-type {
    margin-top: 0;
}
nav.nav-tools .nav-menu a span h3+p {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #fff;
}

/* NAV-OVERLAY TEXT */

nav.nav-tools .nav-text {
    padding: 5% 10%;
    cursor: default;
    position: fixed;
    right: 0;
}
nav.nav-tools .nav-text h2 {
    max-width: 90%;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1em;
    color: #c2cdea;
}
nav.nav-tools .nav-text h2 b {
    font-weight: 600;
    color: #fff;
}
nav.nav-tools .nav-share-img, 
nav.nav-tools .nav-follow-img, 
nav.nav-tools .nav-related-img, 
nav.nav-tools .nav-listbuilding-img, 
nav.nav-tools .nav-linkpromotion-img {
    display: none;
    opacity: 0;
    -webkit-animation: fadein 0.25s cubic-bezier(0, 0.35, 0.26, 1);
    -moz-animation: fadein 0.25s cubic-bezier(0, 0.35, 0.26, 1);
    animation: fadein 0.25s cubic-bezier(0, 0.35, 0.26, 1);
}
nav.nav-tools .nav-share-img.nav-img-show, 
nav.nav-tools .nav-follow-img.nav-img-show, 
nav.nav-tools .nav-related-img.nav-img-show, 
nav.nav-tools .nav-listbuilding-img.nav-img-show, 
nav.nav-tools .nav-linkpromotion-img.nav-img-show {
    display: block;
    opacity: 1;
}
nav.nav-tools .nav-share-img svg, 
nav.nav-tools .nav-follow-img svg, 
nav.nav-tools .nav-related-img svg, 
nav.nav-tools .nav-listbuilding-img svg, 
nav.nav-tools .nav-linkpromotion-img svg {
    height: 70vh !important;
    width: 50vw !important;
}

/* NAV-OVERLAY CLOSE */

nav .nav-close {
    position: fixed;
}
nav.nav-tools .nav-tools-close {
    position: fixed;
    top: 18px;
    left: 30px;
    display: block;
    background-image: url(images/icon-close.png);
    background-image: none,url(images/icon-close.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px;
    width: auto;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    outline: none;
    text-indent: 34px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    opacity: .5;
    z-index: 9999999;
}

/* NAV-OVERLAY MEDIA QUERIES */

@media only screen and (max-width: 991px) {
  
  nav.nav-tools .nav-text {
      display: none;
  }

}

@media (min-width: 992px) {

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
  }
  .col-lg-4 {
      width: 33.33333%;
  }
  .col-lg-8 {
      width: 66.66667%;
  }

}  

@media only screen and (max-width: 860px) and (min-width: 480px) {

  nav.nav-tools .nav-tools-close {
      top: 22px;
      right: 15px;
      left: auto;
      background-size: 20px;
      width: 20px;
      height: 20px;
  }

}

@media only screen and (max-width: 768px) {

  nav.nav-tools .container {
      top: -20px;
      padding: 60px;
  }

}

@media only screen and (max-width: 479px) and (min-width: 0px) {

  nav.nav-tools .container {
      padding: 70px 20px;
  }
  nav.nav-tools .nav-menu a {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
  }
  nav.nav-tools .nav-menu a span h3 {
      font-weight: 600;
      font-size: 1.25em;
  }
  nav.nav-tools .nav-menu a span h3+p {
      font-size: 1em !important;
  }
  nav.nav-tools .nav-tools-close {
      top: 22px;
      right: 0;
      left: auto;
      background-size: 20px;
      width: 20px;
      height: 20px;
  }

}



/* HEADER
-------------------------------------------------------------- */

#wrapper > header {
    background: #ff683e;
    background-image: linear-gradient(135deg, #ff683e 0%, #fe9124 100%);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    background-attachment: fixed;
    min-height: 280px;
}
#wrapper > header h1 {
    margin: 60px 0 20px 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 64px;
    cursor: default;
}
#wrapper > header .container {
    position: relative;
    max-width: 1300px !important;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    font-size: 3.2em;
    color: #fff;
    z-index: 1;
}
#wrapper > header .page-title {
    padding: 60px 60px 40px 60px;
    text-align: center;
    color: #fff;
}

.topLeftRounded {
    position: absolute;
    fill: #f7f7f7;
    margin-top: -100px;
    z-index: 9;
}
.bottomRightRounded {
    position: absolute;
    fill: #f7f7f7;
    z-index: 9;
    transform: rotate(180deg);
}



/* FOOTER
-------------------------------------------------------------- */

body > footer {
    background: #fff;
    padding: 10em 0 6em;
    font-display: swap;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #999;
}
body > footer h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #5f5f5f;
}
body > footer a {
    color: #999;
}
body > footer a:hover {
    text-decoration: underline;
    color: #333;
}
body > footer small  {
    font-weight: 400;
    font-size: 12px;
    color: #c5c5c5;
}
body > footer .footer-links {
    padding-bottom: 60px;
    overflow: auto;
}
body > footer .footer-links a {
    display: block;
    padding-bottom: 5px;
}
body > footer .foot-spacer {
    position: relative;
}
body > footer .foot-spacer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 40%;
    bottom: 0;
    background: #dedede;
    width: 1px;
}
body > footer .footer-copyright {
    font-size: 14px;
    color: #999;
}
body > footer .footer-copyright .col-md-12 {
    padding: 0;
}
body > footer .footer-copyright a {
    display: inline-block;
    padding-right: 10px;
    color: #999;
}
body > footer .footer-copyright p {
    margin: 0 0 10px 0;
    padding: 0;
}
body > footer .col {
    width: 22.5%;
    min-height: 188px;
    padding: 20px 0;
    float: left;
}
body > footer .col:last-of-type {
    width: 10%;
}

/* FOOTER LOGO */

.footer-atLogo {
    display: block;
    position: absolute;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -15px;
    z-index: 9;
    transform: translateX(-50%);
}
.footer-atLogo img {
    width: 100%;
    max-width: 100px;
    height: auto;
}



/* WRAPPER
-------------------------------------------------------------- */
#wrapper {
	position: relative;
    background: #f7f7f7;
}
#wrapper a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open #wrapper,
body.nav-open > nav {
	-webkit-transform: translate3d(-200px, 0, 0);
	-moz-transform: translate3d(-200px, 0, 0);
	-ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
	transform: translate3d(-200px, 0, 0);
  -webkit-transition: -webkit-transform .33s cubic-bezier(.694, .0482, .335, 1);
  -moz-transition: -moz-transform .33s cubic-bezier(.694, .0482, .335, 1);
  -ms-transition: -ms-transform .33s cubic-bezier(.694, .0482, .335, 1);
  -o-transition: -o-transform .33s cubic-bezier(.694, .0482, .335, 1);
  transition: transform .33s cubic-bezier(.694, .0482, .335, 1);
}
html.ie body.nav-open #wrapper {
  left: -200px;
}
html.ie body.nav-open nav.nav {
  right: 0;
}



/* SIDEBAR
-------------------------------------------------------------- */

.side-block {
    border-bottom: 1px solid #e2e5e8;
    padding: 30px 0;
}
.side-block:last-of-type {
    border-bottom: none;
}
.side-block.side-search {
    border: none;
    padding-top: 0;
    /*background: #fff;*/
}
.side-block h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
    color: #464646;
}
.side-block .searchform input[type="text"] {
    background: #f1f1f1 url('images/icon-search.png') no-repeat right center;
    border: 1px solid #e2e5e8;
    width: 100%;
    height: 42px;
    line-height: 42px;
    outline: none;
    padding: 0 30px 0 8px;
    font-weight: 300;
    font-size: 18px;
    color: #666;
}
.side-block .searchform input[type="text"]:focus {
    background-color: #fff;
    border-color: #1a97fa;
}
#searchsubmit,
.screen-reader-text {
    display: none;
}
.sidebar .side-block:first-of-type {
    border-bottom: none;
    padding-top: 0;
}


.side-nav {}
.side-nav a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e2e5e8;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
}
.side-nav a:hover {
    color: #1a97fa;
    /*background: #f8694d;
    color: #fff;*/
}
.side-nav a span {
    position: absolute;
    top: 23px;
    right: 20px;
    font-size: 14px;
    opacity: .25;
}
.side-nav a:hover span {
    color: #fff;
    opacity: .5;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e2e5e8;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
}
.sidebar ul li a:hover {
    color: #1a97fa;
}
.sidebar ul li a:last-of-type {
    border-bottom: none;
}

.sidebar .blogroll a {
    padding: 10px 0;
    text-transform: none;
    line-height: 1.5em;
}
.sidebar .addthis_toolbox {
  padding-left: 12px;
}
.sidebar .addthis_toolbox a {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  opacity: .5;
}
.sidebar .addthis_toolbox a:hover {
  background: none;
  opacity: 1;
}
.sidebar .at4-icon {
	width: 20px !important;
	height: 20px !important;
}
.sidebar .addthis_32x32_style .at15nc.at15t_facebook,
.sidebar .at4-icon.aticon-facebook {
  background-color: transparent !important;
  background-image: url('images/facebook.png') !important;
  background-image: none, url('images/facebook.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 18px !important;
}
.sidebar .addthis_32x32_style .at15nc.at15t_twitter,
.sidebar .at4-icon.aticon-twitter {
  background-color: transparent !important;
  background: url('images/twitter.png') !important;
  background: none, url('images/twitter.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 18px !important;
}
.sidebar a[href ^= "http"]:hover,
.sidebar a.at300b:hover {
  border: none;
}



/* ADDTHIS STYLES
-------------------------------------------------------------- */

.at4-recommended .at-h3.at-recommended-label {
	font-weight: 600 !important;
	font-size: 16px !important;
}



/* MAIN CONTENT
-------------------------------------------------------------- */

#wrapper > main {
	position: relative;
	display: block;
	min-height: 800px;
  padding: 80px 0;
}
#wrapper > main section.content {
	min-height: 480px;
	margin-right: 321px;
}
#wrapper > main .content-area {
	/*background: #fff;*/
}
#wrapper > main .sidebar {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	width: 290px;
	padding-left: 20px;
}
#disqus_thread {
	background: #fff;
	border-top: 1px solid #e2e5e8;
	border-left: 1px solid #e2e5e8;
	border-right: 1px solid #e2e5e8;
	border-bottom: 2px solid #d8d6d1;
	padding: 50px;
}



/* BLOG POSTS
-------------------------------------------------------------- */

section.content article {
	background: #fff;
	border-top: 1px solid #e2e5e8;
	border-left: 1px solid #e2e5e8;
	border-right: 1px solid #e2e5e8;
	border-bottom: 2px solid #d8d6d1;
	padding: 40px 0;
	margin-bottom: 40px;
}
/*
section.content article:first-of-type {
	padding-top: 50px;
}
*/
section.content article h2 {
	padding: 0 60px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
  letter-spacing: -1px;
	font-weight: 600;
	font-size: 36px;
}
section.content article h2,
section.content article h2 a {
	color: #2b2b1b;
}


.post-info {
	margin-bottom: 20px;
	padding: 0 60px;
	font-weight: 300;
	font-size: 1em;
}
.post-info a {
	color: #666;
}
.post-info ul {
	margin: 0;
	padding: 0;
}
.post-info ul li {
	display: inline-block;
	list-style: none;
	padding: 2px 15px 2px 0;
	cursor: default;
}
.post-info a:hover {
	border-bottom: 1px solid #2b9af8;
	color: #2b9af8;
}
.post-info span.sep {
	margin: 0 5px;
	color: #eaeaea;
}
.post-entry {
	padding: 0 60px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #3E3F3F;
}
.post-entry a:hover {
	text-decoration: underline;
}
.post-entry b, .post-entry strong {
  color: #333;
}
.post-tags {
	padding-top: 20px;
	color: #999;
}
.post-share {
	padding: 50px 60px;
}
.post-recommended {
	background: #fafafa;
	padding: 40px 60px;
}
.post-thumbnail {
	margin-top: -51px;
	margin-left: -1px;
	margin-bottom: 60px;
}
.post-thumbnail img {
	width: 100%;
}



/* SIDEBAR
-------------------------------------------------------------- */

.side-block {
	border-bottom: 1px solid #e2e5e8;
	padding: 30px 0;
}
.side-block:last-of-type {
	border-bottom: none;
}
.side-block.side-search {
	border: none;
	padding-top: 0;
	/*background: #fff;*/
}
.side-block h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 16px;
	color: #464646;
}
.side-block .searchform input[type="text"] {
	background: #f1f1f1 url('images/icon-search.png') no-repeat right center;
	border: 1px solid #e2e5e8;
	width: 100%;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding: 0 30px 0 8px;
	font-weight: 300;
	font-size: 18px;
	color: #666;
}
.side-block .searchform input[type="text"]:focus {
	background-color: #fff;
	border-color: #1a97fa;
}
#searchsubmit,
.screen-reader-text {
	display: none;
}
.sidebar .side-block:first-of-type {
	border-bottom: none;
	padding-top: 0;
}


.side-nav {}
.side-nav a {
	position: relative;
	display: block;
	border-bottom: 1px solid #e2e5e8;
	padding: 20px 0;
	text-transform: capitalize;
  font-weight: 400;
	font-size: 16px;
	color: #666;
}
.side-nav a:hover {
	color: #1a97fa;
}
.side-nav a span {
	position: absolute;
	top: 23px;
	right: 20px;
	font-size: 14px;
	opacity: .25;
}
.side-nav a:hover span {
	color: #fff;
	opacity: .5;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar ul li a {
	position: relative;
	display: block;
	border-bottom: 1px solid #e2e5e8;
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}
.sidebar ul li a:hover {
	color: #1a97fa;
}
.sidebar ul li a:last-of-type {
	border-bottom: none;
}

.sidebar .blogroll a {
	padding: 10px 0;
	text-transform: none;
	line-height: 1.5em;
}


/* COMMENTS
-------------------------------------------------------------- */

#comments {
	background: #2c2c2d;
	padding: 60px;
	color: #fff;
}



/* POST NAVIGATION
-------------------------------------------------------------- */

.navigation {
	overflow: auto;
	color: #999;
}
.post-navigation a {
	display: block;
	width: 50%;
	padding: 50px 0 25px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333;
	float: left;
}
.post-navigation a[rel="next"] {
	text-align: right;
}
.post-navigation .meta-nav {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #ccc;
}
.page-numbers {
	display: inline-block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    padding: 0;
    text-align: center;
	  color: #999;
}
.page-numbers.current {
    background: #ff683e;
    border-radius: 50%;
	   color: #fff;
	   cursor: default;
}



/* SINGLE-POST
-------------------------------------------------------------- */

body.single .content article {
	padding-bottom: 0;
}


/* SEARCH RESULTS
-------------------------------------------------------------- */

body.search-results section.content article {
    margin-bottom: 0;
    border-bottom: none;
}
body.search-results section.content article:last-of-type {
    margin-bottom: 40px;
}

/* MINI-HEADER ON SINGLE PAGES */

body.single,
body.archive,
body.search-results {
    padding-top: 0;
}
body.single .topnav,
body.archive .topnav,
body.search-results .topnav {
    background: #ff683e;
    background-image: linear-gradient(135deg, #ff683e 0%, #fe9124 100%);
}
body.single #wrapper > header,
body.archive #wrapper > header,
body.search-results #wrapper > header {
    display: none;
}
body.single #wrapper > main section.content,
body.archive #wrapper > main section.content,
body.search-results #wrapper > main section.content,
body.single #wrapper > main .sidebar,
body.archive #wrapper > main .sidebar,
body.search-results #wrapper > main .sidebar {
	padding-top: 40px;
}



/* AT-LAYERS
-------------------------------------------------------------- */

#at4-welcome {}
#at4-recommended-outer-container {
	position: relative;
}
#at4-follow,
#atftbx p span {
	display: none !important;
	z-index: -1;
}
#at4-recommended {
	margin-bottom: 60px;
}
#at4-recommended .at4-recommended-item {
	border-color: #e2e5e8;
	width: 304px;
}
.at4-recommended .at4-recommended-item {
	background: none !important;
}
.at4-recommended.at-medium .at4-recommended-item {
	width: 156px;
}
.at4-recommended-toaster.ats-light {
	border-color: #e2e5e8;
}
.at4-recommended.at-medium .at4-recommended-item {
	/*width: calc(20% - 10px) !important;*/
	overflow: hidden;
}
.addthis-smartlayers .at4-recommended h3.at-recommended-label {
	font-weight: inherit !important;
}
.at4-recommended-item-caption small,
.at4-recommended-vertical-logo {
	display: none !important;
}
.at4-recommended-item-caption h4 {
	height: 46px !important;
	padding-top: 10px !important;
}



/* SUB-HEADER
-------------------------------------------------------------- */

.subhead {
	background: #A4A5A5;
}
.subhead h2 {
	margin: 0;
	padding: 25px 60px;
	font-weight: 300;
	color: #fff;
}



/* COMMON STYLES
-------------------------------------------------------------- */

h2,h3,h4,b,strong {
  font-display: swap;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  cursor: default;
}
h2,h4,h4 {
	font-weight: 500;
}
b,strong {
	font-weight: 400;
}
pre, code {
	color: #930;
}

.container {
	position: relative;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.hide {
	display: none;
}
.more-link {
	display: block;
	padding-top: 1em;
}
.size-full,
.pic-full {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: -60px;
	width: calc(100% + 120px);
}
.btn-dark {
	display: inline-block;
	background: none;
	border: 1px solid #666;
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	text-decoration: none;
	color: #666;
}
.btn-dark:hover {
	background: #333;
	border-color: #333;
	text-decoration: none;
	color: #fff;
}

.video {
    position: relative;
    margin: 1.5em 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

pre.prettyprint {
	border-radius: 3px;
	padding: 10px;
	overflow: auto !important;
	font-weight: 300;
	font-size: .9em;
}

/* Simple Table */
table.simpleTable { border-spacing: 0px 4px !important; border-collapse:collapse; width:100%; }
table.simpleTable th { border-bottom:1px solid #333 !important; font-size: .85em; color: #000; }
table.simpleTable td { border-bottom:1px solid #ccc !important; padding:5px 10px 5px 0; font-size: .85em; vertical-align: top; }
table.simpleTable tr:nth-child(even) { background: rgba(0,0,0,.025); }


.attribution {
	display: block;
	padding: 3px 0 20px 0;
    font-style: italic;
    font-size: 12px;
    color: #999;
}



/* MEDIA QUERIES
-------------------------------------------------------------- */

@media only screen and (max-width: 1380px) {

    .container {
        padding-left: 80px;
        padding-right: 80px;
    }

}

@media only screen and (max-width: 1300px) {

  .splashnav-images h2 {
      font-size: 42px;
  }

}


@media only screen and (max-width: 979px) {

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .splashnav-images h2 {
    padding-top: 12%;
    font-size: 40px;
  }
  .card {
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 779px) {

  body {
    padding: 0;
    color: #565656;
  }
  body > nav a {
    padding: 8px 20px;
  }
  body > header {
    height: auto;
    min-height: 360px;
  }
  body > header h1,
  body > header h2,
  .foot-contact h2 {
    margin: 20px 0 0;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.1em;
  }
  body > header .page-title p {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 16px;
  }
  body > header .vertical-center {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  body > footer {
    padding-bottom: 5em;
  }
  body > header .container {
    top: 0;
    padding-top: 40px;
  }
  #wrapper {
    margin-top: -70px;
  }
  #wrapper > main section.content {
    margin: 0 10px;
  }
  #wrapper > main .sidebar {
    position: relative;
    width: 100%;
    padding-right: 20px;
  }

  .topnav {
    position: relative;
  }
  .topnav .logo {
    position: absolute;
    top: 24px;
    background-size: 117px 20px;
    width: 117px;
    height: 20px;
    margin: 0;
  }
  .topnav-inner {
    padding: 0 0 70px;
  }
  .menu-icon {
    display: inline-block;
  }
  ul.topnav-right {
    top: -2px;
  }
  .topnav ul li {
	  padding-right: 0;
  }
  .topnav ul.topnav-right li a {
    position: relative;
    top: 4px;
    padding-right: 0;
  }
  .topnav ul.topnav-right li a span {
    border: none;
    padding: 0;
  }
  .topnav ul.topnav-left {
    position: relative;
    top: 69px;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid #dcdad4;
    width: 100%;
    padding-top: 20px;
    display: none;
  }
  .topnav ul.topnav-left > li {
    display: block;
    text-align: center;
    height: auto;
    line-height: 32px;
  }
  .topnav ul.topnav-left > li:hover {
    background: none;
  }
  .topnav ul.topnav-left li > ul {
    position: relative;
    top: 0;
    border: none;
    width: 100%;
    display: block;
    overflow: auto;
    padding-bottom: 10px;
    text-align: center;
    visibility: visible;
    opacity: 1;
  }
  .topnav ul.topnav-left li > ul li {
    display: inline-block;
    padding: 0 5px;
  }
  .topnav ul.topnav-left li > ul li,
  .topnav ul.topnav-left li > ul li a,
  .topnav ul.topnav-left li > ul li a:hover {
    display: inline-block;
    background: none;
    text-transform: initial;
    font-size: 14px;
    color: #1a98fb;
  }

  body.archive .main-content article h2,
  body.single .main-content article h2 {
    font-size: 32px;
  }
  #disqus_thread {
	  padding: 20px;
  }

}


@media only screen and (max-width: 860px) and (min-width: 480px) {

  #wrapper > header {
      min-height: 240px;
      padding-bottom: 70px;
  }
  #wrapper > header h1 {
      margin-top: 40px;
      font-size: 48px;
  }
  body.archive > header h1,
  body.single > header h1,
  body.search > header h1 {
      margin-top: 41px;
      font-size: 26px;
  }
  body.archive .main-content,
  body.single .main-content,
  body.search .main-content {
    padding: 30px 0;
  }
  body.archive .container,
  body.single .container,
  body.search .container {
    padding: 0 20px;
  }
  body.archive > header .container,
  body.single > header .container,
  body.search > header .container {
    padding: 40px 30px 0;
  }
  body > footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topnav-right {
      display: none;
  }
  .topnav .logo {
      left: 50%;
  }
  .tools-1 .col-md-3,
  .tools-2 .col-md-3 {
      width: 50%;
      float: left;
  }

}


@media only screen and (max-width: 479px) and (min-width: 0px) {

  #wrapper > header {
      min-height: 240px;
      padding-bottom: 40px;
  }
  #wrapper > header h1 {
    max-width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 48px;
  }
  #wrapper > main {
    padding-top: 40px;
  }
  #wrapper > header .page-title {
	  padding-top: 40px;
  }
  body.archive #wrapper > main,
  body.single #wrapper > main,
  body.search #wrapper > main {
    padding-top: 60px;
  }
  body.archive .topLeftRounded,
  body.single .topLeftRounded,
  body.search .topLeftRounded {
	  display: none;
  }
  body > header .search-field:focus {
    width: 320px;
  }
  body.error404 .main-content {
    height: auto;
    min-height: 480px;
    padding-top: 60px;
  }
  body.error404 .main-content h1 {
    font-size: 60px;
  }
  body > footer {
    padding: 120px 20px 60px;
    text-align: center;
  }
  body > footer .col,
  body > footer .col:last-of-type {
      width: 100%;
      min-height: 20px;
      padding: 10px 0 0;
      text-align: left;
  }
  body > footer .footer-links {
    padding-bottom: 40px;
    line-height: 1.2em;
    font-size: 12px;
  }
  body > footer .footer-links a {
    display: inline-block;
    padding: 0;
    margin: 0 10px 8px 0;
    line-height: 1;
    color: #555;
  }
  body > footer .foot-spacer:before {
      background: none;
  }
  body > footer .footer-copyright {
      text-align: left;
      line-height: 1.1em;
      font-size: 12px;
  }
  body > footer .footer-copyright p {
      line-height: 1.4em;
  }
  body.archive > header .search-field:focus,
  body.single > header .search-field:focus {
    width: 100%;
  }
  .container {
      padding: 0 10px;
  }
  .subhead {
    background: none;
  }
  .subhead h2 {
    padding: 20px 0;
    color: #333;
  }
  ul.topnav-right {
	  display: none;
  }
  section.content article h2 {
    padding: 0 20px;
    font-size: 24px;
  }
  .post-entry {
    padding: 0 20px;
    font-size: 1.1em;
  }
  .post-info {
	  padding: 0 20px;
  }
  .post-share,
  .post-recommended {
	  padding-left: 20px;
	  padding-right: 20px;
  }
  .main-content {
	  padding: 0;
  }
  .main-categories {
    padding: 40px 0;
  }
  .main-categories .row:last-of-type {
    margin-bottom: 0;
  }
  .main-categories .cat-main > h3 {
    font-weight: 300;
  }
  .main-categories .cat-main ul {
    padding-bottom: 0;
  }
  .main-categories .cat-main ul li a {
    font-size: 16px;
  }
  .side-nav {
    margin-bottom: 40px;
  }
  .side-nav a:last-of-type {
	border: none;
  }
  .rpwe-block h3 {
    padding-top: 10px;
  }
  .content-left,
  .content-right {
    width: 100%;
    float: none;
  }
  .content-left {
    border-bottom: 1px solid #ccc;
  }
  .content-right {
    max-width: 100%;
  }
  .half {
    width: 100%;
    float: none;
  }
  .half:first-of-type,
  .half:last-of-type {
    margin: 0;
  }
  .cat-main {
    padding-bottom: 40px;
  }
  .row .row-thumbnail {
    width: 80px;
    height: 80px;
  }
  .row .row-thumbnail img {
    width: 48px;
    height: auto;
    min-height: 48px;
  }
  .row .row-content {
    padding-left: 60px;
  }
  .row .row-content h3 {
    font-weight: 400;
    font-size: 18px;
  }
  .row .row-content h3 + p {
    font-size: 14px;
  }
  .size-full, .pic-full {
	margin-left: -20px;
	width: calc(100% + 40px);
  }
  .vertical-center {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  body > .main-content {
    padding: 40px 0 20px;
  }
  body.home > .main-content {
    padding: 20px 10px;
  }
  body.home .main-content h4 {
    margin: 0 0 20px 0;
  }
  body.home .tools-2:last-of-type {
    margin-bottom: 0;
  }
  body.single .main-content {
    padding-top: 20px;
  }
  body.archive > header,
  body.single > header {
      min-height: 300px;
  }
  body.archive > header h1,
  body.single > header h1 {
      margin-top: 30px;
      font-size: 26px;
  }
  body.archive > header form,
  body.single > header form {
      top: 15px;
      max-width: 240px;
      margin-top: 0;
  }
  body.archive > header .container,
  body.single > header .container {
    text-align: center;
  }
  body > header .container {
    padding: 20px 0;
  }
  body.archive > header form,
  body.single > header form {
    margin: 15px auto 0;
    float: none;
  }
  body.archive .content-left,
  body.single .content-left {
    padding: 0 0 20px;
    margin-bottom: 40px;
  }
  body.archive > header .search-field,
  body.single > header .search-field {
    width: 100%;
    max-width: 320px;
  }
  body.archive > header form,
  body.single > header form {
    margin-bottom: 15px;
  }
  body > footer .footer-follow .addthis_toolbox {
    float: none
  }
  .content-right .side-block.cat h3 {
    margin-bottom: 60px;
  }
  .content-right .side-block ul > li ul {
    overflow: auto;
  }
  .content-right .side-block ul > li li a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 4px 8px 0;
    padding: 4px 7px;
    font-size: 12px;
    float: left;
  }
  .entry-content {
    font-size: 16px;
  }
  .entry-content p.pull-quote {
    padding-left: 0;
  }
  .entry-content p.pull-quote .pull-quote-left {
    display: block;
    margin: 25px 0;
    float: none;
  }
  .entry-content p.cta {
    margin: 40px 0 0 !important;
  }
  .entry-title {
    font-size: 32px;
  }
  .navigation .pagination a,
  .navigation .pagination span {
    padding: 6px 10px;
    font-size: 12px;
  }
  .foot-contact {
    background: none;
    padding: 0 20px 40px;
  }
  .bigtext {
    font-size: 16px;
  }

  .card {
    background: #f6f6f6;
  }
  .card > header {
    min-height: 100px;
    border-bottom: none;
  }
  .card > main {
    min-height: 58px;
    padding: 0 20px;
  }
  .card > main small {
    display: none;
  }
  .card > main h4 {
    top: 0;
  }

}
