@charset "UTF-8";
/*/css/base.min.css*/
.tf_loader{width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}.tf_overflow{overflow:hidden}.tf_box{box-sizing:border-box}.tf_abs{position:absolute;top:0;left:0;right:0;bottom:0}.tf_rel{position:relative}.tf_opacity{opacity:0}.clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:3.2%;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137, 137, 137, .2);--tf_scroll_color_hover:rgba(137, 137, 137, .4);--tf_scroll_w:10px;--tf_scroll_h:10px;scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w);height:var(--tf_scroll_h)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}

/*/css/themify.common.css*/
.edit-button{
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
	text-decoration:none
}
.edit-button a:hover{
	text-decoration:underline
}
.hook-location-hint{
    padding:2px 5px;
    background:#fbffcd;
    border:solid 1px #cfd682;
    color:#666;
    font-size:11px;
    line-height:1;
    margin:2px 0;
    display:block;
    clear:both
}
.wp-video{
    width:100%!important;
    max-width:100%!important;
    margin-bottom:1em
}
.wp-video .mejs-container{
	width:100% !important;
	height:auto !important;
}
.wp-video .mejs-mediaelement{
	position:static;
}
.wp-video .mejs-overlay{
	width:100% !important;
	height:100% !important;
}
.wp-video  video.wp-video-shortcode, 
.wp-video .wp-video-shortcode video {
	width:100%;
	height:auto !important;
}
.wp-video .mejs-button>button{
	border-radius:0;
}
.wp-video .mejs-button>button:hover{
	background-color:transparent
} 
iframe{
    border:0
}
a:focus,input:focus,button:focus,select:focus,textarea:focus,.button:focus{
    outline:1px dotted rgba(150,150,150,.2)
}
.tf_focus_heavy button:focus,
.tf_focus_heavy a:focus,
.tf_focus_heavy input:focus,
.tf_focus_heavy select:focus,
.tf_focus_heavy textarea:focus,
.tf_focus_heavy .button:focus{
    outline:2px solid rgba(0,176,255,.8)
}
.tf_focus_none a,
.tf_focus_none button:focus,
.tf_focus_none a:focus,
.tf_focus_none input:focus,
.tf_focus_none select:focus,
.tf_focus_none textarea:focus,
.tf_focus_none .button:focus{
    outline:none
}
.tf_large_font{
    font-size:1.1em
}
.screen-reader-text{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    border-radius:100%
}
.post-image .themify_lightbox .zoom .tf_fa{
    vertical-align:middle;
    color:#fff;
	stroke-width:1px;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
@media screen and (max-width:600px){
    .admin-bar.fixed-header-on #headerwrap{
        top:0!important
    }
    .admin-bar.fixed-header #wpadminbar{
        position:fixed
    }
    .admin-bar.fixed-header-on #wpadminbar{
        position:absolute
    }
    body:not(.header-none).admin-bar.no-fixed-header #wpadminbar{
        margin-top:-46px
    }
}
.pswp:not(.pswp--open){display:none}
.ptb_map button,
.themify_map button{
    min-width:auto;
    border-radius:0
}
/*/themify-builder/css/themify-builder-style.css*/
.module_row,
.module_subrow,
.module_column,
.module_row .module{
    position:relative;
    box-sizing:border-box
}
.module_row .col-full{
    width:100%
}
.themify_builder .direction-rtl{
    flex-flow:row-reverse wrap-reverse
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.page-loaded .module-image img:hover,
.module-accordion i,
.module{
    transition-delay:0s;
    transition-timing-function:ease;
    transition-duration:.5s;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter
}
/* fix gutenberg empty p tag bug */
.entry-content > p:first-of-type:empty,
.entry-content > p:first-of-type+p:empty{
    margin:0;
    padding:0
}
/*GRID*/
.module_row{/* fix Chrome bug */
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.module.themify_builder_slider_wrap{
    transition:none
}
div.module_column{
    margin-left:3.2%;
    margin-right:0;
    float:left;
    /* top aligned */
    align-items:flex-start;
    align-content:flex-start
}
.module_column.col6-1{
    width:14%
}
.module_column.col5-1{
    width:17.44%
}
.module_column.col4-1{
    width:22.6%
}
.module_column.col4-2,
.module_column.col2-1{
    width:48.4%
}
.module_column.col4-3{
    width:74.2%
}
.module_column.col3-1{
    width:31.2%
}
.module_column.col3-2{
    width:65.6%
}
/*NARROW*/
.gutter-narrow>.module_column{
    margin-left:1.6%
}
.gutter-narrow>.col6-1{
    width:15.33%
}
.gutter-narrow>.col5-1{
    width:18.72%
}
.gutter-narrow>.col4-1{
    width:23.8%
}
.gutter-narrow>.col4-2,
.gutter-narrow>.col2-1{
    width:49.2%
}
.gutter-narrow>.col4-3{
    width:74.539%
}
.gutter-narrow>.col3-1{
    width:32.266%
}
.gutter-narrow>.col3-2{
    width:66.05%
}
/*NONE*/
.gutter-none>.module_column{
    margin-left:0;
    margin-right:0
}
.gutter-none>.col6-1{
    width:16.666%
}
.gutter-none>.col5-1{
    width:20%
}
.gutter-none>.col4-1{
    width:25%
}
.gutter-none>.col4-2,
.gutter-none>.col2-1{
    width:50%
}
.gutter-none>.col4-3{
    width:75%
}
.gutter-none>.col3-1{
    width:33.333%
}
.gutter-none>.col3-2{
    width:66.666%
}
/* first column */
.gutter-narrow>.module_column.first,
.module_column.col-full,
.module_column.first{
    margin-left:0;
    clear:left
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.ui,
.ui>li,
.themify_builder ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
/*SIZES*/
.ui.builder_button.large{
    font-size:120%;
    padding:10px 20px
}
.ui.builder_button.small{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*DEFAULT STYLES*/
.ui{
    color:#555
}
.ui.transparent{
    background:transparent;
	box-shadow:none;
    /* for transparent style inherit color */
    color:inherit
}
.ui.builder_button{
	text-decoration:none;
    position:relative; 
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear,background-color .3s linear,padding .3s linear,border .3s linear,box-shadow .3s linear;
    padding:.625em 1.25em;
    box-shadow:none
}
.ui.builder_button:hover{
    background:#f1f1f1
}
.ui>li.current,
.ui>li.current:hover{
    background:#666;
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2)
}
.ui>li.current>a{
    color:#fff
}
.module_row .ui.builder_button{
    text-decoration:none
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:none;
    vertical-align:bottom
}
/* MediaElement*/
.module_row .wp-video{
    width:100%!important;
    max-width:100%!important
}
.module_row .mejs__container{
    text-align:center!important;
    max-width:100%;
    min-height:100%!important
}
.module-slider{
    margin-bottom:2.5em
}
/*Widget Module*/
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
/*Map Module*/
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
/*BACKGROUND MODE*/
.themify_builder .repeat{
    background-repeat:repeat
}
.themify_builder .repeat-x{
    background-repeat:repeat-x
}
.themify_builder .repeat-y{
    background-repeat:repeat-y
}
.themify_builder .repeat-none{
    background-repeat:no-repeat
}
.themify_builder .fullcover{
    background-size:cover
}
.themify_builder .best-fit-image{
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat
}
.themify_builder .builder-bg-fixed{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover
}
/* fullwidth row */
.themify_builder .module_row.fullheight .module_subrow,
.sidebar-none .themify_builder .module_row{
    width:100%
}
.module_row.fullwidth>.row_inner{
    width:100%;
    max-width:100%
}
/*BEST-FIT*/
.best-fit{
    background:#000
}
.best-fit-vertical{
    top:0!important;
    left:1%!important;
    right:1%!important;
    width:auto!important;
    height:100%!important;
    margin:auto!important
}
.best-fit-horizontal{
    top:10%!important;
    left:0!important;
    bottom:10%!important;
    width:100%!important;
    height:auto!important;
    margin:auto!important
}
/* iOS doesn't support fixed attachment */
@supports (-webkit-touch-callout: none) {
	.themify_builder_row { background-attachment: scroll !important; }
}
/*COLUMN ALIGNMENT*/
/* FLEX BOX */
.row_inner,
.module_column,
.subrow_inner{
    display:flex;
    flex-flow:wrap
}
.col_auto_height>.module_column{
    height:100%
}
.col_align_middle.col_auto_height{
    align-items:center
}
.col_align_bottom.col_auto_height:not(.direction-rtl){
    align-items:flex-end
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh;
    display:flex;
    width:100%
}
.fullheight>.row_inner>.module_column,
.fullheight>.row_inner{
    min-height:inherit
}
/* center aligned */
.col_align_middle>.module_column,
.fullheight>.row_inner>.col-full{
    align-items:center;
    align-content:center			
}
/* bottom aligned */
.col_align_bottom>.module_column{
    align-items:flex-end;
    align-content:flex-end
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%;
        margin-top:25px
    }
    .gutter-narrow>.module_column.col6-1{
        width:32.266%
    }
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(3),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(4){
        margin-left:0;
        clear:left
    }
    .gutter-none>.module_column.col6-1{
        width:33.333%
    }
}
@media screen and (max-width:680px){
	.themify_map.tf_map_loaded{
        width:100%!important;
	}
    .ui.builder_button,
    .ui.nav li a{
        padding:.525em 1.15em
    }
    .gutter-narrow:not(.tb_grid_classes)>.module_column,
    .gutter-none:not(.tb_grid_classes)>.module_column,
    div:not(.tb_grid_classes)>.module_column{
        margin-left:0;
        width:100%;
        max-width:100%;
        float:none
    }
    .module_row div:not(.tb_grid_classes)>.module_column.col6-1{
        width:48.4%;
        margin-left:3.2%
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1:nth-of-type(2n+1),
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(2n),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(2n+1){
        margin-left:0;
        clear:left
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1{
        width:49.2%;   
        margin-left:1.6%
    }
    div.gutter-none:not(.tb_grid_classes)>.module_column.col6-1{
        width:50%;
        margin-left:0
    }
    .fullheight>.row_inner>.module_column:not(.col-full),
    .fullheight>.row_inner{
        min-height:0
    }
}

/*/themify-builder/css/modules/parallax.css*/
.themify_builder .builder-parallax-scrolling{
    background-attachment:fixed!important;
    background-repeat:no-repeat!important;
    background-position:center; /* don't add !important here so user can change position with builder styling */
	transition:background-position 0s!important
}
@media (hover:hover){
	.themify_builder .builder-parallax-scrolling{
		background-size:cover
	}
}
@media(hover:none){
	/* for touch devices */
	.themify_builder .builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/css/modules/social-links.css*/
.social-widget .widget{
    display:inline-block;
    margin:0 3px 0 0
}
.social-widget .widgettitle{
    width:auto;
    font-weight:700;
    font-size:100%;
    font-family:inherit;
    text-transform:none;
    letter-spacing:0;
    display:inline-block;
    vertical-align:middle;
    margin:0 .5em 0 0;
    padding:0;
    background:0;
    border:0;
    border-radius:0;
    box-shadow:none
}
.social-widget .social-links{
    margin:6px 0 0;
    padding:0;
    display:inline
}
.widget .social-links li img{
    vertical-align:middle
}
.widget .social-links{
    padding:0;
    line-height:1em
}
.social-links .social-link-item{
    display:inline-block;
    margin:0 5px 5px 0;
    padding:0;
    list-style:none;
    border:0
}
.social-links.vertical li{
    display:block;
    margin:0 0 5px
}
.widget .social-links a,
.widget .social-links a:hover{
    text-decoration:none
}
.social-links li i{
    vertical-align:middle;
    line-height:1em;
    width:20px;
    height:20px;
    padding:4px;
    font-size:20px;
    text-align:center;
    border-radius:100%;
    display:inline-block
}
.social-links .icon-small i{
    font-size:8px;
    width:8px;
    height:8px
}
.social-links .icon-large i{
    font-size:28px;
    padding:6px;
    width:36px;
    height:36px
}
.social-links .icon-small img{
    max-width:16px;
    max-height:16px
}
.social-links .icon-medium img{
    max-width:24px;
    max-height:24px
}
.social-links .icon-large img{
    max-width:32px;
    max-height:32px
}
#footer .social-links.horizontal li,
#sidebar .social-links.horizontal li{
    border:0;
    display:inline-block
}
#footer .social-links.vertical,
#sidebar .social-links.vertical{
    display:block
}
#footer .social-links.vertical li,
#sidebar .social-links.vertical li{
    display:block;
    margin:0 0 .5em
}
/*/wp-content/themes/magazine/styles/modules/site-logo.css*/
#site-logo {
	padding: 0;
	margin: 5px 0 0;
	font: 2em/1em Oswald, sans-serif;
}
#site-logo a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}
#site-logo a:hover {
	color: #fff;
}

/*/themify-builder/css/modules/text.css*/
.drop-cap>:first-child:first-letter,
.tb_text_dropcap>.tb_text_wrap:first-child:first-letter,
.tb_text_dropcap>.tb_text_wrap>:first-child:first-letter{
    font-size:2.85em;
    float:left;
    line-height:.4em;
    padding:.425em .375em;
    background-color:#0f70e8;
    color:#fff;
    margin-right:.325em;
    margin-top:.15em;
    margin-bottom:.25em
}
.tb-text-more-link-indicator{
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6)
}

/*/themify-builder/css/modules/divider.css*/
.module-divider{
    border-left:none!important;
    border-right:none!important;
    border-bottom:none!important
}
.module-divider.solid{
    border-style:solid
}
.module-divider.dashed{
    border-style:dashed
}
.module-divider.dotted{
    border-style:dotted
}
.module-divider.double{
    border-style:double
}
.divider-center{
    margin-left:auto;
    margin-right:auto
}
.divider-right{
    margin-left:auto;
    float:right
}
.divider-right+div{
    clear:both; /* require to clear float */
}
/*/themify-builder/css/modules/post.css*/
.post{
    margin-bottom:2.2em;
    box-sizing:border-box
}
.post-title a{
    text-decoration:none
}
.post-video{
    margin:0 0 1em
}
.post-content{
    min-width:120px;
    padding:0;
    position:static
}
.module-post p.post-meta{
    margin:0 0 .6em
}
.post-meta .post-author,
.post-meta .post-category,
.post-meta .post-tag,
.post-meta .post-author,
.post-meta .post-comment a,
.post-meta span{
    margin-right:.3em
}
.post-date{
    margin:0 0 .5em;
    display:block
}
.builder-posts-wrap .post-image img{
    max-width:100%;
    height:auto
}
.builder-posts-wrap.grid4 .post-title{
    font-size:130%
}
.builder-posts-wrap.grid3 .post-title{
    font-size:150%
}
.builder-posts-wrap.grid2 .post-title,
.builder-posts-wrap.grid2-thumb .post-title{
    font-size:160%
}
.builder-posts-wrap.list-thumb-image .post-title{
    font-size:140%
}
.builder-posts-wrap.list-large-image .post-title{
    font-size:200%
}
.builder-posts-wrap.grid2-thumb .post-image{
    width:20%;
    float:left;
    margin:0 1.5em 1em 0
}
.builder-posts-wrap.list-thumb-image .post-image{
    max-width:20%;
    float:left;
    margin:0 1.5em 1em 0
}
.tb_fullwidth_image .post-image img,
.builder-posts-wrap.list-large-image .post-image img,
.builder-posts-wrap.list-thumb-image .post-image img{
    width:100%
}
.builder-posts-wrap.list-thumb-image .post-content,
.builder-posts-wrap.grid2-thumb .post-content{
    overflow:hidden
}
.builder-posts-wrap.list-post .post-content{
    width:auto
}
.builder-posts-wrap.list-large-image .post-image{
    max-width:64%;
    float:left;
    margin:0 1.5em 1em 0
}
/* reset post content min-width */
.col2-1 .builder-posts-wrap.grid3 .post-content,
.col2-1 .builder-posts-wrap.grid4 .post-content,
.col3-1 .builder-posts-wrap.grid2 .post-content,
.col3-1 .builder-posts-wrap.grid3 .post-content,
.col3-1 .builder-posts-wrap.grid4 .post-content,
.col3-2 .builder-posts-wrap.grid2 .post-content,
.col3-2 .builder-posts-wrap.grid3 .post-content,
.col3-2 .builder-posts-wrap.grid4 .post-content,
.col4-1 .builder-posts-wrap.grid2 .post-content,
.col4-1 .builder-posts-wrap.grid3 .post-content,
.col4-1 .builder-posts-wrap.grid4 .post-content,
.col4-2 .builder-posts-wrap.grid2 .post-content,
.col4-2 .builder-posts-wrap.grid3 .post-content,
.col4-2 .builder-posts-wrap.grid4 .post-content{
    min-width:50%
}
/*image appearance*/
.module.rounded .post-image img{
    border-radius:8px
}
.module.bordered .post-image img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module.circle .post-image img{
    border-radius:50em
}
@media screen and (max-width:680px){
    .builder-posts-wrap.grid2 .post,
    .builder-posts-wrap.grid3 .post,
    .builder-posts-wrap.grid4 .post{
        clear:both;
        width:auto;
        float:none;
        margin-left:0;
        margin-right:0
    }
    .post-content{
        overflow:visible!important
    }
}
/*/css/grids/list-post.css*/
.woocommerce .loops-wrapper.products.list-post>.product,
.loops-wrapper.list-post>.post{
    width:100%;
    min-height:0;
    clear:both;
    float:none;
    margin:0 0 2.5em
}
.loops-wrapper.list-post.products.no-gutter>.product,
.loops-wrapper.list-post.no-gutter>.post{
    padding:0
}
/*/wp-content/themes/magazine/style.css*/
/*
Theme Name: Themify Magazine
Theme URI: https://themify.me/themes/magazine
Version: 5.2.0
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify
Required Plugins: themify-shortcodes
---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	box-sizing: border-box;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

/* audio */
audio,
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
@font-face {
	font-family: 'themify_theme_icon';
	font-display:swap;
	src: url('data:application/octet-stream;base64,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') format('woff');
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: .95em/1.75em Helvetica, Arial, sans-serif;
	background-color:#fff;
	color: #666;
	overflow-wrap:break-word;
}
a {
	color: #47a7d7;
}
a:hover {
	color: #069;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin: 20px 0 .4em;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: normal;
	overflow-wrap: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background-color: #f2f2f2;
	border-color: #e5e5e5;
	border-width: 0 0 2px 0;
	border-style: solid;
	padding: 8px 10px;
	color: #888;
	-webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
	background-color: #eee;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: #47a7d7;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	letter-spacing: .1em;
	font-size: 1.125em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	-webkit-appearance: none;
	border-radius: 0;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #069;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav,#sidebar, .widget, #footerwrap, #footer {
	box-sizing: border-box;
}

.pagewidth {
	width: 1064px;
	margin: 0 auto;
}

#body {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 40px;
}

/* content top space */
#contentwrap,
#sidebar {
	padding-top: 5%;
}

/* sidebar1 (sidebar right) */
#contentwrap {
	width: 67.64%;
	float: left;
}
#sidebar {
	width: 28.28%;
	float: right;
}
/* sidebar1 (sidebar left) */
.sidebar-left #contentwrap {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar2 (content-middle) */
.sidebar2 #content {
	width: 72%;
	float: right;
}
.sidebar2 #sidebar-alt {
	width: 22.3%;
	float: left;
}
/* sidebar2 content-right */
.sidebar2.content-right #contentwrap {
	float: right;
}
.sidebar2.content-right #sidebar-alt {
	float: left;
}
.sidebar2.content-right #sidebar {
	float: left;
}

/* sidebar2 content-left */
.sidebar2.content-left #contentwrap {
	float: left;
}
.sidebar2.content-left #content {
	float: left;
}
.sidebar2.content-left #sidebar-alt {
	float: right;
}
.sidebar2.content-left #sidebar {
	float: right;
}

/* sidebar-none */
.sidebar-none #contentwrap {
	width: 100%;
	float: none;
}

/* sidebar secondary column */
#sidebar .secondary {
	width: 47%;
	float: left;
}
#sidebar .secondary.last {
	float: right;
}

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #contentwrap,
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 5%;
	float: left;
}
.col4-1 {
	width: 21.2%;
}
.col4-2, .col2-1 {
	width: 47%;
}
.col4-3 {
	width: 73.8%;
}
.col3-1 {
	width: 29.3%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	background-color: #0e88be;
}
#header {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 100;
}
#header .hgroup {
	float: left;
	margin: 14px 20px 0 0;
}

/* 
HEADER WIDGET
================================================ */
.header-widget {
	text-align: center;
	margin: auto;
}
.header-widget .widget {
	margin-top: 45px;
}

/*
FIXED HEADER
================================================ */
.fixed-header {
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	transition: left .2s ease-in-out;
}
.admin-bar .fixed-header {
	top: 32px;
}
.fixed-header #nav-bar {
	position: absolute;
	top: -100px;
}
.fixed-header .social-widget,
.fixed-header #searchform-wrap {
	display: none;
}

/* prevent transparent header overlap builder */
.themify_builder_active #headerwrap,
.themify_builder_active.has-fixed-header #headerwrap,
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
	color: inherit;
}
.transparent-header.themify_builder_active #headerwrap a {
	color: inherit;
}

/* 
SOCIAL WIDGET
================================================ */
#social-wrap {
	position: absolute;
	top: 10px;
	right: 0;
}
#headerwrap .social-widget {
	float: right;
}
.social-widget a {
	color: #fff;
	font-size: 1.25em;
	text-decoration: none;
}
.social-widget a:hover {
	color: #47a7d7;
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-links.horizontal li {
	padding: 0;
	margin: 0 2px;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
	padding: 4px;
}
.social-widget div.rss a {
	color: #fff !important;
	font-size: 1.25em;
	line-height: 1em;
}
.social-widget div.rss a:hover {
	color: #47a7d7 !important;
}
.social-widget .icon-rss:before {
	content: "\f09e"; /* fa-rss */
	font-style: normal;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	float: right;
	margin-right: 14px;
	margin-top: 5px;
	position: relative;
}
#headerwrap #searchform {
	width: 180px;
}
#headerwrap #searchform #s {
	width: 0;
	background: transparent;
	padding: 5px;
	margin: 0;
	float: right;
	border: none;
	border-radius: 3px;
	transition: width .7s;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 180px;
	color: #333;
	background-color: #fff;
}
#headerwrap #searchform .icon-search {
	font-size: 1.25em;
	position: absolute;
	right: 2px;
	top: -1px;
	color: #fff;
}
#searchform .icon-search:before {
	content: "\f002"; /* fa-search */
	font-family: 'themify_theme_icon';
	font-style: normal;
}
#headerwrap #searchform .icon-search:hover, 
#headerwrap #searchform:hover .icon-search, 
#headerwrap #searchform .icon-focus {
	color: #000;
}

/* 
BREAKING NEWS
================================================ */
.breaking-news{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:1px 0;
	position:relative;
	margin-top:45px
}
.breaking-news .breaking-news-category{
	float:left;
	display:inline-block;
	margin:1px 35px 1px 0 !important;
	background-color:#47a7d7;
	padding:13px 15px;
	position:relative;
	left:0;
	z-index:10;
	letter-spacing:.1em;
	font-size:1.125em;
	font-family:Oswald, sans-serif;
	text-transform:uppercase;
	color:#fff;
	line-height:100%
}
.breaking-news .breaking-news-category:after{
	position:absolute;
	content:' ';
	width:0;
	height:0;
	top:0;
	right:-15px;
	border-left:15px solid #47a7d7;
	border-top:22px solid transparent;
	border-bottom:21px solid transparent
}
.breaking-news .swiper-wrapper{
	width:calc(100% - 55px)
}
.breaking-news .swiper-wrapper .swiper-slide{
	padding-right:105px;
	box-sizing:border-box
}
.breaking-news .tf_carousel_nav_wrap{
	margin-top:0;
	position:absolute;
	right:0;
	top:0;
	margin:0
}
.breaking-news .carousel-wrap{
	float:left;
	width:70%;
	overflow:hidden
}
.breaking-news .breaking-news-posts{
	padding-top:10px;
	display:flex
}
.breaking-news .breaking-news-posts .swiper-wrapper a{
	color:#000;
	text-decoration:none
}
.breaking-news .breaking-news-posts a:hover{
	color:#47a7d7;
	border-left-color:#47a7d7
}
.breaking-news .tf_carousel_nav_wrap a{
	color:#ccc
}
.breaking-news .tf_slider_controller{
	z-index:1;
	order:2;
	border-width:5px 0 5px 9px;
	margin-top:3px;
	width:10px;
	height:10px
}
.breaking-news .carousel-next{
	order:3
}
.breaking-news .tf_carousel_nav_wrap .carousel-prev:before,
.breaking-news .tf_carousel_nav_wrap .carousel-next:before{
	width:6px;
	height:6px;
	border-width:1px
}
.breaking-news .tf_carousel_nav_wrap .tf_slider_controller.paused{
	border-width:0 0 0 8px
}
/* 
TOP NAVIGATION
================================================ */
#nav-bar {
	background-color: #000;
	width: 100%;
	padding: 5px 0;
	min-height: 28px;
	position: relative;
}
#menu-icon-top {
	display: none;
	top: 10px;
	z-index: 12;
}
#top-nav {
	margin: 3px 0 0;
	position: relative;
	z-index: 99999;
}
#top-nav li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#top-nav a {
	text-decoration: none;
	margin-right: 7px;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
}
#top-nav a:hover {
	color: #47a7d7;
}
/* sub-levels link */
#top-nav ul a, #top-nav .current_page_item ul a, #top-nav ul .current_page_item a, #top-nav .current-menu-item ul a, #top-nav ul .current-menu-item a, #top-nav li:hover > ul a {
	color: #fff;
	font-weight: normal;
	text-transform: none;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
}
/* sub-levels link :hover */
#top-nav ul a:hover, #top-nav .current_page_item ul a:hover, #top-nav ul .current_page_item a:hover, #top-nav .current-menu-item ul a:hover, #top-nav ul .current-menu-item a:hover, #top-nav li:hover > ul a:hover {
	background-color: #fff;
	color: #47a7d7;
}
/* dropdown ul */
#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #47a7d7;
	border: solid 3px #47a7d7;
	z-index: 100;
	display: none;
}
#top-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
/* sub-levels dropdown */
#top-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#top-nav li:hover > ul {
	display: block;
}

/* Edge Menu */
#main-nav li.edge > ul {
	left: auto;
    right: 0;
}
#main-nav ul li.edge > ul {
	left: auto;
    right: 100%;
}

/* 
MAIN NAVIGATION
================================================ */
#header nav.right {
	float: none;
}
#main-nav-wrap {
	float: right;
}
#main-nav {
	margin: 0;
	padding: 0;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	color: #fff;
}

/* main level link */
#main-nav a {
	color: #fff;
	display: inline-block;
	padding: 26px 15px;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Oswald, sans-serif;
	position:relative
}
/* main level link :hover */
#main-nav li:hover {
	background-color: #47a7d7;
	color: #47a7d7;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #47a7d7;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* menu has sub-level nav */
#main-nav .has-sub-menu > a:after,
#main-nav .has-mega-sub-menu > a:after {
	content: '\f107'; /* fa-angle-down */
	text-transform: none;
	font-size: .875em;
	margin-left: 10px;
	position: relative;
	top: -2px;
	line-height: 0;
}
#main-nav .mega-sub-menu li a:after {
	display:none;
}
#main-nav .mega-sub-menu li:after {
	content: '\f105'; /* fa-angle-right */
	position: absolute;
	top: 10px;
	right: 10px;
}
#main-nav .mega-sub-menu li a:not(.tf_loader):before{
	display:none
}

/* sub-levels link */
#main-nav ul a {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
	margin: 0;
	display: block;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
#main-nav .current_page_item ul a, 
#main-nav ul .current_page_item a, 
#main-nav .current-menu-item ul a, 
#main-nav ul .current-menu-item a {
	color: #fff;
}
/* sub-levels link :hover */
#main-nav ul li:hover > a, 
#main-nav .current_page_item ul li:hover a, 
#main-nav ul .current_page_item li:hover a, 
#main-nav .current-menu-item ul li:hover a, 
#main-nav ul .current-menu-item li:hover a {
	background-color: #fff;
	color: #47a7d7;
}
/* dropdown ul */
#main-nav li>.children,
#main-nav li > .sub-menu{
	margin: 0;
	list-style: none;
	position: absolute;
	background-color: #47a7d7;
	border: solid 5px #47a7d7;
	z-index: 100;
	width: 180px;
	box-sizing: border-box;
	transform-origin:top;
	transform:scale(1,0);
	transition:transform .3s
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
#main-nav ul li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: .95em;
	letter-spacing: 0;
}
#main-nav ul li:hover {
	background-color: #fff;
	color: #47a7d7;
}
#main-nav ul li.current-menu-item a {
	color: #fff;
}
#main-nav ul li.current-menu-item a:hover {
	color: #47a7d7;
}
/* sub-levels dropdown */
#main-nav ul li:not(.themify-widget-menu) > ul {
	left: 100%;
	top: -2px;
	background:0
}

/* show dropdown ul */
#main-nav li:hover > .children,
#main-nav li:hover > .sub-menu {
	transform:none
}

/* mega menu */
#main-nav .has-mega-sub-menu .mega-sub-menu,
#main-nav .has-mega-column > .sub-menu {
	background-color: #fff;
	border: solid 5px #47a7d7;
}
#main-nav .has-mega-sub-menu .mega-sub-menu {
	display:flex;
	min-height: 210px;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin:0;
	padding:0
}
#main-nav .has-mega-sub-menu .mega-sub-menu ul {
	background-color: #47a7d7;
	margin:0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#main-nav ul li:not(.themify-widget-menu)>ul{
	margin:0
}
#main-nav .has-mega-sub-menu .mega-sub-menu > ul a{
	padding:10px
}
#main-nav .has-mega-sub-menu .mega-sub-menu ul a {
	width: auto;
	display: block;
}
.current-menu-item.has-mega-sub-menu .mega-sub-menu ul a {
	color: #fff !important;
}
.current-menu-item.has-mega-sub-menu .mega-sub-menu ul a:hover {
	color: #47a7d7 !important;
}

/* mega menu posts */
#main-nav .mega-menu-posts .post-image {
	margin: 0 0 5px;
}
#main-nav .mega-menu-posts .post-image img {
	width: 100%;
}
#main-nav .mega-menu-posts .post-title {
	font-size: .9em;
	text-transform: none;
	margin: 0 0 5px;
}
#main-nav .mega-menu-posts .post a {
	color: #000;
	padding: 0;
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
#main-nav .mega-menu-posts .post a:hover,
.current-menu-item .mega-menu-posts .post a {
	background: none !important;
	color: #47a7d7;
}

/* mega column */
#main-nav .has-mega-column > .sub-menu {
	padding: 2.5% 3% 3%;
}
#main-nav .has-mega-column > .sub-menu a {
	background: none ;
	color: #47a7d7;
	padding: .5em 0;
	width: 100%;
}
#main-nav .has-mega-column > .sub-menu a:hover {
	color: #069;
}
#main-nav .has-mega-column .widgettitle,
#main-nav .has-mega-column > .sub-menu > .columns-sub-item > a {
    font-size: 1em;
    margin: 0 0 10px;
    font-family: Oswald, sans-serif;
	color: #000;
}
#main-nav .has-mega-column a:after {
	display: none;
}
#main-nav .has-mega-column > .sub-menu ul{
	padding: 0;
	margin:0
}

/* touch menu */
#main-nav .has-mega-sub-menu .mega-sub-menu ul,
#main-nav li.dropdown-open > ul {
	display: block;
}
#main-nav .has-sub-menu > a:after,
#main-nav .has-mega-sub-menu > a:after {
	display: none;
}
@media (hover:none){
	#main-nav .menu-item-has-children> a{
		padding-right:50px
	}
	#main-nav li .child-arrow{
		margin-left:7px;
		border-radius:100%;
		display:inline-block;
		padding:0;
		right:5px;
		top:50%;
		margin-top:-17px
	}
	#main-nav .toggle-on > a > .child-arrow{
		background:rgba(214,214,214,.4)
	}
	#main-nav li>.sub-menu{
		display:none
	}
	#main-nav li.toggle-on> .sub-menu{
		transform:scale(1,1);
		opacity:1
	}
	#main-nav .has-mega-sub-menu .mega-sub-menu{
		display:none
	}
	#main-nav .has-mega-sub-menu.toggle-on .mega-sub-menu{
		display: flex !important
	}
}
.menu-item-has-children .child-arrow{
	display:none;
	cursor:pointer;
	z-index:12;
	width:36px;
	height:36px;
	border-radius:100%;
	position:absolute;
	right:0;
	top:4px;
	transition:transform .3s
}
.child-arrow:before,
.child-arrow:after{
	top:50%;
	left:12px;
	content:'';
	position:absolute;
	transition:transform .3s ease-in-out;
	height:1px;
	width:8px;
	transform:rotate(45deg);
	background:currentColor;
	z-index:9999;
	border-radius:10px
}
.child-arrow:after{
	left:17px;
	transform:rotate(-45deg)
}
.toggle-on > a .child-arrow:after,
.toggle-on > a .child-arrow:before{
	left:10px;
	width:15px
}
.toggle-on > a .child-arrow{
	transform:rotateZ(180deg)
}

/* mobile menu icon */
#menu-icon {
	display: none;
	z-index: 12;
}
#menu-icon-top .icon-list-ul,
#menu-icon .icon-list-ul{
	font-style:normal;
	-webkit-font-smoothing:antialiased
}
#menu-icon-top .icon-list-ul:before,
#menu-icon .icon-list-ul:before {
	content:"\f0ca"; /* fa-list-bullet */
}
body.mobile-menu-visible {
    position: relative;
    overflow-y: hidden;
}
.body-overlay {
    display: none;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 260px;
    top: 0;
    z-index: 1000;
    box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
}
.sidemenu-left .body-overlay{
	right: auto;
	left: 260px;
}

#main-nav li ul li.themify-widget-menu {
	background: none !important;
	color: #000;
}
#main-nav .widget {
	margin-bottom: 5px;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 30px;
	padding: 0;
	font-size: 2em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #000;
	line-height: 110%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 15px;
	overflow: hidden;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
	border-radius: 100%;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.375em;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: double 4px #ccc;
}
/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
	box-sizing: border-box;
}
.loops-wrapper.list-post .post,
.loops-wrapper.list-thumb-image .post {
	width: 100%;
	margin-left: 0;
	margin-bottom: 1.8em;
}
.single-post .post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
	overflow: hidden;
}

/* post title */
.post-title {
	margin: 0 0 .6em;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-title a:hover {
	color: #47a7d7;
}

.single .post-title {
	margin: 10px 0 20px;
}

/* post image */
.post-image,
.module-post .post-image {
	margin: 0 0 15px;
	max-width: 100%;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}
.post-image img,
.module-post .post-image img {
	max-width: 100%;
}

/* post meta */
.post-meta {
	margin: 0 0 .6em;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	color: #888;
}
.post-meta-details {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin: 10px 0 20px;
}
.post-meta a {
	color: #888;
	text-decoration: none;
	font-weight: normal;
}
.post-meta a:hover {
	color: #47a7d7;
}
.post-meta .author-name,
.post-meta .post-date,
.post-meta .post-comment,
.post-meta .post-tag {
	padding: 0 12px 0 0;
	margin: 0;
	display: inline-block;
}
.post-meta-details .author-name,
.post-meta-details .post-date,
.post-meta-details .post-comment,
.post-meta-details .post-tag {
	border-right: 1px #eee solid;
	padding: 0 12px;
	margin: 3px 0;
	display: inline-block;
}
.loops-wrapper.grid4 .post-meta .author-name,
.loops-wrapper.grid4 .post-meta .post-date,
.loops-wrapper.grid4 .post-meta .post-comment,
.loops-wrapper.grid4 .post-meta .post-tag,
.loops-wrapper.grid3 .post-meta .author-name,
.loops-wrapper.grid3 .post-meta .post-date,
.loops-wrapper.grid3 .post-meta .post-comment,
.loops-wrapper.grid3 .post-meta .post-tag {
	border-right: none;
	padding: 0 3px;
}

/* post category */
.post-category {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ddd;
	font-size: .9em;
	display: inline-block;
	line-height: 1.5em;
}
.post-category a {
	margin: 0 3px;
	font-weight: bold;
}
.post-category a:first-child {
	margin-left: 0;
}

/* post meta author */
.post-meta .author-avatar img {
	border-radius: 100%;
	vertical-align: bottom;
}

/* more link */
.more-link {
	text-decoration: none;
}
.more-link:after {
	content: "\f105"; /* fa-angle-right */
	font-family: 'themify_theme_icon';
	margin-left: 8px;
}

.module .loops-wrapper.grid4 .post-title,
.loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
	margin: 0 0 5px;
	padding: 0;
}

.module .loops-wrapper.grid3 .post-title,
.loops-wrapper.grid3 .post-title {
	font-size: 1.15em;
	margin: 0 0 5px;
	padding: 0;
}

.module .loops-wrapper.grid2 .post-title,
.loops-wrapper.grid2 .post-title,
.col4-1 .post-title,
.col4-2 .post-title,
.sidebar2 .col3-2 .post-title,
.col3-1 .post-title {
	font-size: 1.3em;
	margin: 0 0 .6em;
	padding: 0;
}
.col3-1 .module.loops-wrapper.grid2 .post-title,
.sidebar2 .col3-1 .post-title {
	font-size: 1em;
}
.sidebar2 .col3-1 .post-image {
	margin: 0 0 10px;
}

.module .loops-wrapper.grid2-thumb .post-title,
.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 1.3em;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 0 20px 15px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 25px 15px 0 !important;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.module .loops-wrapper.list-thumb-image .post-title,
.loops-wrapper.list-thumb-image .post-title {
	font-size: 1.1em;
	margin: 0 0 .6em;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 35px 15px 0 !important;
}
.module .loops-wrapper.list-large-image .post-title,
.loops-wrapper.list-large-image .post-title {
	font-size: 200%;
	margin: 0 0 5px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
SHARE BOX
*************************************************************************************/
.share {
	margin-bottom: 25px;
}
.share > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.share .share-facebook {
	width: 130px;/* required to position the FB comment box */
	height: 25px;
}
.share .fb_iframe_widget > span {
	position: absolute;
	width: 450px !important;
	vertical-align: top !important;
}
.fb_iframe_widget {
	display: block !important;
}
.share-pinterest > span {
	display: block;
}
@media screen and (max-width: 600px) { /* fix for mobile */
	.share .share-facebook {
		margin-top: 0;
	}
	.share .fb_iframe_widget > span {
		width: 320px !important;
	}
}
.share .share-google-plus {
	position: relative;
	z-index: 1; /* fix FB overlapping G+ button */
}
.share-google-plus > div, .share-google-plus > div > iframe {
	height: 20px !important;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 60px 0;
	overflow: hidden;
}
.author-box .author-avatar {
	float: left;
	margin: 0 25px 5px 0;
}
.author-box .author-avatar img {
	border-radius: 100%;
}
.author-box .author-name {
	margin: 0 0 5px;
}
.author-box .author-name a {
	color: #000;
	text-decoration: none;
}
.author-box .author-name a:hover {
	color: #47a7d7;
}

/************************************************************************************
RELATED POSTS
*************************************************************************************/
.related-posts {
	overflow: hidden;
}
.related-posts .post {
	margin-bottom: 20px;
}
.related-posts .related-title {
	margin: 0 0 30px;
	padding: 15px 0 0;
	font-size: 1.25em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: normal;
	border-top: 5px #47a7d7 solid;
}
.related-posts .post-image {
	float: left;
	margin: 0 20px 0 0;
	min-width: 0;
}
.related-posts .post-meta {
	line-height: 1;
}
.related-posts .post-content {
	overflow: hidden;
}
.related-posts .post-title {
	font-size: 1.12em;
	margin: 0;
}

/************************************************************************************
POST WIDGET
*************************************************************************************/
.after-content-widget {
	width: 250px;
	max-width: 100%;
	float: right;
	margin-left: 35px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	padding: 40px 0 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #000;
}
.post-nav a:hover {
	text-decoration: none;
	color: #47a7d7;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav .arrow {
	color: #ccc;
	display: block;
	float: left;
	width: 23px;
	line-height: .5;
	font-size: 2em;
	margin-bottom: 50px;
}
.post-nav .next .arrow {
	float: right;
	margin-right: 0;
}
.post-nav a:hover .arrow {
	color: #47a7d7;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	margin: 50px 0 30px;
	padding: 15px 0 0;
	font-size: 1.25em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: normal;
	border-top: 5px #47a7d7 solid;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .comment-author img {
	border-radius: 100%;
}
.commentlist .avatar {
	float: left;
	margin: 0 25px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 1.375em;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author img {
	border: 3px #47a7d7 solid;
}
.commentlist .comment-time {
	font-family: 'Open Sans', sans-serif;
	font-size: .75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	overflow-wrap:break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: .875em;
	text-decoration: none;
	color: #000;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
}
.commentlist .comment-reply-link:hover {
	color: #47a7d7;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 80px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background-color: #47a7d7;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #069;
}
#commentform {
	margin: 15px 0 0;
}
#commentform label {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	color: #000;
}
#commentform label small {
	font-weight: normal;
	font-size: .75em;
	color: #ccc;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
}
#commentform textarea {
	height: 140px;
	width: 100%;
	box-sizing: border-box;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width: 50%;
	float: left;
	box-sizing: border-box;
	clear: none;
}
#commentform p.comment-form-author {
    padding-right: 2%;
}
#commentform .comment-form-email {
	padding-left: 2%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar-alt {
	font-size: .875em;
}
.widget {
	margin: 0 0 50px;
	overflow-wrap:break-word;
}
.widgettitle,
.module-title {
	margin: 0 0 20px;
	padding: 15px 0 0;
	font-size: 1.25em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: normal;
	border-top: 5px #47a7d7 solid;
}
.widgettitle a {
	color: #000;
	text-decoration: none;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
.widget li a {
	text-decoration: none;
}

/* search widget */
.widget_search .icon-search {
	display: none;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list li {
	margin: 0 0 1.7em;
	padding: 0;
}
.widget .feature-posts-list .post-meta {
	margin-bottom: 5px;
}
.widget .feature-posts-list .post-img {
	margin: 4px 15px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	display: block;
	margin: 0 0 5px;
	font-family: 'Open Sans', sans-serif;
	color: #999;
}
.widget .feature-posts-list .feature-posts-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 1.4;
}
.widget .feature-posts-list .feature-posts-title:hover {
	color: #47a7d7;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
	overflow: hidden;
}

/* twitter widget */
.widget .twitter-list li {
	margin-bottom: .8em;
}
.widget .twitter-list .twitter-timestamp a {
	font-style: italic;
	font-size: 90%;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* add white bg to facebook badge iframe */
iframe[src*="facebook"] {
	background-color: #fff;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Text widget */
.widget .textwidget ul {
	margin: 0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display: list-item;
}
.widget .textwidget ul li {
	list-style: disc;
}
.widget .textwidget ol li {
	list-style: decimal;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #000;
}
#footer {
	color: #999;
	clear: both;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #47a7d7;
}

/* back-top */
#footer .back-top {
	text-align: center;
}
#footer .back-top a {
	display: inline-block;
	background-color: #47a7d7;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	padding: 5px 20px 15px;
	text-decoration: none;
}
#footer .back-top a:before {
	display: block;
	text-align: center;
	font-size: 1.2em;
	content: "\f106"; /* fa-angle-up */
}
#footer .back-top a:hover {
	background-color: #069;
}

/* footer widget */
.footer-widgets .widget {
	margin: 7.5% 0 10px;
}
#footer .widgettitle {
	color: #fff;
	border-top: 5px #333 solid;
}

/* footer social widget */
#footer .social-widget {
	text-align: center;
}
#footer .social-widget a {
	color: #999;
	font-size: 1.675em;
}
#footer .social-widget a:hover {
	color: #47a7d7;
}

/* footer nav */
#footer .footer-nav {
	list-style: none;
	margin: 30px auto;
	text-align: center;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#footer .footer-nav li {
	display: inline-block;
}
#footer .footer-nav li a {
	text-decoration: none;
	font-size: 1.143em;
	padding: 8px;
}


/* footer text */
.footer-text {
	clear: left;
	text-align: center;
	padding-bottom: 50px;
	font-size: .9em;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
WEBFONT ICON
*************************************************************************************/
.social-widget li a:after,
.social-widget .icon-rss:before,
#menu-icon-top .icon-list-ul:before,
#menu-icon .icon-list-ul:before,
#main-nav .has-sub-menu > a:after,
#main-nav .has-mega-sub-menu > a:after,
#main-nav .mega-sub-menu li a:after,
#main-nav ul .has-sub-menu > a:after,
#main-nav .mega-sub-menu li:after,
.module-slider .carousel-nav-wrap .carousel-prev:before,
.module-slider .carousel-nav-wrap .carousel-next:before,
#footer .back-top a:before {
	font-family: 'themify_theme_icon';
}

#main-nav [class^="icon-"]:before, #main-nav [class*=" icon-"]:before {
	font-family: 'themify_theme_icon';
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */

.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 1064px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.module_row.fullwidth > .row_inner {
	width: 100%;
	padding: 0;
}

/* module tab */
.module-tab {
	margin-bottom: 0;
}

/* more link */
.button.more-button {
	background-color: #47a7d7 !important;
	background-image: none !important;
	border: none !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: none !important;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: .75em !important;
	text-transform: uppercase;
	padding: 5px 7px !important;
}
.button.more-button:hover {
	background-color: #069 !important;
}
.button.more-button:active {
	position: absolute;
	top: 20px;
	right: 0;
}

/* post meta */
.module-post .post-meta span {
	margin: 0;
}
.module-slider.slider-overlay .slide-content {
	padding: 10px 20px;
	text-align: left;
}
.module-slider.slider-overlay .slide-content .slide-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}
#slider-0-0-3 .slide-title,
#slider-0-0-4 .slide-title {
	font-size: 1.25em;
}
.module-slider.slider-overlay .slide-content .slide-title a:hover {
	color: #47a7d7;
}

.module.module-slider .carousel-pager a.selected {
	color: #47a7d7;
}
.module.module-slider .carousel-pager a {
	width: 15px;
	height: 15px;
	border-width: 2px;
}
.module.module-slider .carousel-pager a:hover {
	background-color: #ddd;
}
.module-slider .carousel-nav-wrap .carousel-prev:before,
.module-slider .carousel-nav-wrap .carousel-next:before {
	color: #ccc;
}
.module-slider .carousel-nav-wrap .carousel-prev,
.module-slider .carousel-nav-wrap .carousel-next {
	color: transparent;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.widget li:after, #body:after, #footer:after, footer:after,#main-nav:after, .menu:after,#content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.widget li, #body, #footer, footer,#main-nav, .menu
{ display: block; }

/*/wp-content/uploads/themify-css/themify-builder-3702-generated.css*/
.themify_builder_content-3702 .tb_520u330.module-text{margin-right:20px; margin-left:20px;}
.themify_builder_content-3702 .tb_v8r6363.module_column{background-color:rgba(235, 235, 235, 1.00); padding-right:20px; padding-left:20px; border-top:undefinedpx solid; border-right:20px solid rgba(255, 255, 255, 1.00); border-bottom:50px solid rgba(255, 255, 255, 1); border-left:20px solid rgba(255, 255, 255, 1.00);}
.themify_builder_content-3702 .tb_1oi6883.module_row{border-top:undefinedpx solid; border-right:undefinedpx solid; border-bottom:undefinedpx solid; border-left:undefinedpx solid;}
.themify_builder_content-3702 .tb_1grz933.module_column{border-top:undefinedpx solid; border-right:undefinedpx solid; border-bottom:undefinedpx solid; border-left:undefinedpx solid;}
.themify_builder_content-3702 .tb_gc2d990.module-widget{text-align:center; margin-right:40px; margin-left:40px;}
.themify_builder_content-3702 .tb_k22c900.module_column{border-top:undefinedpx solid; border-right:undefinedpx solid; border-bottom:undefinedpx solid; border-left:undefinedpx solid;}
.themify_builder_content-3702 .tb_ngxj435.module-widget{text-align:center; margin-right:40px; margin-left:40px;}
.themify_builder_content-3702 .tb_i6op094.module_column{border-top:undefinedpx solid; border-right:undefinedpx solid; border-bottom:undefinedpx solid; border-left:undefinedpx solid;}
.themify_builder_content-3702 .tb_nmre005.module-widget{text-align:center; margin-right:40px; margin-left:40px;}

/*/wp-content/uploads/themify-customizer-5.1.7-5.2.0.css*/
/* Themify Customize Styling */
body {	background-image: none;
	font-family: "Quattrocento Sans";	font-weight:normal;
	font-size:1em;
 
}
a {	
	color: #5e5e5e; 
}
a:hover {	
	color: #999999; 
}
p {	
	margin: 15px; 
}
#pagewrap {	
	padding: 0px;
	margin: 0px; 
}
.pagewidth,.module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner {	width: auto; 
}
#body {	
	padding: 0px;
	margin: 0px; 
}
#content {	width: auto;
	padding: 0px;
	margin: 0px; 
}
#sidebar {	background: none;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px; 
}
h1 {	
	font-family: "Quattrocento Sans";	font-weight:bold;
 
}
h2 {	
	font-family: "Quattrocento Sans";	font-weight:normal;
 
}
h3 {	
	font-family: "Quattrocento Sans";	font-weight:bold;
	text-transform:capitalize;
	color: #0a345a; 
}
h4 {	
	font-family: "Quattrocento Sans";	font-weight:normal;

	color: #00648e; 
}
h5 {	
	font-family: "Quattrocento Sans";	font-weight:normal;
 
}
h6 {	
	font-family: "Quattrocento Sans";	font-weight:normal;
 
}
#headerwrap {	background: none;
	background-color: #0a345a;
	margin: 0px; 
}
#header {	background: none;
	background-color: #0a3450;
	padding-left: 20px;
	font-family: "Quattrocento Sans";	font-weight:normal;

	color: #ffffff; 
}
.fixed-header #header, .fixed-header #site-description {	
	font-family: "Quattrocento Sans";	font-weight:normal;
 
}
body #site-logo a img {		width: 600px; 
}
#site-logo {	
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px; 
}
#site-description {	display: none; 
}
#main-nav {	background: none;
	background-color: #0a345a; 
}
#main-nav a {	
	font-family: 'Trebuchet MS', "Arial", "Helvetica", sans-serif;	font-weight:normal;
	font-size:13px;

	background-color: transparent;
	border: none !important; 
}
#main-nav a:hover {	
	color: #cccccc; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	background: none;
	background-color: #0a345a;
	color: #999999; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	background: none;
	background-color: #0a345a;
	color: #ffffff; 
}
#main-nav .has-mega-sub-menu .mega-sub-menu ul, #main-nav > li > ul, #main-nav ul li:not(.themify-widget-menu) > ul {	background: none;
	background-color: #33619e;
	border: none !important; 
}
#main-nav ul li a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {	
	font-family: "Quattrocento Sans";	font-weight:normal;

	border: none !important; 
}
#main-nav ul li a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav .has-mega-column > .sub-menu a {	background: none;
	background-color: #0a345a; 
}
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover, #main-nav .has-mega-column > .sub-menu a:hover {	
	color: #cccccc; 
}
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav .has-mega-column > .sub-menu a:hover {	background: none;
	background-color: #0a345a; 
}
#nav-bar {	background: none;
	background-color: #0a345a;
	padding-left: 20px; 
}
#top-nav a:hover {	
	color: #cccccc; 
}
#top-nav .current_page_item a,  #top-nav .current-menu-item a {	
	color: #ffffff; 
}
#top-nav .current_page_item a:hover,  #top-nav .current-menu-item a:hover {	
	color: #ffffff; 
}
#top-nav ul {	background: none;
	background-color: #0a345a; 
}
.post {	
	padding: 15px;
	margin: 15px; 
}
.post-title a:hover {	
	color: #33619e; 
}
.single-post .post-title {	
	margin: 15px; 
}
.page-title {	
	font-family: "Quattrocento Sans";	font-weight:normal;
	font-size:1.8em;
	line-height:1.5px;
	text-transform:capitalize;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 15px; 
}
.module-title {	
	color: #0a345a;
	font-family: "Quattrocento Sans";	font-weight:normal;
	font-size:1,8em;

	margin: 15px; 
}
#footer a:hover {	
	color: #cccccc; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body {		font-weight:normal;
 
}
a {	
	color: #5e5e5e; 
}
a:hover {	
	color: #999999; 
}
#content {	background: none;
	background-color: #ffffff; 
}
#sidebar {	background: none;
	background-color: #ffffff; 
}
h1 {		font-weight:bold;
 
}
h2 {		font-weight:normal;
 
}
h3 {		font-weight:bold;

	color: #0a345a; 
}
h4 {		font-weight:normal;

	color: #00648e; 
}
h5 {		font-weight:normal;
 
}
h6 {		font-weight:normal;
 
}
#headerwrap {	background: none;
	background-color: #0a345a; 
}
#header {	background: none;
	background-color: #0a3450;	font-weight:normal;

	color: #ffffff; 
}
#headerwrap.fixed-header {	background: none;
	background-color: #0a345a; 
}
.fixed-header #header, .fixed-header #site-description {		font-weight:normal;
 
}
#main-nav {	background: none;
	background-color: #0a345a; 
}
#main-nav a {		font-weight:normal;
background: none;
	background-color: #0a345a; 
}
#main-nav a:hover {	
	color: #cccccc; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	background: none;
	background-color: #0a345a;
	color: #999999; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	background: none;
	background-color: #0a345a;
	color: #ffffff; 
}
#main-nav .has-mega-sub-menu .mega-sub-menu ul, #main-nav > li > ul, #main-nav ul li:not(.themify-widget-menu) > ul {	background: none;
	background-color: #33619e;
	border: none !important; 
}
#main-nav ul li a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {		font-weight:normal;

	border: none !important; 
}
#main-nav ul li a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav .has-mega-column > .sub-menu a {	background: none;
	background-color: #0a345a; 
}
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover, #main-nav .has-mega-column > .sub-menu a:hover {	
	color: #cccccc; 
}
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav .has-mega-column > .sub-menu a:hover {	background: none;
	background-color: #0a345a; 
}
#nav-bar {	background: none;
	background-color: #0a345a; 
}
#top-nav a:hover {	
	color: #cccccc; 
}
#top-nav .current_page_item a,  #top-nav .current-menu-item a {	
	color: #999999; 
}
#top-nav .current_page_item a:hover,  #top-nav .current-menu-item a:hover {	
	color: #000000; 
}
#top-nav ul {	background: none;
	background-color: #0a345a; 
}
.post-title a:hover {	
	color: #33619e; 
}
.page-title {	
	font-family: "Quattrocento Sans";	font-weight:normal;
 
}
.module-title {	
	color: #0a345a;	font-weight:normal;
 
}
#footer a:hover {	
	color: #cccccc; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
a {	
	color: #5e5e5e; 
}
a:hover {	
	color: #999999; 
}
#headerwrap {	background: none;
	background-color: #33619e; 
}
body #site-logo a img {		width: 600px; 
}
#main-nav a {	background: none;
	background-color: #33619e; 
}
#main-nav a:hover {	
	color: #cccccc; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	background: none;
	background-color: #33619e;
	color: #999999; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	background: none;
	background-color: #33619e;
	color: #ffffff; 
}
.post-title a:hover {	
	color: #33619e; 
}
#footer a:hover {	
	color: #cccccc; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body {		font-weight:normal;
 
}
h1 {		font-weight:bold;
 
}
h2 {		font-weight:normal;
 
}
h3 {		font-weight:bold;
 
}
h4 {		font-weight:normal;
 
}
h5 {		font-weight:normal;
 
}
h6 {		font-weight:normal;
 
}
#headerwrap {	background: none;
	background-color: #33619e; 
}
#header {		font-weight:normal;
 
}
.fixed-header #header, .fixed-header #site-description {		font-weight:normal;
 
}
#main-nav a {		font-weight:normal;
background: none;
	background-color: #33619e; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	background: none;
	background-color: #33619e; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	background: none;
	background-color: #33619e; 
}
#main-nav .has-mega-sub-menu .mega-sub-menu ul, #main-nav > li > ul, #main-nav ul li:not(.themify-widget-menu) > ul {	
	border: none !important; 
}
#main-nav ul li a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {		font-weight:normal;

	border: none !important; 
}
.page-title {	
	font-family: "Quattrocento Sans";	font-weight:normal;
 
}
.module-title {		font-weight:normal;
 
}
 }
/* Themify Custom CSS */
#header {
	background-color: #0a345a;
	padding-left: 20px;
}

.mobile_menu_active .sidemenu {	background-color: #0a345a;
}

#nav-bar {
        display:none;
}
#main-nav{
	background-color: #0a345a;
}

#main-nav>a{
	background-color:#0a345a;
}

.tp_recent_tweets li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px -8px;
	padding-left: 30px;
	padding-bottom: 20px;
	/* float: left; */
	/* clear: left; */
	line-height: 20px;
	list-style-type: none;
}

.breaking-news-posts {
	color:#fff;
}

.breaking-news-posts a:visited {
	color: #cccccc;
}

.breaking-news-posts a:link {
	color:#fff;
}

div.breaking-news {
 padding: 5px 20px 10px 0px;
 width: 100%;
 border-top:20px solid #0a345a;
 border-bottom:20px solid #0a345a;
 position:relative;
 margin-top:0px;
 background-color: #0a345a;  
}

accordion-content {
	 background-color: #8eafff; 
}


div.bluemedTbl {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  text-align: left;
  border-collapse: collapse;
}
.divTable.bluemedTbl .divTableCell, .divTable.bluemedTbl .divTableHead {
  padding: 5px 2px;
}
.divTable.bluemedTbl .divTableBody .divTableCell {
  font-size: 17px;
}
.divTable.bluemedTbl .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.bluemedTbl .divTableHeading {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
}
.divTable.bluemedTbl .divTableHeading .divTableHead {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.bluemedTbl .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.bluemedTbl .tableFootStyle {
  font-size: 14px;
}
.bluemedTbl .tableFootStyle .links {
	 text-align: right;
}
.bluemedTbl .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.bluemedTbl.outerTableFooter {
  border-top: none;
}
.bluemedTbl.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
  padding-left:15px;
  padding-right:15px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

#main-nav .has-mega-sub-menu .mega-sub-menu ul,
#main-nav>li>ul,
#main-nav ul li:not(.themify-widget-menu)>ul {
 margin:0;
 list-style:none;
 position:absolute;
 background-color:#0a345a;
 z-index:100;
}

h3.module-title {
	font-family: 'Quattrocento Sans', Helvetica, sans-serif;
}

h3.breaking-news-category {
	font-family: 'Quattrocento Sans', Helvetica, sans-serif;
}

#mc_signup_submit {
	font-family: 'Quattrocento Sans', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Quattrocento Sans', Helvetica, sans-serif;
}

#footer .footer-nav li a{font-family: 'Quattrocento Sans', Helvetica, sans-serif;}

#footer .back-top a {font-family: 'Quattrocento Sans', Helvetica, sans-serif;}

#contentwrap {
	padding-top:10px;
}

#header {
	padding-left:0px;
	padding-right:0px;
  margin:0px;}

.breaking-news .breaking-news-category {font-family: 'Quattrocento Sans';}

.breaking-news .breaking-news-posts li a:link a:active a:visited a:active {color:white;}

.breaking-news .breaking-news-posts .swiper-wrapper a{color:#fff;text-decoration:none}