/*
Theme Name: MMC
Version: 1.0
Theme URI: http://peterromich.com
Description: Theme for the Mixed Migration Centre
Author: Peter Romich
Author URI: http://peterromich.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom theme for the Mixed Migration Centre
Text Domain: jeg_textdomain
*/

/* ------------------------------------------------------------------------- *
 *  Table of Contents:
 * ------------------------------------------------------------------------- *
 *
 *    1 - Base
 *      1.1 - CSS Reset
 *      1.2 - Basic Styles
 *      1.3 - WordPress Essential
 *    2 - Grid System
 *    3 - Helper
 *    4 - Header
 *      4.1 - Menu
 *      4.2 - Mobile Menu
 *      4.3 - Search Form
 *    5 - Sidebar
 *    6 - Main Content
 *      6.1 - Home Featured Slider
 *      6.2 - Breaking News
 *      6.3 - Carousel Post
 *      6.4 - Latest Post
 *      6.5 - Post Column
 *      6.6 - Pagination
 *      6.7 - Advertisement
 *      6.8 - Forms
 *      6.9 - Buttons
 *      6.10 - Single Post
 *      6.11 - Comments
 *      6.12 - Author
 *      6.13 - Archive
 *      6.14 - resources
 *      6.15 - resource Single
 *    7 - Footer
 *    8 - Print Styles
 *    9 - Additional Style
 *
 * ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
 *  1 - Base
 * ------------------------------------------------------------------------- */

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

.pad-forty{
	padding: 40px 40px 40px 40px;
	}

.pad-twenty{
	height:100%;
	padding: 15px 15px 15px 0;
	display: block;
	}


.pad-twenty h2{
	margin: 0;
	margin-bottom: 0.66em;
	font-size: 2em;
	line-height: 1.3;
	}

.pad-twenty h3{
	margin: 0.5em 0 0.75em 0;
	font-size: 1.2em;
	line-height: 1.3;
	}

.pad-twenty p{
	margin: 0.75em 0;
	font-size: 0.95em;
	line-height: 1.34;	
	}

.titler h2{
	margin-bottom: 1em !important;
	}


/* ------------------------------------------------------------------------- *
 *  1.2 - Basic Styles
 * ------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
    color: #62173a;
    text-decoration: none;
}

.wpb_wrapper p a {
    text-decoration: underline;
	}
.wpb_wrapper p a:hover {
    text-decoration: none;
	}


a:hover, a:active, a:focus {
    outline: 0;
}

body {
    background: #f4efdf; /*10%*/
    font: 400 1em 'Muli', Arial, Helvetica, sans-serif;
    line-height: 1.46em;
    text-rendering: optimizeLegibility;
}
body, html {
    height: 100%;
    margin: 0;
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    color: #12002b; 
    font: 400 1em 'Muli', Arial, Helvetica, sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    color: #fff;
    background: #009aa3;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #009aa3;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 1.5em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
    /*max-width: 100%;*/
    width: 100%;
    -ms-interpolation-mode: bicubic;
    height: auto;
}

figcaption {
    color: #a29ca2;
    font-size: 11px;
    text-align: right;
    margin: 3px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

h1,h2,h3,h4,h5,h6 {
    color: #12002b;
 /*   font-weight: bold;*/
}

h1 {
    font-size: 2em;
    margin: 0.5em 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 0.85em 0; /* 0.5em 0 0.85em 0; */
    line-height: 1.35;
}

h3 {
    font-size: 1.25em;
    margin: 1em 0;
    line-height: 1.4;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
    line-height: 1.5;
}

h5 {
    font-size: 0.85em;
    margin: 1.67em 0;
    line-height: 1.6;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

i, em { font-style: italic; }

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #efca56;
    padding: 0 0.4em;
    color: #fff;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 0.9em;
    color: #7b7b7b;
    border: 1px solid #e5e5e5;
    padding: 0.2em 0.5em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-left: 4px solid #e5e5e5;
    padding: 0.5em 1.5em 0.5em 1.5em;
}

small {
    font-size: 80%;
    line-height: 1.4em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.topspacer{
	margin-top:50px;
}

/*spalsh credit*/
.headerfull .photo-credit, .photo-credit{
width: 50px;
position: absolute;
right: 0;
bottom: 0;
	}

.credit-text{
white-space: nowrap;
font-size: .65rem;
display: block;
color: #fff;
padding-left: 10px;
padding-right: 19px;
line-height: 50px;
position: absolute;
bottom: 10px;

-webkit-transform: rotate(-90deg);
-webkit-transform-origin: 25px;
-moz-transform: rotate(-90deg);
-moz-transform-origin: 25px;
-ms-transform: rotate(-90deg);
-ms-transform-origin: 25px;
-o-transform: rotate(-90deg);
-o-transform-origin: 25px;
transform: rotate(-90deg);
transform-origin: 25px;
}

/*post credit text*/
.photo-credit-text{
font-size: 0.55rem;
color: #fff;
white-space: nowrap;

text-shadow: 1px 1px 6px rgba(0,0,0,0.75);

text-align: right;
position: absolute;
right:0;
top:0;

padding-bottom: 20px;
margin-top: -15px;

-webkit-transform: rotate(-90deg);
-webkit-transform-origin: 100%;
-moz-transform: rotate(-90deg);
-moz-transform-origin: 100%;
-ms-transform: rotate(-90deg);
-ms-transform-origin: 100%;
-o-transform: rotate(-90deg);
-o-transform-origin: 100%;
transform: rotate(-90deg);
transform-origin: 100%;

z-index: 99;

}

.photo-credit-article {
    font-size: 0.55rem;
    color: #fff;
    white-space: nowrap;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.75);
    text-align: left;
    position: absolute;
    left: 0px;
    bottom: -11px;
    padding-top: 18px;
    margin-bottom: 0px;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0%;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0%;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0%;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0%;
    transform: rotate(-90deg);
    transform-origin: 0%;
    z-index: 100;
}

/* ------------------------------------------------------------------------- *
 *  1.3 - WordPress Essential
 * ------------------------------------------------------------------------- */
.wp-caption {
    max-width: 100%;
    position: relative;
}
.wp-caption-text {
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0; 
    padding: 2px 8px 3px 8px;
    margin: 0;
    display: block;
    background: rgba(18,0,43,0.35);
    line-height: 1.35em;
}
.wp-caption .wp-caption-text,
.featured .wp-caption-text {
    font-style: italic;
    font-size: 11px;
}

.post-header .featured .wp-caption-text {
    max-width: 33em; /*new*/
}


.wp-caption.alignleft,
.wp-caption.alignright {
    width: auto !important;
}
.wp-caption.aligncenter,
.wp-caption.alignnone,
.gallery,
.article-padding {
    margin-bottom: 40px;
}
.gallery {
    margin-bottom: 20px !important;
}
.gallery:last-child {
    margin-bottom: 0 !important;
}

/* Gallery */
.gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.gallery:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 30px;
}
.gallery img {
    display: block;
    width: 100%;
    height: auto;
    border: none !important;
}
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-color: transparent;
    padding: 5px;
    margin: 0!important;
    float: left;
}
.gallery-caption {
    color: #2e2f34;
    background: rgba(255,255,255,0.85);
    font-size: 11px;
    line-height: 1.5em;
    padding: 10px 15px;
    font-style: normal;
    margin: 0;
    right: 15px;
    bottom: -100%;
    left: 15px;
    max-height: 50%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-align: center;
    opacity: 0;
    transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.gallery-item:hover .gallery-caption  { bottom: 5px; opacity: 1; }
.gallery-item {
    margin-top: 5px !important;
}
.gallery-item img{
    border: 0 !important;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16%; }
.gallery-columns-7 .gallery-item { width: 14%; }
.gallery-columns-8 .gallery-item { width: 12%; }
.gallery-columns-9 .gallery-item { width: 11%; }

.alignright,
.alignRight {
    float: right;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.alignleft,
.alignLeft {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.aligncenter,
.alignCenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.alignnone,
.alignNone {
    margin-top: 10px;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.sticky .thumb a:after {
    color: #180718; /*#474747*/
    content: "\f08d";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    margin: auto;
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bypostauthor {}
.wp-smiley {
    display: ene;
}

/* ------------------------------------------------------------------------- *
 *  2 - Grid System
 * ------------------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 728px;
  }
  .wc-wrapper .container {width: 976px;}
}
@media (min-width: 992px) {
  .container {
    width: 832px;
  }
  .wc-wrapper .container {width: 940px;}
}
@media (min-width: 1280px) {
  .wc-wrapper .container {width: 1080px;}
}
@media (min-width: 1600px) {
  .container {
    width: 960px;
  }
  .wc-wrapper .container {width: 1208px;}
}
.wpb_wrapper { overflow: visible; }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*border-right: 25px;*//*new*/
  /*border-left: 25px;*//*new*/
  
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  max-width: 1500px;/*new*/
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}


.row-no-padding {
  height: 100%;
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {
.row-no-padding {
  height: 100%;
  display: table-row;
}

.row-no-padding [class*="col-"] {

  display: table-cell;
  float: none;
  vertical-align: top;
}	
	
}




.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (min-width: 0px) and (max-width: 767px) {
  .fsi-row-xs-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .footer-logo{
	margin-top: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .fsi-row-sm-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fsi-row-md-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .fsi-row-lg-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /*
  .home-partners .col-md-2 {
    width: 14.285%;
	}*/
  
  
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.row:after {
  clear: both;
}


/* ------------------------------------------------------------------------- *
 *  3 - Helper
 * ------------------------------------------------------------------------- */

/* Image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9px; /* IE 6/7 fallback */
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}


/* ------------------------------------------------------------------------- *
 *  4 - Header
 * ------------------------------------------------------------------------- */

header {
	    background: #fff;
	}

#navbar {
    height: 190px !important; /*120px !important;*/
    width: 100%;
    z-index: 10;
    position: relative;

    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
}
    
    
 
.logo {
    float: left;
    margin-left: 40px;
    margin-top: 35px;
    
}
.logo img {
    /*image-rendering: optimizeQuality;*/
    width: 313px; /*410 new*/
    height: 120px;/*new*/
}


.header-style-1 .logo {
   /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
   /* margin-right: 15px;*/
    height: 120px !important; /*60px*/
}

.right-nav {
    float: right;
    /*border-left: 1px solid rgba(255,255,255,0.3);*/
}
.top-socials {
    float: left;
    padding: 0 15px;
    display: block;
}
.top-socials li {
    display: inline-block;
    line-height: 60px;
    margin: 0 10px;
}
.top-socials li a {
    color: #fff;
    display: block;
}
.top-socials li a:hover {
    /*color: #28282e;*/
}

/* Header 2 */
#top {
    background: #fff;
    height: 110px;
    position: relative;
}

.header-style-2 .logo img {
    max-height: 110px;
}
.top-right {
    margin-left: 331px;
    position: relative;
    height: 100%;
}
#header-promotion {
    margin: auto;
    text-align: center;
    padding: 10px 0;
}
.header-style-2 .main-nav {margin-left: 25px;}
.header-style-2 ul.menu > li > a:before {display: none}

/* ------------------------------------------------------------------------- *
 *  4.1 - Menu
 * ------------------------------------------------------------------------- */
header .main-nav {
	float: right;
	margin-right: 20px; /*previously 10px*/
	margin-top: 117px;
	
	}
	
header ul.menu{


}

header ul.menu, header ul.menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
header ul.menu > li > a {
    color: #009aa3;
    font-weight: normal;
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 20px; /*18 14*/
    line-height: 60px;
    text-transform: none;
    letter-spacing: 0.5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*header ul.menu > li > a:before {
    content: ' ';
    /*width: 0;*/
 /*   position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    background-color: #fff;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/
header ul.menu > li > a:hover,
header ul.menu > li.sfHover > a,
header ul.menu > li.current_page_item > a,
header ul.menu > li.current-page-ancestor > a,
.single-post header ul.menu > li.current_page_parent > a,
.single-resource header ul.menu > li.menu-item-2174 > a,
.tax-resource-type header ul.menu > li.menu-item-2174 > a

/*
.single-post header ul.menu > li#menu-item-627 > a,
*/
{
	color: #00344d;
	}

header ul.menu > li > a:hover:before,
header ul.menu > li.sfHover > a:before,
header ul.menu > li.active > a:before,
header ul.menu > li.current-menu-item > a:before{
    width: 100%;
    top: 0;
}





/*** Dropdown Menu ***/
ul.menu li {
    position: relative;
}
ul.menu li > ul {
    background: #fff;
    position: absolute;
    display: none;
    width: 12em;
    top: 100%;
    left: 0;
    z-index: 99;

    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
}
ul.menu li > ul li a {
    padding: 8px 16px;
    font-size: 14px;
    color: #666;
}
ul.menu li > ul li:hover, ul.menu li > ul li.sfHover {
    background: #f7f7f7;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sf-arrows > li .sf-with-ul {
    padding-right: 25px;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    right: 10px;
    color: #a29ca2;
}
ul.menu li:hover > ul,
ul.menu li.sfHover > ul {
    display: block;
}
ul.menu a {
    display: block;
    position: relative;
}
ul.menu ul ul {
    top: 0;
    left: 100%;
}

/*** Mega Menu ***/
ul.menu li.mega-menu {
    position: static;
}
.sub-menu {
    background: #fff;
    position: absolute;
    display: none;
    left: 0;
    z-index: 98;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
}
.mega-menu .sub-menu {
    /*background: #f7f7f7;*/
}
.sub-menu a {
    color: #313138;
}
.sub-menu .newsfeed-categories {
    background: #f7f7f7;
    position: absolute;
    margin: 0;
    padding: 15px 0;
    width: 150px;
    height: 100%;
    min-height: 280px;
}
.newsfeed-categories li a {
    color: #180718; /*#474747*/
    display: block;
    text-align: right;
    padding: 3px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.newsfeed-heading {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.newsfeed-categories li.active a {
    background-color: #fff;
}

/* Mega Menu News Feed */
.newsfeed-posts {
    margin-left: 150px;
    position: relative;
    background: #fff;
    height: 100%;
    min-height: 280px;
    overflow: hidden;
}
.newsfeed-posts .owl-theme .owl-controls {
    margin-top: 0;
}
.newsfeed-container {
    padding: 10px;
    position: relative;
    overflow: auto;
}
.newsfeed-item {
    padding: 10px;
}
.newsfeed-item .post-title {
    font-size: 15px;
}
.newsfeed-item .thumb img {
    width: 100%;
    max-width: 100%;
}
.newsfeed-resource h3 {
    margin-bottom: 2px;
}
.newsfeed-overlay {
    position: absolute;
    background: white;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}
.newsfeed-overlay .preloader {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 10px;
}

/* ------------------------------------------------------------------------- *
 *  4.2 - Mobile Menu
 * ------------------------------------------------------------------------- */
.mobile-logo {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    /*right: 0;*/
    margin: auto;
    z-index: 1;
    height: 80px !important;
    width: 210.5263px !important;
}
.mobile-logo img{
    max-height: 80px;
    width:auto;
}


.menu-active {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.push-left  {left: -250px;}
.push-right {left: 250px;}
#mobile-menu {
    display: block;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -260px;
    z-index: 15;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-menu-container {
    background: #fff;
    height: 100%;
    color: #009aa3;
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu-active:before {
    background-color: rgba(248,248,248, 0.8);
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}


#mobile-menu.active {
    right: 0;
    -webkit-box-shadow: -4px 0 10px rgba(0,0,0,0.1),0 0 0 1px rgba(189,225,232,0.05);
    box-shadow: -4px 0 10px rgba(0,0,0,0.1),0 0 0 1px rgba(189,225,232,0.05);
}
#mobile-menu ul > li > a {
    color: #009aa3; 
    display: block;
    padding: 13px 25px;
    font-size: 16px;
    border-bottom: 1px solid #bde1e8;
}
#mobile-menu ul > li > a:hover, 
#mobile-menu ul > li > a:active{
    background: rgba(189,225,232,0.25);
    color: #12002b;
}
#mobile-menu ul > li.current-menu-item > a{
    background: rgba(189,225,232,0.5);
    color: #12002b;
}

.mobile-toggle {
    color: #009aa3;
    width: 70px;/*80px*/
    height: 80px;
    line-height: 80px;
    font-size: 150%;
    display: none;
    z-index: 2;
    position: relative;
    text-align: center;
}
.sidebar-toggle {float: left;}
.menu-toggle {float: right;}
.mobile-search {border-bottom: 1px solid #bde1e8}
.mobile-search .search-form [name='s'] {
    font-size: 14px;
    border: 0;
    box-shadow: none;
    width: 200px;
    line-height: 80px;
    height: 80px;
    padding:0 0 0 25px;
    color: #009aa3;
}
.mobile-search button {
    color: #009aa3;
    box-shadow: none;
    border: none;
    background: none;
    padding:0 20px 0 10px;
    height: 80px;
    float: right;
}

/* ------------------------------------------------------------------------- *
 *  4.3 - Search Form
 * ------------------------------------------------------------------------- */
.top-search {
    float: right;
    position: relative;
    display: block;
}

.top-search.active,.top-search .active{
    z-index: 99 !important; /*new*/
}

.top-search-toggle {
    color: #009aa3;
    display: block;
    line-height: 60px;
    padding: 0 20px;
}
.top-search-toggle:hover {
    /*background: rgba(0,0,0,0.2);*/
    color: #3b2d3b;
}
.top-search form {display: none;}
.top-search form {background: #bde1e8;}
.top-search .search-form [name="s"] {
    font-size: 16px;
    height: 60px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    background: #009aa3;
    border: 0;
    outline: 0;
    border-radius: 0;
    width: 500px; /*325*/
}
.top-search [name='s']:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.top-search [name='s']::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    border: none;
}
.top-search [name='s']:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-style: italic;
    border: none;
}
.top-search [name='s']::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    font-style: italic;
    border: none;
}
.top-search [name='s']:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    border: none;
}
.top-search button {
    background: transparent;
    border: 0;
    color: #009aa3;
    font-size: 16px;
    padding: 0 15px 0 10px;
    width: 50px;
    cursor: pointer;
}

/* search result block */
.top-search .search-result,
.top-search .search-noresult,
.top-search .search-all-button,
.top-search .search-result-wrapper {
    display: none;
}

.top-search .search-result-wrapper {
    max-height: 360px;
    overflow-y: auto;
}

.top-search.no-active .search-result {
    display: none !important;
}

.search-result {
    width: 500px; /*325*/
    position: absolute;
    background: #FFF;
    border-bottom: 1px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    border-color: #009aa3; /*#ddd*/
}

.search-result .search-item {
    padding: 10px 10px;
    border-bottom: 2px solid #009aa3; /*#ddd*/
    overflow: hidden;
}

.search-result a.ajax .search-item {
    transition: all 0.25s;
}


.search-result a.ajax:hover .search-item {
    background: #bde1e8;
}


a.ajax {display: block;}


.search-result .search-item figure {
    float: left;
}

.search-result .search-item .content {
    margin-left: 85px;
}

.search-result .search-item .content h3 {
    margin: 0;
    font-size: 16px;
}
.search-result .search-item .content h4 {
    margin: 0;
    font-size: 14px;
}
.searchfooter.post-meta{
	font-size: 12px;
}

.search-result .search-item .content .post-category {
    font-weight: bold;
    text-transform: uppercase;
}

.search-result .search-item .content .resource-category {
    font-weight: bold;
    text-transform: uppercase;
    color: #62173a;
}

.searchfooter{
	background: transparent; /*new*/
}
.searchfooter.post-meta .post-date:before {
    content: '|';
    margin-right: 5px;
    margin-left: 5px;
}



.search-result .search-all-button {
    padding: 9px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #009aa3;
    color: #bde1e8;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}

.search-result .search-noresult {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px;
}

.no-result span {
    font-size: 17px;
    font-size: 1.75em;
    text-align: center;
    display: block;
    padding: 40px 0;
}

/* ------------------------------------------------------------------------- *
 *  5 - Sidebar
 * ------------------------------------------------------------------------- */
#sidebar {
    background: #fff;
    float: left;
    font-size: 14px;
    height: 100%;
    width: 331px;
    position: absolute;
    left: 0;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}
#sidebar.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.sidebar-posts {
    overflow: hidden;
    max-height: 100%;
    width: 100% !important;
}
.sidebar-posts, .sidebar-posts .jspContainer {
    width: 100% !important;
}
.sidebar-posts:hover {
    overflow-y: scroll;
}
.sidebar-heading {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0 15px;
}
.sidebar-posts a {
    color: #180718; /*#474747*/
}
.sidebar-post-item {
    clear: left;
    padding: 15px 20px 15px;
    border-top: 1px solid #e5e5e5;
}
.sidebar-post-item .thumb {
    float: left;
    max-width: 75px;
    max-height: 75px;
    overflow: hidden;
}
.sidebar-post-item .content {
    margin-left: 85px;
}
.sidebar-post-item .post-title {
    font-size: 14px;
    margin:0 0 0;
    /* min-height: 20px; */
    line-height: 1.5em;
}
.sidebar-loadmore-wrapper {
    display: block;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sidebar-loadmore {
    text-align: center;
}

.active.sidebar-post-item {
    background-color: #FFE4E2;
    border-top: 1px solid #F3C8C8;
    border-bottom: 1px solid #F3C8C8;
}

.active.sidebar-post-item + .sidebar-post-item {
    border-top: none;
}



.post-meta a {
    font-weight: bold;
}
.post-category a {
    text-transform: uppercase;
    /*letter-spacing: 0.05em;*/
}
.post-meta {
    font-size: 15px;
}


.post-meta .post-date:before {
    content: '|';
    margin-right: 6px;
}
.post-meta .post-date.no-separator:before {display: none;}

.sidebar-footer {
    background: #fff;
    position: fixed;
    width: 331px;
    bottom: 0;
    left: 0;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar-widget-bottom {
    padding: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e5e5e5;
}
.sidebar-widget-bottom input[type="text"],
.sidebar-widget-bottom input[type="password"],
.sidebar-widget-bottom input[type="url"],
.sidebar-widget-bottom input[type="email"],
.sidebar-widget-bottom textarea {
    background: #f7f7f7;
}
.sidebar-widget-bottom input[type="text"]:focus,
.sidebar-widget-bottom input[type="password"]:focus,
.sidebar-widget-bottom input[type="url"]:focus,
.sidebar-widget-bottom input[type="email"]:focus,
.sidebar-widget-bottom textarea:focus {
    background: #fff;
}
.sidebar-footer .bottom {
    border-top: 1px solid #e5e5e5;
} 
.sidebar-socials a {
    font-size: 14px;
    margin: 5px;
}




/* ------------------------------------------------------------------------- *
 *  6 - Main Content
 * ------------------------------------------------------------------------- */
#main {
    display: block;
    /*position: relative;*/
   /* padding-top: 75px;*/ /*Removed 181108*/
}
.section-wrap {position: relative;}
.no-sidebar #main {margin-left: auto;}
.wrapper {
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0;
}
#content {
   /* background: #fff; */
   /* border: 1px solid #e5e5e5;*/
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.section, .yarpp-related {
    padding: 0; /*22px 30px 30px;*/
    margin: 0 40px 40px 40px;
    /*-webkit-backface-visibility: hidden;*/
}

.section.cat-latest-post{
	padding: 10px 0 0 0; 
	padding: 0;
	margin-bottom: 0; 
	}

.section.topheader {
    padding: 0; /*22px 30px 30px;*/
    margin: -20px 0 40px 0;
    /*-webkit-backface-visibility: hidden;*/
    background: transparent;
    width: 100%;
    height: auto;
    max-height: 700px;
    overflow:hidden;
}

.section.topheader .row {
	margin-left: 0;
	margin-right: 0;
}

.section.callout {
    padding: 0;
    margin: -40px 0 -20px 0;
    background: transparent;
    height: auto;
}

.section.callout .row {
	margin-left: 0;
	margin-right: 0;
}

.callout p {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 0.5em !important;
    }


.section.posttopheader {
    padding: 0; /*22px 30px 30px;*/
    margin: -20px 0 -175px 0;
    /*-webkit-backface-visibility: hidden;*/
    height: 215px;
    overflow:hidden;
    
    background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	}


.postheaderfull{
	height: inherit;
	padding: 10px 40px 20px 40px;

	z-index: 2;
}

.postheaderfull h1{
	font-size: 3.5em;
	margin:2em 0 0.85em 0;
	line-height: 1.125;
	color: #fff;
}
.postheaderfull h2{
	font-size: 2em;
	line-height: 1.125;
	color: #fff;
}


.section.postnextheader {
    padding: 0; /*22px 30px 30px;*/
    margin: 0;
    /*-webkit-backface-visibility: hidden;*/
    height: 300px;
    /*overflow:hidden;*/
    
    background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	}

.postnextfull{
	height: inherit;
	padding: 10px 40px 20px 40px;
	z-index: 2;

    background: -moz-linear-gradient(top, rgba(24,7,24,0.5) 0%, rgba(24,7,24,0.95) 100%);
	background: -webkit-linear-gradient(top, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.95) 100%);
	background: linear-gradient(to bottom, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00180718", endColorstr="#f2180718",GradientType=0 );

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#180718+0,180718+66,e7e6e7+100&0.5+0,0.85+66,1+100 */
background: -moz-linear-gradient(top, rgba(24,7,24,0.5) 0%, rgba(24,7,24,0.85) 66%, rgba(231,230,231,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.85) 66%,rgba(231,230,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.85) 66%,rgba(231,230,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80180718', endColorstr='#e7e6e7',GradientType=0 ); /* IE6-9 */

}

.postnextfull p{
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
	font-style: italic;
	color: #fff;
	}

.postnextfull h1{
	font-size: 3.5em;
	margin: 0.75em 0 0 0;
	line-height: 1.125;
	color: #fff;
	}

.postnextfull h2{
	font-size: 2em;
	line-height: 1.125;
	margin: 0.75em 0;
	color: #fff;
	}


.nopadding p{
	margin:0;
	}

.nopadding .alignnone,
.nopadding .alignNone {
    margin-top: 0;
}

.wpb_content_element{
	margin-bottom: 0 !important;
}
.wpb_content_element + .wpb_content_element{
	margin-top: 20px;
}


#content .section.404page {
	margin-top: 20px;
	}

.article-content .container-404 p{
	max-width: none;
	}

#content .section:last-of-type {
	border-bottom: 0;
	margin-bottom: 85px;
	}
	
.hide_border_bottom {
    border-bottom: none;
}


.larger-callout p {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 0.5em !important;
    }


.home-content .vc_row section{
    border-bottom: 1px solid #e5e5e5;
}
.home-content .vc_row:last-child section {
    border-bottom: 0 !important;
}
.post-title a {
    color: #333;
    font-weight: normal;
}
.content a:hover, .content a:active, .content a:focus {
    text-decoration: underline;
}
.section-heading {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin:0 0 12px;
}
.section-heading strong, .archive-heading strong { color: #12002b; }

.thumb {position: relative; overflow: hidden; /*new*/}
.post-video .thumb a:before, .post-gallery .thumb a:before {
    content: '';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(55%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 55%,rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 55%,rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 55%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 55%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
}
.post-video .thumb a:after, .post-gallery .thumb a:after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: normal;
    margin: auto;
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 1em;
    height: 1em;
    text-shadow:0 0 2px rgba(0, 0, 0, 0.7);
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-menu .post-video .thumb a:after,
.sub-menu .post-gallery .thumb a:after {
    font-size: 32px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sub-menu .post-video .thumb a:after {
    font-size: 34px;
}

.post-video .thumb a:after {content: "\f144";}
.post-gallery .thumb a:after {content: "\f03e";}

.jpreloader {
    position:relative;
}
.jpreloader span {
    display:block;
    bottom:0px;
    width: 6px;
    height: 6px;
    background:#FCDCD9;
    position:absolute;
    -webkit-animation: jpreloader 1.5s  infinite ease-in-out;
    -moz-animation:    jpreloader 1.5s  infinite ease-in-out;
    -o-animation:      jpreloader 1.5s  infinite ease-in-out;
    animation:         jpreloader 1.5s  infinite ease-in-out;
}
.jpreloader span:nth-child(2){
    left:11px;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}
.jpreloader span:nth-child(3){
    left:22px;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
.jpreloader span:nth-child(4){
    left:33px;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}
.jpreloader span:nth-child(5){
    left:44px;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
@-webkit-keyframes jpreloader {
    0% {height:6px;transform:translateY(0px);background:#FCDCD9;}
    25% {height:12px;transform:translateY(3px);background:#ef4135;}
    50% {height:6px;transform:translateY(0px);background:#F4837B;}
    100% {height:6px;transform:translateY(0px);background:#FCDCD9;}
}
@-moz-keyframes jpreloader {
    0% {height:6px;transform:translateY(0px);background:#FCDCD9;}
    25% {height:12px;transform:translateY(3px);background:#ef4135;}
    50% {height:6px;transform:translateY(0px);background:#F4837B;}
    100% {height:6px;transform:translateY(0px);background:#FCDCD9;}
}
@-o-keyframes jpreloader {
    0% {height:6px;transform:translateY(0px);background:#FCDCD9;}
    25% {height:12px;transform:translateY(3px);background:#ef4135;}
    50% {height:6px;transform:translateY(0px);background:#F4837B;}
    100% {height:6px;transform:translateY(0px);background:#FCDCD9;}
}
@keyframes jpreloader {
    0% {height:6px;transform:translateY(0px);background:#FCDCD9;}
    25% {height:12px;transform:translateY(3px);background:#ef4135;}
    50% {height:6px;transform:translateY(0px);background:#F4837B;}
    100% {height:6px;transform:translateY(0px);background:#FCDCD9;}
}

a[title*="Pin it!"] {z-index: 1 !important;}




.section.resourcesection {
    /*-webkit-backface-visibility: hidden;*/
    background: #d9c8cf;
    height: auto;
    max-height: 700px;
    min-height: 250px;
    overflow:hidden;
}


.section.resourcesection .row {
	margin-left: 0;
	margin-right: 0;
}




/* dark section */

.section.darksection {
    background: #12002b;
    height: auto;
	}
.section.darksection.fullwidth {
	padding-bottom: 40px;
	margin-bottom: 40px;
	}



.section.darksection .row {
	margin-left: 0;
	margin-right: 0;
}

/* white section */

.section.whitesection {
    /*-webkit-backface-visibility: hidden;*/
    background: #fff;
    height: auto;
    padding: 1.5em; 
    
}

.section.whitebox {
    /*-webkit-backface-visibility: hidden;*/
    background: #fff;
    height: auto;
   /* font-size: 1.125em;
    line-height: 1.5;*/
	}
.section.whitebox .paddedbox > .wpb_wrapper{
	padding: 20px 25px 25px 25px; /*15px 20px 15px 20px*/
	}
.section.whitebox .paddedbox .wpb_wrapper .wpb_wrapper{
	padding: 0;
	}
	
	
.section.whitebox h2{
	margin: 0;
	}

/*2 column - new*/
div.whitebox .wpb_wrapper{
	background: #fff;
}
div.whitebox .paddedbox .wpb_wrapper{
	padding: 0.5em 15px 15px 0;
	}
div.whitebox .paddedbox .wpb_wrapper p:last-child,
div.whitebox .paddedbox .wpb_text_column :last-child{
	margin-bottom: 1em !important;
	}	
/*	
#content .wpb_alert p:last-child, 
#content .wpb_text_column :last-child, 
#content .wpb_text_column p:last-child, 
.vc_message_box > p:last-child, 
.wpb_alert p:last-child, 
.wpb_text_column :last-child, 
.wpb_text_column p:last-child	
*/	
	
div.whitebox .paddedbox .wpb_wrapper .wpb_wrapper{
	padding: 0;
	}
div.whitebox .paddedbox .wpb_wrapper h2{
	margin: 0;
	}
div.whitebox .paddedbox .wpb_wrapper p{
	margin: 0.5em 0 0.5em 0;
	}	


div.whitebox .paddedinner .wpb_wrapper{
	padding: 20px 25px 25px 25px;
	}
div.whitebox .paddedinner .wpb_wrapper .wpb_wrapper{
	padding: 0;
	}
div.whitebox .paddedinner .wpb_wrapper h2{
	margin: 0;
	}
div.whitebox .paddedinner .wpb_wrapper p{
	margin: 0.5em 0 0.5em 0;
	}






/*
.section.whitesection .row {
	margin-left: 0;
	margin-right: 0;
}
*/

/*
.section.darksection .row [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/



.calloutfull { 
	padding: 0; 
	margin: 0 -15px 0 -15px;
	}
.calloutfull h2,
.calloutfull p{
	padding-left: 25px;
	color: #009aa3;
	}
.calloutfull h2{
	margin-top: 2.25em;
	}



.calloutfull p {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em !important;
    }



.calloutfull .btn{
	color: #009aa3;
	margin-top: 0.75em;
	margin-bottom: 40px;
	border-color: #009aa3;
	}

.calloutimage{
	display: block;
	height:100%;
	width: 35%;
	left:65%;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	}

 .calloutimage img{
    -webkit-clip-path: polygon(40% 100%, 100% 100%, 100% 0%, 0% 0%);
    clip-path: polygon(40% 100%, 100% 100%, 100% 0%, 0% 0%);
}

@media (max-width: 991px) {
	.calloutimage{
	display: none;
	}
}



/*.calloutfull .btn .fa{
	color: #009aa3;
	margin-left: 7px;
	}*/







.promofull { 
	padding: 0; 
	margin: 0 -15px 0 -15px;
	}
.promofull h1,
.promofull h2,
.promofull h3,
.promofull h4{
	padding-left: 25px;
	color: #009aa3;
}
.promofull h1{
	font-size: 4em;
	margin: 0.75em 0 0 0; /*0.357em 0 0 0 with an h3 above*/
	line-height: 1.125;
	color: #fff;	
	}
.promofull h2{
	font-size: 2.25em;
	margin: 0.7em 0 0.75em 0;
	line-height: 1.25;
	}

.promofull h3{
	margin: 2em 0 0 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.125em;
	letter-spacing: 0.05em;
	}

.promofull h4 a{
	color: #d9c8cf;
	}
.promofull h4 a:hover{
	color: #fff;
	}

.promofull .btn{
	color: #12002b;
	margin-bottom: 40px;
    border: none;
    background: #009aa3;
    font-size: 18px;
	}

.promofull .left-but .btn{
	margin-left: 25px;
	}

.promofull .btn .fa{
	color: #12002b;
	margin-left: 7px;
	}

.splashimage{
	display: block;
	height:100%;
	min-height: 350px;
	width: 50%;
	left:50%;
	z-index: 0;
	background-size: contain, cover;
	background-position: left top, left center;
	background-repeat: no-repeat;
	position: absolute;
	}

.promofull.featuredres h3{
	color:#d9c8cf;
	margin: 1.5em 0 0 0;
	}
.promofull.featuredres h1{
	margin: 0.25em 0 0 0;
	}
.promofull.featuredres h2{
	color:#d9c8cf;
	font-size: 2em;
	}
.promofull.featuredres h4{
	color:#d9c8cf;
	margin: 1.33em 0 1.66em;
	}
.promofull.topres,
.promofull.topres .splashimage{
	min-height: 250px;
}



.promofull.topres h2{
	margin: 1.25em 0 0.75em 0;
	color:#12002b;
	font-size: 2em;
	}
.promofull.topres h4{
	color:#12002b;
	margin: 0.75em 0 2em;
	}


/* oxblood #62173a*/
/* pink #d9c8cf*/

.promofull.topres .buttonarea {
	
	margin-left:25px;
	
}

.promofull.topres .btn {
	
	color: #62173a;
	border: 2px solid #62173a;
	background: #d9c8cf;
	margin-bottom: 15px;
	font-size: 1em;
}

.promofull.topres a.btn:hover {
	color: #fff;
	background: #62173a;
	}


.headerfull{
	margin: 0 -15px 0 -15px;
	padding: 0 15px 0 15px;
z-index: 2;

	background: -moz-linear-gradient(top, rgba(24,7,24,0) 0%, rgba(24,7,24,0.95) 100%);
	background: -webkit-linear-gradient(top, rgba(24,7,24,0) 0%,rgba(24,7,24,0.95) 100%);
	background: linear-gradient(to bottom, rgba(24,7,24,0) 0%,rgba(24,7,24,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00180718", endColorstr="#f2180718",GradientType=0 ); 

}

.headerfull h1{
	font-size: 5em;
	margin: 3.25em 0.125em 0.85em 0.125em; /*3.5em 0 0.85em 0;*/
	line-height: 1.125;
	
	color: #fff;
}


.headerimage{
	display: block;
	height:100%;
	width: 100%;
	left:0;
	z-index: -1;
	
	
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	
	
	
	position: absolute;
	
}



@media (max-width: 849px) {

.promofull h1{
	font-size: 4em;
	}
.promofull h2{
	font-size: 1.75em;
	}

.promofull .btn {
    margin-bottom: 15px;
    margin-top: 5px;
	}

}
@media (max-width: 768px) {
	
.promofull h1{
	font-size: 3.5em;
	}
.promofull h2{
	font-size: 1.5em;
	}	
	
}

@media (max-width: 549px) {
	
.promofull h1{
	font-size: 2.5em;
	}
.promofull h2{
	font-size: 1.125em;
	}	
	
}





.darksection { background: black; }
.darksection .section-heading { color: #fff; }
.darksection a {color: #DFDFDF;}
.darksection .post-title a { color: #fff; }
.darksection .post-excerpt { color: #ddd; }

.nopaddingbottom { padding-bottom: 0; }

/* OWL Carousel : Globa Styling */
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {z-index: 1}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(148,148,148,.5);
    box-shadow: inset 0 0 0 2px rgba(148,148,148,.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    -webkit-box-shadow: inset 0 0 0 14px rgba(148,148,148,.7);
    box-shadow: inset 0 0 0 14px rgba(148,148,148,.7);
}

/* Owl Carousel: Navigation */
.owl-carousel .owl-buttons div {
    width: 40px;
    height: 40px;
    color: #c0c0c0;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font: normal normal normal 14px/40px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-carousel .owl-buttons div:hover,
.owl-carousel .owl-buttons div:active {
    color: #7b7b7b;
}
.owl-carousel .owl-prev {left: 0; /*-22px*/}
.owl-carousel .owl-next {right: 0; /*-22px*/}
.owl-carousel .owl-prev:before { content: "\f053"; margin-right: 2px;}
.owl-carousel .owl-next:before { content: "\f054"; margin-left: 2px;}
.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.owl-carousel .owl-prev:after {
    border-color: transparent #c5c1c5 transparent transparent;
    border-width: 0 9px 9px 0;
    left: 0;
}
.owl-carousel .owl-next:after {
    border-color: transparent transparent transparent #c5c1c5;
    border-width: 0 0 9px 9px;
    right: 0;
}


.recent-publications{
	background: green;
}

.recent-pubs{
	display: block;
	position: absolute;
	
	bottom: 0;
	height: 100%;
	width: 95.5%;
	
	background: -moz-linear-gradient(top, rgba(24,7,24,0) 0%, rgba(24,7,24,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(24,7,24,0) 0%,rgba(24,7,24,0.95) 100%);
    background: linear-gradient(to bottom, rgba(24,7,24,0) 0%,rgba(24,7,24,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00180718', endColorstr='#f2180718',GradientType=0 );

	
	
	}

.recent-pubs h1{
	font-size: 1.25em;
	color: #fff;
	position: absolute;
	bottom: 0;


padding: 10px;
width: 100%;

}




/* ------------------------------------------------------------------------- *
 *  6.1 - Home Featured Slider
 * ------------------------------------------------------------------------- */
.featured-post {
    overflow: visible;
    display: block;
}
.featured-slider {
    width: 100%;
}
.featured-post .owl-item img {
    width: 100%;
}
.featured-post .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:20px 0 70px;
    width: 100%;
    overflow: hidden;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.featured-post .caption-container {
    padding: 0 40px;
    margin: 0 auto;
}
.featured-post .caption .post-title {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 10px;
}
.featured-post .caption .post-title a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
.featured-post .caption .post-categories a {
    display: inline-block;
    font-size: 11px;
    padding: 5px 12px;
    background: rgba(239, 65, 53, 0.75);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: normal;
}
.featured-thumbnail-container {
    padding: 0 40px;
    margin: 0 auto;
}
.featured-slider-thumbnail {
    width: auto;
    margin: -50px 0 -30px;
    padding: 20px 10px 0;
    background: #fff;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(40%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 );
}
.featured-slider-thumbnail .owl-item { padding:0 10px 0; }
.featured-slider-thumbnail .owl-item img { padding-bottom: 25px; }
.featured-slider-thumbnail .owl-item.active img { border-bottom: 3px solid #ef4135; }

.featured-slider .owl-wrapper-outer {
    background: #eee;
}

.featured-slider .owl-wrapper-outer:before,
.featured-slider-2 .owl-wrapper-outer:before,
.gallery-slider .owl-wrapper-outer:before {
    font-family: "FontAwesome", serif;
    content: "\f110";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #000;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0.5;

    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.gallery-slider .owl-wrapper-outer:before {
    color: #fff;
}


/* Featured Slider Style 2 */
.featured-slider-2 .caption {
    padding:100px 0 70px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.29) 13%, rgba(255,255,255,0.75) 34%, rgba(255,255,255,0.77) 40%, rgba(255,255,255,1) 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(13%,rgba(255,255,255,0.29)), color-stop(34%,rgba(255,255,255,0.75)), color-stop(40%,rgba(255,255,255,0.77)), color-stop(97%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.29) 13%,rgba(255,255,255,0.75) 34%,rgba(255,255,255,0.77) 40%,rgba(255,255,255,1) 97%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.29) 13%,rgba(255,255,255,0.75) 34%,rgba(255,255,255,0.77) 40%,rgba(255,255,255,1) 97%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.29) 13%,rgba(255,255,255,0.75) 34%,rgba(255,255,255,0.77) 40%,rgba(255,255,255,1) 97%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.29) 13%,rgba(255,255,255,0.75) 34%,rgba(255,255,255,0.77) 40%,rgba(255,255,255,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.featured-slider-2 .caption .post-title {
    font-size: 1.6em;
    max-width: 70%;
}

.featured-slider-2 .caption .post-title a {
    color: #333;
    text-shadow: none;
    font-weight: bold;
}

.featured-thumbnail-container {padding: 0 30px}
.featured-slider-2-thumbnail {
    margin: -30px 0 0;
    padding: 0;
}
.featured-item-detail {
    margin: 0 10px;
    padding-top: 15px;
    font-size: 13px;
    border-top: 2px solid #e5e5e5;
}
.featured-item-detail a {
    color: #333;
    font-weight: bold;
    display: block;
    max-height: 100px;
    text-overflow: ellipsis;
}
.active .featured-item-detail {
    border-top: 2px solid #333;
}






/* ------------------------------------------------------------------------- *
 *  6.1 - Main Slider
 * ------------------------------------------------------------------------- */
.main-post {
    overflow: visible;
    display: block;
    margin: 0 -15px; /*new*/
}




.main-slider {
    width: 100%;
}

.main-slider.owl-jowlgallery{padding:0}


.main-slide{padding: 0; margin:0;}

.main-slide .colourbox{
	min-height: 440px;
	}

.main-slide h2,
.main-slide h3,
.main-slide h4{
	color: #d9c8cf;
}


.main-slide.burgundy h3{
	color: #d0bec5;
	}
.main-slide.burgundy h2{
	color: #dbced3; /*slightly lighter 75%*/
	}


.main-slide.blue h2,
.main-slide.blue h3{
	color: #afdfe4;
}

.slide-area{
	padding-left: 25px;
}

.main-slide h1{
	font-size: 4em;
	margin: 0.357em 0 0 0;
	line-height: 1.1;
	color: #fff;
	}
.main-slide .long-text h1{
	font-size: 3.35em;
	}	
	
.main-slide h2{
	font-size: 2.25em;
	margin: 0.7em 0 1.5em 0; /*0.7em 0 0.75em 0*/
	margin: 0.75em 0 0.75em 0;
	line-height: 1.1;
	color: #009aa3;
	}

.main-slide h3{
	margin: 2em 0 0 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.125em;
	letter-spacing: 0.05em;
	color: #009aa3;
	}

.main-slide h4 a{
	color: #d9c8cf;
	}
.main-slide h4 a:hover{
	color: #fff;
	}



.main-slide .btn{
	color: #009aa3;
	margin-bottom: 35px;
    border: none;
    background: #f4efdf;
    font-size: 1.125em;
}
.main-slide .btn .fa{
	color: #009aa3;
	margin-left: 7px;
	}


/*

.main-slide.blue .btn{
	color: #180718;
    background: pink;
	}
.main-slide.blue .btn .fa{
	color: green;
	}

.main-slide.burgundy .btn{
	color: #180718;
    background: pink;
	}
.main-slide.burgundy .btn .fa{
	color: green;
	}


*/


.main-post .owl-item img {
    width: 100%;
}
.main-post .caption {

}
.main-post .caption-container {
    padding: 0 40px;
    margin: 0 auto;
}
.main-post .caption .post-title {

}
.main-post .caption .post-title a {

}
.main-post .caption .post-categories a {

}
.main-thumbnail-container {
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
  justify-content: center;
}
.main-slider-thumbnail{
    width: auto;
    margin: -45px 0 0 0;
    padding: 0;
    height: 35px;
}

.main-slider-thumbnail.owl-carousel .owl-wrapper{
	width: auto !important;
	padding: 0;
	margin: 0 0 0 -4px;
	display: flex !important;
	justify-content: center;
}

.main-slider-thumbnail.owl-carousel .owl-item{
	float:none; background:none !important; padding: 0 0 0 9px; margin: 0 0 0 9px; width: 85px !important; 
	}

.main-slider-thumbnail.owl-carousel .owl-item a.slidethumb { display: inline-block; width: 85px; height: 5px; padding: 0 9px 0 0; margin: 0 9px 0 0; background: #009aa3;}
.main-slider-thumbnail.owl-carousel .owl-item.active a.slidethumb { background: #f4efdf; }

.main-slider .owl-wrapper-outer {
    background: #12002b;
	}

.main-slider .owl-wrapper-outer:before {
    font-family: "FontAwesome", serif;
    content: "\f110";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #000;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0.5;

    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.main-slider .owl-wrapper-outer:before {
    color: #fff;
}




/* ------------------------------------------------------------------------- *
 *  6.2 - Breaking News
 * ------------------------------------------------------------------------- */
 .breakingnews {
    background: #28282e;
    color: #a29ca2;
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.breakingnews-carousel {padding-right: 31px;}
.breakingnews .owl-wrapper {
    display: table !important;
}
.breakingnews-item {
    padding: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.owl-breakingnews .owl-item {
    border-right: 1px solid #333;
    display: table-cell;
    float: none !important;
    vertical-align: top;
}
.owl-breakingnews .owl-wrapper-outer:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;

    background: -moz-linear-gradient(left,  rgba(40,40,46,0) 0%, rgba(40,40,46,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,40,46,0)), color-stop(100%,rgba(40,40,46,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0028282e', endColorstr='#28282e',GradientType=1 ); /* IE6-9 */
}
.breakingnews-item a, .breakingnews-item .post-title a {
    color: #fff;
}
.breakingnews-item .thumb {
    float: left;
}
.breakingnews-item .thumb a:after {
    font-size: 12px;
}

.breakingnews-item .content {
    margin-left: 70px;
}
.breakingnews-item .post-title {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 500;
    margin: 0 0 5px;
}
.breakingnews-item .post-meta {
    font-size: 10px;
}
/* Owl Carousel: Breakingnews */
.owl-breakingnews .owl-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center;
    border-left: 1px solid #333;
    height: 100%;
}
.owl-breakingnews .owl-buttons div {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    width: 30px;
    height: 50%;
    display: block;
    opacity: 0.5;
    color: #fff;
    background: none;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.owl-breakingnews .owl-buttons div:before {
    top: 50%;
    left: 8px;
    position: absolute;
    margin-top: -8px;
}
.owl-breakingnews .owl-prev, .owl-breakingnews .owl-next {left: 0; right: 0;}
.owl-breakingnews .owl-prev:before { content: "\f137";}
.owl-breakingnews .owl-next:before { content: "\f138";}
.owl-breakingnews .owl-prev:after, .owl-breakingnews .owl-next:after {display: none}
.owl-breakingnews .owl-buttons:hover,
.owl-breakingnews .owl-buttons div:hover {
    background: rgba(255,255,255,0.1);
    opacity: 1;
}

/* Breaking News: Marquee */
.breakingnews-marquee {
    color: #a29ca2;
    font-size: 13px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    position: relative;
}
.breakingnews-heading {
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #f7d46f;
    position: absolute;
    left: 0;
}
.breakingnews-heading i {margin-right: 6px;}
.breakingnews-marquee ul {
    margin-left: 136px;
    overflow: hidden;
    position: relative;
    width: auto;
}
.breakingnews-marquee ul:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;

    background: -moz-linear-gradient(left,  rgba(40,40,46,1) 0%, rgba(40,40,46,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,40,46,1)), color-stop(100%,rgba(40,40,46,0)));
    background: -webkit-linear-gradient(left,  rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: -o-linear-gradient(left,  rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: -ms-linear-gradient(left,  rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    background: linear-gradient(to right,  rgba(40,40,46,1) 0%,rgba(40,40,46,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28282e', endColorstr='#0028282e',GradientType=1 );
}
.breakingnews-marquee ul:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;

    background: -moz-linear-gradient(left,  rgba(40,40,46,0) 0%, rgba(40,40,46,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,40,46,0)), color-stop(100%,rgba(40,40,46,1)));
    background: -webkit-linear-gradient(left,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%);
    background: -o-linear-gradient(left,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%);
    background: -ms-linear-gradient(left,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%);
    background: linear-gradient(to right,  rgba(40,40,46,0) 0%,rgba(40,40,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0028282e', endColorstr='#28282e',GradientType=1 );
}
.breakingnews-marquee li {
    display: inline-block;
    margin: 0 1em;
}
.breakingnews-marquee li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breakingnews-marquee .post-date {
    font-style: italic;
    margin-right: 5px;
    display: inline-block;
}
.breakingnews-marquee a {color: #efefef;}
.breakingnews-marquee a:hover {color: #fff; text-decoration: underline;}

/* ------------------------------------------------------------------------- *
 *  6.3 - Carousel Post
 * ------------------------------------------------------------------------- */
.carousel-post { display: block; }
.carousel-post .latest-post-feed {
    margin: 0 10px;
    float: none;
}
.carousel-post .owl-buttons div {top: 30px; bottom: auto;}
.carousel-post .owl-prev, .postbox .owl-prev {left: 0; /*-52px*/}
.carousel-post .owl-next, .postbox .owl-next {right: 0; /*-52px*/}

/* Postbox */
.postbox { display: block; }
.postbox-feed {
    margin: 0 10px;
    position: relative;
    text-align: center;
    float: none;
}
.postbox-feed .content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 25px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 50%, rgba(0,0,0,0.75) 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.44)), color-stop(85%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 50%,rgba(0,0,0,0.75) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.postbox-feed .post-title {
    font-size: 15px;
    line-height: 21px;
}
.postbox-feed .post-title a {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
}
.postbox-feed .post-meta {color: #d7d7d7;}


.regionalblock h2, .regionalblock .h2,
.regionalblock .wpb_text_column h2:last-child
{
	color: #009aa3;		
	margin: 1.5em 0 0 0 !important;
	}




.regionbox{
	padding:0.5em 1em;
	margin-top: 2em;
	height:250px;
	background: #009aa3;
	background-size: contain, cover;
	background-position: left top, left center;
	background-repeat: no-repeat;
	
	transition: background-position 0.5s;
	}

.regionbox:hover{

	background-position: -50% top, left center;

	}


.regionbox h1{
	margin-top: 0;
	font-size: 3.25em;
	line-height: 1.125;
	color: #fff;
	}


.imagebox{
	padding:0;
	margin: 0;
	/*min-height:250px;*/
	background: #009aa3;
	}

.imagebox.right_side_image{
	-webkit-clip-path: polygon(15% 100%, 100% 100%, 100% 0%, 0% 0%);
	clip-path: polygon(15% 100%, 100% 100%, 100% 0%, 0% 0%);
	}
.imagebox.left_side_image{
	-webkit-clip-path: polygon(0% 100%, 85% 100%, 100% 0%, 0% 0%);
	clip-path: polygon(0% 100%, 85% 100%, 100% 0%, 0% 0%);
	}

.faded-bw{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


/* ------------------------------------------------------------------------- *
 *  6.4 - Latest Articles
 * ------------------------------------------------------------------------- */

.three-articles{
	background: #fff;
	margin-bottom: 5px; /*margin-bottom: 25px;*/
	}

.three-articles h1 {
    font-size: 1.5em;
    margin: 0.35em 0 0.5em 0;
    line-height: 1.25;
    color: #12002b;
}
.three-articles h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    line-height: 1.25;
    color: #12002b;
}
.three-articles .article-content span{
    color: #009aa3;
}
.three-articles span.photo-credit-text{
    color: #fff;
}

.three-articles .article-content{
	padding: 0 1.25em 1.5em 1.5em;
	min-height: 13.5em;
	margin-top: -5px;
	line-height: 1.4em;
	}

.no-thumbnail-wrapper.article-wedge {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    z-index: 99;
    background: transparent url(public/img/article-angle.svg) right bottom no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    }


.no-thumbnail-wrapper.article-block {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    z-index: 99;
    /*background: transparent url(public/img/article-wedge.svg) right top no-repeat;*/
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    }

.reversed-post .no-thumbnail-wrapper.article-block {
   /* background: transparent url(public/img/article-wedge-blue.svg) right top no-repeat;*/
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    }


.three-resources{
	background: #62173a;
	margin-bottom: 5px; /*margin-bottom: 25px;*/
	}

.three-resources h1 {
    font-size: 1.5em;
    margin: 0.35em 0 0 0;
    line-height: 1.25;
    color: #fff;
}
.three-resources h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    line-height: 1.25;
    color: #fff;
}
.three-resources span{
    color: #d9c8cf;
}
.three-resources span.photo-credit-text{
    color: #fff;
}

.three-resources .resource-content{
	padding: 0 1.25em 1.5em 1.5em;
	min-height: 13.5em; /*11.25*/
	margin-top: -5px; 
	}

.three-resources .no-thumbnail-wrapper .no-thumbnail-inner {
	    border-bottom:  1px solid #62173a; /*new - for home*/
}



img.unveil.resource, 
img.unveil.article {
    opacity: 0;
    transition: opacity .3s ease-in;
    position: absolute;
    /*top: 0;*/ 
    bottom:0; /*added for wrong sized images*/
    -webkit-clip-path: polygon(0% 80%, 100% 100%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 80%, 100% 100%, 100% 0%, 0% 0%);
	}

.thumbnail-wrapper.resource-wedge {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    z-index: 99;
    background: transparent url(public/img/resource-angle.svg) right bottom no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    }

.no-thumbnail-wrapper.resource-wedge {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    z-index: 99;
    background: #d9c8cf url(public/img/resource-angle.svg) right bottom no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    }


.three-pubs{
	background: #edb400;
	margin-bottom: 25px;
	}

.three-pubs .pub-tag{
	color: #fff;
	border: rgba(255,255,255,0.5) solid 1px;
	background: rgba(25,8,25,0.25);
	}

.three-pubs .resource-type{
	position: absolute;
	top: 0;
	margin: 10px;
	}

.three-pubs span.download span{
	font-style: italic;
	font-size: 0.85em;
	color: rgba(0,0,0,0.75);
	margin-right: 5px;
	}

.three-pubs span.download{
	float:right;
	}

.three-pubs header.pub-content{
	background: #edb400;
	padding: 0 15px 15px 15px;
	min-height: 8.25em;
	}

.three-pubs .post-bottom{
	display: block;
	padding: 0 15px 15px 15px
}

.three-pubs h1 {
    font-size: 1.5em;
    margin: 0.5em 0 0.34em 0;
    line-height: 1.25;
    color: #fff;
}
.three-pubs h2 {
    font-size: 1.125em;
    margin: 0.34em 0 0 0;
    line-height: 1.25;
    color: #fff;
}


.latest-post-big { 
	/*color: #333; */
	/*margin: 0 15px 0 15px;*/
	margin:0;
    /*background: #fff;*/
    padding:0;
/*    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    background-size: cover;*/
	}
.latest-post-big .thumb{
/*	min-height: 300px;*/
}
.img-responsive{
	max-width: 100%; 
	height: auto;
	display:block
	}

.latest-post-big .pub-content{
	background: #edb400;
	background: rgba(237,180,0,0.9);
	padding:17px 17px 20px 17px;
	margin: 15px;
	position: absolute;
	bottom: 0;
	}

.latest-post-big .pub-content h1,
.latest-post-big .pub-content h2{
	margin:0;
	color: #fff;
}
.latest-post-big .pub-content h1{
font-size: 2.25em;
line-height: 1.25em;
}
.latest-post-big .pub-content h2{
	color: #000;
padding-top: 10px;
font-size: 1.35em;
}

.latest-post-big .resource-content {
	padding: 15px 15px 15px 20px;
	}

.latest-post-big .post-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.latest-post-feed .post-title {
    font-size: 15px;
    line-height: 21px;
}

.featured-side{
	font-size: 11px;
}

.featured-side .post-date{
	font-size: 14px;
	font-size: 15px;
    line-height: 2em;
}

.featured-side .pub-tag{
	color: #fff;
	background: transparent;
	border:  white 1px solid;
}

.featured-side p{
	margin: 0.25em 0 0 0;
}

.featured-side span.download{
	margin-top: 0.5em;
	display: inline-block;
	font-style: italic;
}

.featured-side a.download-link{
	font-size: 11px;
	font-style: normal;
}

.pub-side-content{

	padding:40px 10px 0 10px;
	color: #fff;
	position: absolute;

	margin-bottom: 10px;

	z-index: 2;
	bottom: 0;
	width: 100%;
	
	
	background: -moz-linear-gradient(top,  rgba(24,7,24,0) 0%, rgba(24,7,24,0.95) 100%);
background: -webkit-linear-gradient(top,  rgba(24,7,24,0) 0%,rgba(24,7,24,0.95) 100%);
background: linear-gradient(to bottom,  rgba(24,7,24,0) 0%,rgba(24,7,24,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00180718', endColorstr='#f2180718',GradientType=0 );
	
	}

.pub-side-content h1.post-title{
	margin:0 0 0.25em 0;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
}
.pub-side-content h2.post-subtitle{
    margin:0 0 0.25em 0;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #fff;
}
.pub-side-content span.download {
    font-size: 12px;
    font-style: italic;
    margin-right: 5px;
    
}


.pub-side-content a.download-link {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 5px 0 0;
}


.col-md-1.vc_column_container .post-excerpt,
.col-md-2.vc_column_container .post-excerpt,
.col-md-3.vc_column_container .post-excerpt,
.col-md-4.vc_column_container .post-excerpt,
.col-md-5.vc_column_container .post-excerpt{
    display: none;
}

/* Latest Post 1 */
.latest-post-1 .latest-post-big {min-height: 400px;}
.latest-post-1 .latest-post-feed {min-height: 220px;}
.latest-post-1 .latest-post-big .post-excerpt { font-size: 16px; line-height: 24px; }
.latest-post-1 .col-md-3 article:last-child { padding-top: 10px; }
/* Latest Post 2 */
.latest-post-2 .latest-post-feed { margin-top: 20px;}
.latest-post-2 .latest-post-big .post-title { margin-top: 5px; }
.latest-post-2 .latest-post-big .post-excerpt { font-size: 14px; line-height: 21px;}
.latest-post-2 .latest-post-feed .thumb { float: left; width: 40%; }
.latest-post-2 .latest-post-feed .content { margin-left: 43%; }
/* Category Latest Post */
/*.cat-latest-post .latest-post-big .post-title { font-size: 24px; }*/
.cat-latest-post .post-excerpt { font-size: 16px; line-height: 24px; }
.cat-latest-post .latest-post-feed.pub{ 
	margin-bottom: 25px;
	padding-bottom: 22px;
	background: #180718;
	position: relative;
	}
.cat-latest-post.style2 .latest-post-big {margin-bottom: 30px;}

/* ------------------------------------------------------------------------- *
 *  6.5 - Post Column
 * ------------------------------------------------------------------------- */
.post-columns .post-title {
    font-size: inherit;
    /*line-height: 24px;*/
}
.post-columns .post-excerpt,
.post-columns .post-feed .post-title {
    font-size: 14px;
    line-height: 21px;
}
.post-columns .post-feed {
    margin-top: 0;
}

.wpb_wrapper ul.post-feed {
    list-style:none;
    list-style-position:outside;
    line-height: inherit;
}

.post-columns .post-feed-item {
    margin-bottom: 10px;
    padding: 0; 
}


.post-columns .post-feed-item a{
	color: #12002b;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	}

.post-columns .post-feed-item a:hover{
    background: #00344d;
    color: #fff;
	}


.post-columns .post-feed-item a:link,
.post-columns .post-feed-item a:visited,
.post-columns .post-feed-item a:hover,
.post-columns .post-feed-item a:active{
	text-decoration: none !important;	
	}



.post-columns .post-feed-item:first-child {

}


.post-one-column{margin-bottom: 30px;}

.more-post {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: right; /*doesn't work*/
    float: right;
    line-height: 1.5em;
	}

.more-post.three-res {
    margin-top: 5px;
	}


/* Post List */
.post-list { 
	}

.post-list img.article{ 
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 95% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 95% 0%, 0% 0%);
	}
	
.latest-post-big img.article{ 
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 94% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 94% 0%, 0% 0%);
	}

.resource-list img.resthumb{
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 94% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 94% 0%, 0% 0%);	
	}


.bloglisttext{
	padding: 8px 0 5px 12px;
	font-size: 0.9em; /*95*/
	line-height: 1.4em;
	}

.bloglisttext .blog-meta {
    display: block;
    font-size: 0.75em;
    line-height: 2.25em;
}

.bloglistimg{
	float: right;
	margin-left: 10px;
	width:105px; 
	height:105px; 
	display: inline-block;
	background-color: #009aa3;
	}



.post-columns .res-feed-item {
    margin-bottom: 10px;
    padding: 0; 
}


.post-columns .res-feed-item a{
	color: #fff;
    display: block;
    background: #62173a;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	}

.post-columns .res-feed-item a:hover{
    color: #fff;
    background: #12002b;
	}


.post-columns .res-feed-item a:link,
.post-columns .res-feed-item a:visited,
.post-columns .res-feed-item a:hover,
.post-columns .res-feed-item a:active{
	text-decoration: none !important;	
	}



.post-columns .res-feed-item:first-child {

}

/* Resource Type Box on Regional Pages*/

/*
.restype img.rescover{
	margin-bottom: 1.75em;
}
*/
.restype h1{
	margin:0;
}

.restype h3{
	color: #62173a;
	margin:0;
}

.restype .btn.download-link{
	float: right;
	margin:0;
}


.restype p.medium {color: #62173a; font-size: 85%; margin: 0.66em 0 1em 0;line-height:1.46;}


.restype .blurb{
	
	padding-bottom: 0.5em;
	border-bottom: solid #d9c8cf 0.5em;
	margin-bottom: 1.5em;
	
	padding-bottom: 0.125em;
	border-bottom: solid #d9c8cf 0.25em;
	margin-bottom: 1.125em;
}



.restype .small-header {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;     
    padding-bottom: 0.75em;
	}

.post-columns .restype-feed-item {
    margin-bottom: 10px;
    padding: 0; 
	}


.post-columns .restype-feed-item a{
	color: #12002b;
    display: block;
    background: #d9c8cf;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	}

.post-columns .restype-feed-item a:hover{
    color: #fff;
    background: #62173a;
	}


.post-columns .restype-feed-item a:link,
.post-columns .restype-feed-item a:visited,
.post-columns .restype-feed-item a:hover,
.post-columns .restype-feed-item a:active{
	text-decoration: none !important;	
	}



.post-columns .restype-feed-item:first-child {

}











.whitebacker{
	background: #fff;
	margin-bottom: 30px;
	}

.whitebacker .resource-list{
	margin-bottom: 0;
	}


.bottomthirty{
	margin-bottom: 30px;
	}

.whiteback .container-fluid{
	background: #fff;
	}


.whitepad .wpb_content_element{
	background: #fff;
	padding:40px 45px 60px 60px;
	}

.whitepad .wpb_content_element h2,
.whitepad .wpb_content_element h3{
	margin: 0 0 1em 0;	
	}

.whitepad .wpb_content_element .wpb_wrapper{
	max-width: 900px;	
	}

.wpb_wrapper ul {
    list-style:disc;
    list-style-position: inside;
    line-height: 1.4em;
	}
	
	
	
.wpb_wrapper ul li{
    margin-bottom: 0.6em;
	}

.wpb_text_column .wpb_wrapper ul {
	list-style-position: outside; /*new*/
    margin-left: 1em; /*new*/
	}

/* ------------------------------------------------------------------------- *
 *  6.6 - Pagination
 * ------------------------------------------------------------------------- */
#pagination {
    padding: 0px 30px;
}
#pagination span {
    display: inline-block;
    padding: 15px 10px; /*15px 5px*/
    font-size: 25px; /*13*/
    font-weight: bold;
}
#pagination a {
    color: #62173a;

    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
#pagination .current, #pagination a:hover { color:#13002c; }
/*#pagination .page-item.current {
    border-top: 3px solid #13002c;
    margin-top: -1px;
}*/

/* Post Pagination */
#pagination.article-pagination {padding: 0; border-bottom: 1px solid #e5e5e5; margin: 40px 0 20px;}
#pagination.article-pagination .prevnext {float: left;}
#pagination.article-pagination .pagination-number {float: right;}
#pagination.article-pagination .pagination-number > span.page-item { border-top: 2px solid #313138; margin-top: -1px; }


.rightside {
	float:right;
}

/* ------------------------------------------------------------------------- *
 *  6.7 - Adverstisement
 * ------------------------------------------------------------------------- */
#top-promotion {text-align: center; margin-bottom: 30px; z-index: 2; position: relative;}
#inside-ads {text-align: center;}
.leftside-promotion { position: absolute; left: -200px; top: 0; }
.rightside-promotion { position: absolute; right: -200px; top: 0; }

.inline_promotion_center { text-align: center; padding: 20px 0; }
.inline_promotion_right { float: right; padding: 25px 0 25px 25px; }


#mobile-promotion { position: fixed;  bottom: 0; z-index: 10; width: 100%; text-align: center; background: rgba(0,0,0,0.2);}
#mobile-promotion img { margin-top: 5px; margin-bottom: 5px; }

.leftside-bg-promotion { position: absolute; left: -200px; top: 0; width: 200px; height: 1000px; }
.rightside-bg-promotion { position: absolute; right: -200px; top: 0; width: 200px; height: 1000px; }

/* ------------------------------------------------------------------------- *
 *  6.8 - Forms
 * ------------------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
textarea,
select {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 8px 16px;
    outline: none;
/*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; */
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    width: 210px;
    max-width: 100%;
    background: #fff; }
textarea {width: auto;}
select {
    -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
select:after {
    font-family: 'FontAwesome';
    content: "\f0dc";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #c0c0c0;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px;
}

#content input[type="text"],
#content input[type="password"],
#content input[type="email"],
#content input[type="url"],
#content textarea,
#content select {
    border-color: #c0c0c0;
    line-height: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.input-group {
    position: relative;
    display: inline-block;
}
.input-group input[type="text"],
.input-group input[type="url"],
.input-group input[type="password"],
.input-group input[type="email"] {
    padding-right: 36px;
    position: relative;
}
.input-group .input-icon {
    position: absolute;
    top: 10px;
    right: 12px;
	}

.col-md-6.whitebox{
	margin-bottom: 30px;	
	}


/* ------------------------------------------------------------------------- *
 *  6.9 - Buttons
 * ------------------------------------------------------------------------- */
.btn, input[type="submit"] {
    display: inline-block;
    padding: 9px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0;
    /*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    */
    outline: 0;

    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.btn:hover, .btn:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
    text-decoration: none;
}
/* Button Size */
.btn-small {
    padding: 6px 16px;
    font-size: 12px;
}
.horizontal-but .btn-medium,
.btn-medium {
	margin:0 10px 0 0; /*new*/
	padding: 8px 10px 8px 10px;
	font-size: 1em;
    /*padding: 10px 15px 10px 10px;
    font-size: 1.125em;*/
    font-weight: 500;
    }

.horizontal-but{
	margin-right: 10px;
	margin-top: 10px;
	}

.btn-medium:last-of-type{
	margin-right: 0;
}

.btn-large {
    padding: 10px 15px 10px 10px;
    font-size: 1.35em;
    font-weight: 500;
    }

.btn-default, input[type="submit"] {
  color: #180718;
/*  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;*/
  text-shadow: 0;
  border-color: #180718;
}
.btn-default:hover, input[type="submit"]:hover,
.btn-default:focus, input[type="submit"]:focus {
  background: #f7f7f7;
  /*
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
  background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 100%);
  background: linear-gradient(to bottom,  #f7f7f7 0%,#efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 );
*/
}
.btn-default:active, input[type="submit"]:active {
  background: #efefef;
  /*
  background: -moz-linear-gradient(top,  #efefef 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,  #efefef 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,  #efefef 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,  #efefef 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom,  #efefef 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f7f7f7',GradientType=0 );
  */
  border-color: #c0c0c0;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-color: #62173a;
  border-color: #62173a;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #d9c8cf;
  border-color: #62173a;
  color: #62173a;
}
.btn-primary:active {
  background-color: #62173a;
  border-color: #62173a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background: #6bd06b;
  background: -moz-linear-gradient(top,  #6bd06b 0%, #4daf4d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bd06b), color-stop(100%,#4daf4d));
  background: -webkit-linear-gradient(top,  #6bd06b 0%,#4daf4d 100%);
  background: -o-linear-gradient(top,  #6bd06b 0%,#4daf4d 100%);
  background: -ms-linear-gradient(top,  #6bd06b 0%,#4daf4d 100%);
  background: linear-gradient(to bottom,  #6bd06b 0%,#4daf4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd06b', endColorstr='#4daf4d',GradientType=0 );

}
.btn-success:active {
  background: #419641;
  background: -moz-linear-gradient(top,  #419641 0%, #5cb85c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419641), color-stop(100%,#5cb85c));
  background: -webkit-linear-gradient(top,  #419641 0%,#5cb85c 100%);
  background: -o-linear-gradient(top,  #419641 0%,#5cb85c 100%);
  background: -ms-linear-gradient(top,  #419641 0%,#5cb85c 100%);
  background: linear-gradient(to bottom,  #419641 0%,#5cb85c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419641', endColorstr='#5cb85c',GradientType=0 );
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background: #6bd8ef;
  background: -moz-linear-gradient(top,  #6bd8ef 0%, #32c5e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bd8ef), color-stop(100%,#32c5e6));
  background: -webkit-linear-gradient(top,  #6bd8ef 0%,#32c5e6 100%);
  background: -o-linear-gradient(top,  #6bd8ef 0%,#32c5e6 100%);
  background: -ms-linear-gradient(top,  #6bd8ef 0%,#32c5e6 100%);
  background: linear-gradient(to bottom,  #6bd8ef 0%,#32c5e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd8ef', endColorstr='#32c5e6',GradientType=0 );
}
.btn-info:active {
  background: #2aabd2;
  background: -moz-linear-gradient(top,  #2aabd2 0%, #5bc0de 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aabd2), color-stop(100%,#5bc0de));
  background: -webkit-linear-gradient(top,  #2aabd2 0%,#5bc0de 100%);
  background: -o-linear-gradient(top,  #2aabd2 0%,#5bc0de 100%);
  background: -ms-linear-gradient(top,  #2aabd2 0%,#5bc0de 100%);
  background: linear-gradient(to bottom,  #2aabd2 0%,#5bc0de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aabd2', endColorstr='#5bc0de',GradientType=0 );
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #f9c65a;
  background: -moz-linear-gradient(top,  #f9c65a 0%, #f6ac1b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c65a), color-stop(100%,#f6ac1b));
  background: -webkit-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: -o-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: -ms-linear-gradient(top,  #f9c65a 0%,#f6ac1b 100%);
  background: linear-gradient(to bottom,  #f9c65a 0%,#f6ac1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c65a', endColorstr='#f6ac1b',GradientType=0 );
}
.btn-warning:active {
  background: #eb9316;
  background: -moz-linear-gradient(top,  #eb9316 0%, #f0ad4e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb9316), color-stop(100%,#f0ad4e));
  background: -webkit-linear-gradient(top,  #eb9316 0%,#f0ad4e 100%);
  background: -o-linear-gradient(top,  #eb9316 0%,#f0ad4e 100%);
  background: -ms-linear-gradient(top,  #eb9316 0%,#f0ad4e 100%);
  background: linear-gradient(to bottom,  #eb9316 0%,#f0ad4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9316', endColorstr='#f0ad4e',GradientType=0 );
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #eb605b;
  background: -moz-linear-gradient(top,  #eb605b 0%, #d93631 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb605b), color-stop(100%,#d93631));
  background: -webkit-linear-gradient(top,  #eb605b 0%,#d93631 100%);
  background: -o-linear-gradient(top,  #eb605b 0%,#d93631 100%);
  background: -ms-linear-gradient(top,  #eb605b 0%,#d93631 100%);
  background: linear-gradient(to bottom,  #eb605b 0%,#d93631 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb605b', endColorstr='#d93631',GradientType=0 );
}
.btn-danger:active {
  background: #c12e2a;
  background: -moz-linear-gradient(top,  #c12e2a 0%, #d9534f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c12e2a), color-stop(100%,#d9534f));
  background: -webkit-linear-gradient(top,  #c12e2a 0%,#d9534f 100%);
  background: -o-linear-gradient(top,  #c12e2a 0%,#d9534f 100%);
  background: -ms-linear-gradient(top,  #c12e2a 0%,#d9534f 100%);
  background: linear-gradient(to bottom,  #c12e2a 0%,#d9534f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12e2a', endColorstr='#d9534f',GradientType=0 );
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}

.btn-icon {
    margin-right: 8px;
    color: #a29ca2;
}

.icon_pdf:before {
  display: inline-block;
  content: ' ';
  background: url('public/img/icon_pdf.svg') left top no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  margin: -3px -3px -3px 3px;
}
/*
.right {
    text-align: right;
}
*/
.horizontal-but {
    display: inline-block;
}
.horizontal-right {
    display: inline-block;
    float: right;
}


a.btn-primary, a.btn-success, a.btn-info,
a.btn-warning, a.btn-danger {
    color: #fff;
}

.wpb_text_column h2:last-child,#content .wpb_text_column h2:last-child{margin-bottom:0 !important;}


.section.regionalblock.darksection.fullwidth .wpb_text_column :last-child,
#content .section.regionalblock .wpb_text_column :last-child, 
.section.regionalblock .wpb_text_column :last-child{
	margin-bottom:0 !important;
	}


h2.nobottommargin,
.wpb_text_column h2.nobottommargin,
#content .wpb_text_column h2.nobottommargin{
	margin-bottom: -1.25em !important;
	}

/* ------------------------------------------------------------------------- *
 *  6.10 - Single Post
 * ------------------------------------------------------------------------- */
.post-top-meta {
    font-size: 13px;
    color: #a29ca2;
    padding: 10px 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.post-top-meta .breadcrumb { float: left; }
.post-top-meta .post-date { float: right; padding-left: 5px; font-size: 12px; }

/*.post-top-meta .breadcrumb:before {
    content: '';
    border-style: solid;
    border-color: #e5e5e5 transparent transparent #e5e5e5;
    border-width: 6px 8px;
    position: absolute;
    bottom: -12px;
    left: 31px;
}
*/
/*
.post-top-meta .breadcrumb:after {
    content: '';
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    border-width: 5px 7px;
    position: absolute;
    bottom: -10px;
    left: 32px;
}
*/
.post-top-meta .breadcrumb-item:after {
    color: #b9b9b9;
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 8px;
    margin-right: -4px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.post-top-meta .breadcrumb-item.home-breadcrumb a {
    color: #a29ca2;
}
.post-top-meta .breadcrumb-item:last-child:after { display: none; }

.post-header {
	margin: 20px 40px 0 40px;
	padding:0 0 10px 0;
	border-bottom: none;
	}


figure.featured-image{
	position: relative;
}

.post-header-wedge {
    height: 100%; /*0*/
    overflow: hidden;
    padding-bottom: 50%;
    position: absolute;
    background: transparent url('public/img/post-header-wedge.svg') left top no-repeat;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
        background-size: auto auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 100%;
    display: block;
    bottom: -1px;
    left: -1px;
    width: 100%;
}

.post-header h1{white-space: pre-wrap;
	font-size: 3.5em;
	line-height: 1.35;
 	margin-top: -229px; 
	}

span.heroheadline{
display: inline;
background-color: #fff;-webkit-box-decoration-break: clone;margin: 0;padding-top: 3px;
}

.post-header h2{
	font-size: 2em;
	}

.post-header .article-meta{
	margin-top:2em;
	line-height: 1.4em;
	}

.article-region{
	background: #fff;
	padding-right: 0.25em;
}
.article-region a:hover{
	text-decoration: underline;
}

.article-author{
	background: #fff;
	padding-right: 0.5em;
}


.post-header-container {
  margin: 30px 0;
}
.page-header-container {
    text-align: center;
    margin: 50px 20px;
}
.post-header .post-title {
    font-weight: normal;
}
.post-header .post-bottom-meta {
    color: #a29ca2;
}
.post .post-bottom-meta .post-author { font-weight: normal; }
.post .post-bottom-meta .post-author a{ font-weight: bolder; }

.post .post-bottom-meta .post-total-comment a { color:#a29ca2; }
.post .post-bottom-meta span,
.post .post-bottom-meta time {
    margin-right: 1em;
}
.post .post-bottom-meta span:before,
.post .post-bottom-meta time:before {
    color: #b9b9b9;
    font-family: 'FontAwesome';
    margin-right: 8px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.post .post-bottom-meta .post-author:before { content: "\f007"; font-weight: normal; }
.post .post-bottom-meta .post-date:before { content: "\f017"; }
.post .post-bottom-meta .post-total-comment:before { content: "\f0e5"; }
.post .featured {position: relative; border-bottom: 1px solid #e5e5e5;}

/* Article Single */

.single .article-content img{
	width: auto;
	max-width: 100%;
	}   


.article-content .topic-tag{
	background: #bfe5e8;
	position: relative;
	width: auto;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 7px 7px 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 1px;
	color: rgb(18, 0, 43);
	font-weight: 400;
	}
.article-content .topic-tag:after { /* the arrow on left side positioned using left property */
    position: absolute;
    content: '';
    height: 14px; width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #bfe5e8;
    left: -7px;/*-6*/
    top: 3px; /*2*/
}
.article-content .topic-tag:before{ /* the circle on the left */
    position: absolute;
    content: '';
    height: 4px; 
    width: 4px;
    border-radius: 50%;
    background-color: #fff;
    left: 0px;
    top: 8px;
    z-index: 2;
}

.article-content .article-tags a, .article-content .article-tags a:link{
	text-decoration: none;
}

.article-content .article-tags a:hover .topic-tag{
	background: #009aa3;
	color: #fff;
		
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	}
.article-content .article-tags a:hover .topic-tag:after { /* the arrow on left side positioned using left property */
    background: #009aa3;
    
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	}




/* Article Sharer */
.article-sharer {
    padding: 0;
    background: #fff;
    padding:0;

    margin-bottom: 0;
}
.article-sharer-placeholder {height: 45px;}
.article-sharer.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 2;
    margin-left: 0;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    width:100% !important; /*new*/
    height: 45px;/*new*/
    padding: 0 5px;
}

.article-sharer.fixed .row{
max-width: 1520px;
margin: 0 auto;
}


.article-sharer.fixed .share-text{
	padding-left: 0;
}

.container-fluid.fixed{
	max-width: none;
}


.article-sharer.fixed .socials-share {
	background: #fff;
	}

.article-sharer.fixed .socials-share a.fb-share {
    margin-left: 3.5em;
}





.dummy-share-block {
    height: 45px; /*61*/
    width: 100%;
    display: none;
    position: relative;
    content: " ";
}
.dummy-share-block.fixed {
    display: block;
}

.socials-share {
	padding: 0;
	padding-right: 10px;
	margin: 0;
	height: 40px;
	float:right;
	}

.socials-share a{
    display: inline-block;
    height:40px;
    width:40px;
    margin-right: 5px;
}

.socials-share a.fb-share{
    margin-left:3.5em;
}

.article-sharer.fixed .socials-share {
    padding: 0 30px 0 0;
}

.share-text{		
	font-size: 1em;
	position: absolute;
	display: inline-block;
	top: 0.5em;
	color: #a5dbdf;

	
	
	}


a svg #facebook,
a svg #icon-fb,
a svg #icon-twitter,
a svg #icon-mail,
a#shorturl svg #icon-link,
a#shorturl svg #icon-link  { 
  fill: #bfe5e8; 
}

a svg:hover #facebook,
a svg:hover #icon-fb,
a svg:hover #icon-twitter,
a svg:hover #icon-mail,
a#shorturl.zeroclipboard-is-hover svg #icon-link,
a#shorturl.zeroclipboard-is-hover svg #icon-link  { 
  fill: #009aa3; /*695e69*/
}


a svg #facebook,
a svg #icon-fb,
a svg #icon-twitter,
a svg #icon-mail,
a#shorturl.zeroclipboard-is-hover svg #icon-link { 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}





.featured img { width: 100%; }
.article-content {
    padding: 0 0 30px 0;
    color: #12002b; /*#474747*/
    line-height: 1.8em;
    background: #fff;
}

.article-content h2,
.article-content h3,
.article-content h4{
   /* margin-top:1em;*/
    color: #00344d;
    max-width: 900px;
    letter-spacing: -0.01em;
}



.article-content.intro-text > p:first-child,
.article-content p.intro-text {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #222;
    letter-spacing: -0.008em;
}
.article-content.dropcap > p:first-child:first-letter,
.article-content p.dropcap:first-letter,
.dropcaps {
    float: left;
    margin: 0.04em 0.2em 0 0.1em;
    color: #ef4135;
    font-size: 3.375em;
    line-height: 1em;
	}


.article-content p {
    font-size: 1.125em;
    line-height: 1.8em;
    max-width: 900px;
	}

.article-content a, .article-content a:link {
	color: #00344d;
	text-decoration: underline;
	}

.article-content a:visited {
	color: #12002b;
	}
.article-content a:hover, .article-content a:active{
	color: #009aa3;
	text-decoration: none;
	}



.article-content blockquote {
    font-size: 1.45em;
    font-style: italic;
    line-height: 1.5em;
    color: #009aa3;
    letter-spacing: -0.008em;
    margin: 1em 0;
    padding-left: 1em;
    border-left: 4px solid #bfe5e8;
}
.article-content blockquote p {line-height: 1.5em;}
.article-content blockquote span.credit {
	font-size: 0.725em;
	line-height: 1.2em;
	margin-top: 0.5em;
	display: block;
	font-style: normal;
	text-align: right;
	}

.article-content blockquote a, .article-content blockquote a:link {
    color: #009aa3;
    text-decoration: underline;
}
.article-content blockquote a:hover {
    color: #00344d;
    text-decoration: underline;
}


.article-content blockquote.pullquote-left {
    clear: left;
    border: none;
    padding: 0;
    float: left;
    max-width: 35%;
    padding: 0;
    margin: 0.4em 1.2em 0.4em 0;
}
.article-content blockquote.pullquote-right {
    clear: right;
    border: none;
    padding: 0;
    float: right;
    max-width: 35%;
    padding: 0;
    margin: 0.4em 0 0.4em 1.2em;
}
.article-content ul, ol {
    margin-left: 1.5em;
}
.article-content li {
    margin-bottom: 0.65em;
    font-size: 1.125em;
    line-height: 1.65em;
    max-width: 900px;
	}


.article-content ul {
    list-style: square;
}
.article-content ol {
    list-style: decimal;
}
ul.fa-ul {
    list-style: none;
    padding-left: 0.5em;
}
li .fa-li {
    top: 8px;
    font-size: 8px;
    left: -25px;
}
.fa-ul li .fa {
    margin-left: -1.5em;
}

.article-content dt { font-weight: 600;}
.article-content dd { margin-bottom: 20px; }
.article-content em, .article-content cite { font-style: italic; }
.article-content ins { background: #fcf8e3; }
.article-content sub,.article-content sup { font-size: 62.5%; }
.article-content sub { vertical-align: sub; }
.article-content sup { vertical-align: super; }


/* Table */
.article-content table {
    width: 100%;
    margin: 1em 0 30px;
    line-height: normal;
    color: #5e5e5e;
}
.article-content tr {
    border-bottom: 1px solid #e5e5e5;
}
.article-content thead tr {
    border-bottom: 2px solid #e5e5e5;
}
.article-content th, .article-content td {
    font-size: 0.85em;
    padding: 8px 20px;
    text-align: left;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.article-content th {
    color: #333;
    font-weight: bold;
    vertical-align: middle;
}

.article-content tbody tr:last-child,
.article-content th:first-child, .article-content td:first-child,
.article-content th:last-child, .article-content td:last-child {
    border: 0;
}

/* Post Media */
.article-tags {
    font-size: 11px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 4em 0 2em;
    padding-top: 1em;
}

.article-tags:nth-of-type(2) {
    margin-top: 2em;
}


/* Author Box */
.author-box {
	margin-top:20px;
}
.author-image {  }
.author-image img { width:100%; height: auto; /*max-width: 90px;*/ }
.author-content {
	padding:20px 40px 25px 15px;

}
.author-title {
    color: #a29ca2;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.5em;
}
.author-name {
    font-size: 24px;
    line-height: 1.6em;
    margin: 0;
}
.author-description {
    line-height: 1.4em;
    margin-top: 0.25em;
}
.author-socials {

}
.author-socials a {
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    color: #8b838b; /*#474747*/
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
    .author-socials .link:hover { color: #47b957; }
.author-socials .facebook:hover { color: #2980b9; }
.author-socials .twitter:hover { color: #00bff0; }
.author-socials .linkedin:hover { color: #0087c3; }
.author-socials .google-plus:hover { color: #e74c3c; }

.author-link{
	font-size:18px;
	margin-left: 10px;
	}
/* Prev & Next Post */
.prevnext-post {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
}
.prevnext-post .post {
    display: table-cell;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 50px;
    min-width: 475px;
}
@media (max-width: 1599px) {
    .prevnext-post .post {
        min-width: 415px;
    }
}
.prevnext-post .post:hover {
    background: #fbfbfb;
}
.prevnext-post .next-post {
    border-left: 1px solid #e5e5e5;
}
.prevnext-post .post-title {
    font-size: 16px;
    margin: 10px 0 0;
}
.prevnext-post .caption {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #979797;
    text-transform: uppercase;
}

/* Popup Post */
.popup-post {
    position: fixed;
    background: #fff;
    width: 300px;
    bottom: -150px;
    right: 15px;
    z-index: 9;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 5px 15px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.popup-post.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;

    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.popup-heading {
    color: #695e69;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.popup-content {margin-top: 10px;}
.popup-content .thumb {
    float: left;
    margin-right: 10px;
}
.popup-content img {
    max-width: 60px;
}
.popup-content .post-title {
    font-size: 14px;
    margin: 0;
}
.popup-close {
    color: #a29ca2;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px;
}

/* Aside Post */
.aside-post {
    float: right;
    font-size: 13px;
    width: 30%;
    margin: 1.2em -5% 1em 2em;
}
.aside-heading {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.aside-post img {
    float: left;
    margin-right: 1em;
    max-width: 50px;
}
.aside-post .post-title {
    color: #180718; /*#474747*/
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
    display: block;
}
.aside-post a:hover {text-decoration: underline;}

/* jOwlGallery: Image Gallery */
.gallery-slider-wrapper {
    background: #111;
    margin: 1em auto 1em -5%;
    width: 110%;
}
.owl-jowlgallery {
    position: relative;
    padding: 10px;
}
.owl-jowlgallery .slide {
    width: 100%;
    height: 450px;
    max-height: 450px;
    text-align: center;
}
.owl-jowlgallery img,
.owl-jowlgallerythumbnail img {
    width: auto;
    height: auto;
}
.owl-jowlgallery a:hover img {
    cursor: zoom-in;
}
.owl-jowlgallerythumbnail {
    padding: 0;
}
.owl-jowlgallerythumbnail .slide-thumbnail {
    max-height: 65px;
    text-align: center;
    margin: 0; /*changed 0 5px*/
    padding:0; /*new*/
    cursor: pointer;
}
.owl-jowlgallerythumbnail img {
    opacity: 0.7;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.owl-jowlgallerythumbnail .active img,
.owl-jowlgallerythumbnail .owl-item:hover img {
    opacity: 1;
}


.mfp-figure figcaption {margin:0}

/* Content Slider */
.content-slider-items {
    -webkit-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear;
}
.content-slider-item {
    display: none;
}
.content-slider-item.active {
    display: block;
}

/* Multimedia Embed */
.video-container {line-height: 0;}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    width: 100%;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

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

/* 404 */
.page-404 .article-content {text-align: center;}
.search-404 form [name='s'] {
    width: 50%;
    min-width: 220px;
    padding-left: 2.5em;
    position: relative;
}
.search-404 form:before {
    color: #B8B8B8;
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: -2em;
    margin-left: 12px;
    position: relative;
    z-index: 2;
}

.container-404 {
    text-align: center;
}

.container-404 h3 {
    margin: 3em;
}

/* ------------------------------------------------------------------------- *
 *  6.11 - Single Resource
 * ------------------------------------------------------------------------- */

.section.res-single {
    margin-top: 20px;
    background: #fff;
	}

.rescontent{
	padding: 0 3em 2em 1em;
	}

.rescontent p{
	font-size: 1.125em;
	line-height: 1.5em;
	}
.rescontent p:last-of-type{
	margin-bottom: 2em;
	}	
		
	

.res-side {
    background: #d9c8cf;
    padding: 25px 25px 35px 25px;
    color: #62173a;
	}
.res-side img{
    margin-bottom: 20px;
	}

.res-side img.rescover, img.rescover{
    box-shadow: 1px 1px 10px 1px rgba(98,23,58,0.35);
	}


.res-side p{
    margin: 0.5em 0 0.25em 0;
	}

.res-side a{
    color: #12002b;
	}

.res-side a:hover{
	color: #12002b;
    text-decoration: underline;
	}

.res-side .topic-tag{
	font-size: 75%;
	}


h1.resource-title {
    font-size: 2.5em;
    margin: 1em 0 0 0;
    /*margin: 0.5em 0;
    line-height: 1.25;
    letter-spacing: -0.02em;*/
}
h2.resource-title {
    font-size: 2.25em;
    margin: 0 0 0.5em 0;
    line-height: 1.35;

    /*font-size: 1.5em;
    margin: 0.5em 0 0.85em 0;
    line-height: 1.35;*/
    }




/* ------------------------------------------------------------------------- *
 *  6.11 - Single Publication
 * ------------------------------------------------------------------------- */

.section.pub-single {
    margin-top: 20px;
}
.pub-single-big{
	background: #edb400;
	}

.pub-single-big img{
	z-index: 0;
}


.pub-single-left{
	width:75%;
	float: left;
	}
.pub-single-right{
	width:25%;
	float: left;
	}


.pub-single-header{
	background: #fff;
	padding: 15px 20px;	
	margin: 15px;
	position: absolute;
	bottom: 0;
	}

.pub-single-header h1,
.pub-single-header h2{
	margin: 0 0 0.25em 0;
	}

.pub-single-content{
	padding: 20px 20px 20px 20px;	
	}

.pub-single-content .pub-tag{
	font-size: 20px;
	padding: 10px;
	margin-bottom: 15px;
	}

.pub-single-content h4{	
	font-size: 0.9em;
	font-style: italic;
	margin: 0.75em 0 0.25em 0;
	line-height: 1.34;
	}

.pub-single-content p{
	margin: 0.5em 0 0.25em 0;
	font-size: 0.9em;
	line-height: 1.4;
	}

.pub-single-content .topic-tag{
	font-size: 75%;
	}


/* ------------------------------------------------------------------------- *
 *  6.12 - Comments
 * ------------------------------------------------------------------------- */
.comment-heading, .comment-reply-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
}
.commentlist #respond {
    padding: 0;
    padding-bottom: 10px;
}
.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li {
    clear: both;
    padding-left: 70px;
    font-size: 14px;
    line-height: 1.7em;
    position: relative;
}
.commentlist .comment-body, .pinglist li  { clear: both; margin-bottom: 20px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: inline-block; line-height: 22px; }
.commentlist .comment-author { margin-right: 6px; margin-bottom: 10px; }
.commentlist .fn, .pinglist .ping-link {
    color: #180718; /*#474747*/
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.commentlist .says { display: none; }
.commentlist .avatar {
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.commentlist .bypostauthor > .comment-body > .comment-author > .fn:before {
    font-family: 'FontAwesome';
    content: "\f007";
    margin-right: 5px;
    color: #a29ca2;
    font-weight: normal;
}
.commentlist .comment-meta:before, .pinglist .ping-meta:before {
    color: #ccc;
    content: "\f017";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 3px;
    vertical-align: 4%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.commentlist .comment-meta a, .pinglist .ping-meta {
    color: #a29ca2;
    font-size: 12px;
}
.commentlist .reply a { text-transform: uppercase; letter-spacing: 0.1em; font-size: 11px; }
.commentlist .reply a:before {
    color: #ccc;
    content: '\f112';
    font-family: 'FontAwesome';
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-awaiting-moderation { color: #24a5db; font-style: normal; }

/* Pings */
.pinglist li { padding-left: 0; }
.pinglist .ping-meta { font-size: 13px; line-height: 22px; }

/* Comment text */
.commentlist .comment-body p { clear: both; margin-top: 0; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* child comment */
.commentlist .children {
    border-left: 1px dashed #e5e5e5;
    padding-left: 15px;
}
.commentlist .children li:before {
    width: 20px;
    height: 0;
    border-top: 1px dashed #e5e5e5;
    content: '';
    position: absolute;
    top: 26px;
    left: -15px;
}

/* Comments nav */
.comments-nav {
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/* Comments Form */
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond { position: relative; }
.comment-reply-title { margin-bottom: 30px; }
#comment-form-header { margin-bottom: 30px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link {
    bottom: 30px;
    line-height: 33px;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#cancel-comment-reply-link:hover { color: #777; }
.comment-reply-subtitle { margin-bottom: 0 }
#commentform .comment-field {
    margin: 0 0 20px;
}
#commentform .comment-field input[type="text"],
#commentform .comment-field input[type="email"],
#commentform .comment-field input[type="url"] {
    width: 100%;
}
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"],
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 20px;}
.form-allowed-tags {
    font-size: 12px;
    margin-bottom: 20px;
}
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }


.comment-navigation { border-top: 1px solid #E5E5E5; overflow: hidden; font-size: 13px; text-transform: lowercase; }
.comment-navigation span {padding-right: 3px; padding-left: 5px;}
.comment-navigation .alignleft, .comment-navigation .alignright {
    margin-top: 15px;
}

/* ------------------------------------------------------------------------- *
 *  6.12 - Author
 * ------------------------------------------------------------------------- */
.author .author-box { 
	border-top: 0;
	background: #fff;
	}
.author .author-socials { top: 9px; }

.archive-tabs { padding-top: 0; }
.archive-tabs-header {
    margin: 0 -30px 0px;
    margin: 0;
    position: relative;
}
.archive-tabs-header ul {
    display: inline-block;
    margin: 0 30px;
    margin: 0;
}
.archive-tabs.section {
    padding-bottom: 0;
}

.archive-tabs-header li { display: inline-block; }
.archive-tabs-header a {
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.archive-tabs-header li:hover a {
    color: #180718; /*#474747*/
}
.archive-tabs-header .active a {
    color: #180718; /*#474747*/
    margin-bottom: -1px;
    border-bottom: 2px solid #474747;
}

.reversed-post{
	background: #00344d;
	color: #fff;
	margin-bottom: 30px;
	}
.reversed-content{padding-right:15px;padding-bottom:15px;}
.reversed-content h1, .reversed-content h2, .reversed-content p, .reversed-content .post-meta{
	color: #fff;
	}

.reversed-content h1{
	font-size: 2.85em;
	line-height: 1.125;
}

.reversed-content a{
	color: #d0cdd0;
}
.reversed-content a:hover{
	color: #ffffff;
}

.reversed-content a.articlepost, a.articlepost{
	display: block;
}


/* ------------------------------------------------------------------------- *
 *  6.13 - Archive
 * ------------------------------------------------------------------------- */
.archive-heading {
    margin-top: 0;
    margin-bottom: 0.75em;
    font-size: 1.75em;
	}
.section.headsec {
	margin-top: 1.5em;
    margin-bottom: 0.75em;
	}


/* ------------------------------------------------------------------------- *
 *  6.14 - resources
 * ------------------------------------------------------------------------- */
 
 
 .resources-search {
    padding: 0;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    background-color: #009ba4;
}


.resources-search .search-bar-wrapper{
	/*margin: 10px;
	padding-top: 10px;*/
	margin: 10px 20px 0 20px;
	padding-top: 20px;
}


.resources-search input#keyword {
    border: 0;
    box-shadow: none;
    font-size: 20px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
    color: #13002c;
}
.resources-search label {
    position: absolute;
    top: 20px;
    line-height: 60px;
    font-size: 25px;
    color: #009ba4;
    left: 40px;
}
.resources-search label {
    
}
.resources-search .basic-search-wrapper {
    margin-bottom: 15px;
    }




.resources-search .filter-toggle {
	position: absolute;
	bottom: 25px;
	line-height: 25px;
	font-size: 25px;
	color: #00354e;
	left: 20px;
	cursor: pointer;
	}


.resources-search .filter-toggle i { padding: 5px;}
.search-filter-wrapper {
    display: none;
    /*background: #fff;*/
    width: 100%;
    z-index: 3;
    padding: 15px 20px 20px 20px; /*30px*/
    top: 100%;
    /*margin-top: 1px;
    border-bottom: 1px solid #e5e5e5;*/
}

.resources-search .search-filter-wrapper {
    display: block;
}

.ad-search-wrapper {
    display: none;
    }

.resources-search .chosen-container {
    width: 100% !important;
}
.resources-search .chosen-container-single .chosen-search input[type="text"] {
    background: none !important;
}
.resources-search .filter-action { 
	margin-top: 15px; 
	text-align: right; 
}
.resources-search #filter-submit {
    color: #fff;
    border-color: #00354e;
    border-width: 5px;
    text-shadow: none;
    background: #00354e;
}
.resources-search .filter-reset {
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-left: 1em;
}
/*.resource-info div {
    float: left;
}*/
.resource-info .info-title,
.productinfo .info-title {
    color: #c0c0c0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
    font-weight: 600;
}
.resource-info strong { font-weight: normal; }
.latest-post-big .price-info { margin-right: 30px; }
.price-info strong { color: #ef4135; font-size: 24px; }
a.external-link {
    color: #808080;
    font-size: 14px;
}




a.download-link {
    /*color: blue;
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    margin:0 5px 0 0;*/
    margin-top: 10px;
}

a.download-link .fa{
    margin-right: 8px;
}


a.resitem { 
box-shadow: none;
display: block;
    transition: box-shadow 1s;
	}

a.resitem:hover { 
box-shadow: 0 0 15px 2px rgba(0,0,0,0.125);
	}

.resource-list { 
	margin: 0 0 30px 0; 
	background: #fff;
	}
.resource-list .post-title { font-size: 2em; margin: 0; margin-top: 0em; font-weight: 300;}
.resource-list .post-subtitle { font-size: 1.65em; margin: 5px 0 0 0; font-weight: 400; color:#62173a;}
.resource-list .post-date { font-size: 1.125em; margin: 0.75em 0 0 0; color:#62173a;}


.resource-list p.shortdesc { font-size: 13px; margin: 10px 0 0 0; line-height: 1.3em; color: #5d525d;}


.resource-list p.shortdesc { font-size: 13px; margin: 10px 0 0 0; line-height: 1.3em; color: #5d525d;}

.resource-list .post-excerpt { font-size: 14px; line-height: 1.6em; }


	
.resource-list .resource-content {
/*    */
    position: relative;
    
    padding: 15px 20px 15px 0;
}


.resource-list .resource-info {
    padding: 10px 10px 5px 10px;
	}

.resource-list .resource-info .post-date{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	/*display: block;*/
	}

.resource-list .resource-info .post-meta .post-date::before {
    content: none;
    margin-right: 0;
    }
.resource-list .resource-info .post-meta p{
	margin:0.25em 0 0.125em 0;
	line-height: normal;
	}    
    

.resource-list .resource-info .post-meta{
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 200;
	}

.resource-list .resource-info .topic-tag{
	background: #faecbf;
	position: relative;
	width: auto;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 1px;
	color: #3b2d3b;
	font-weight: 400;
	}
.resource-list .resource-info .topic-tag:after { /* the arrow on left side positioned using left property */
    position: absolute;
    content: '';
    height: 14px; width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #faecbf;
    left: -7px;/*-6*/
    top: 3px; /*2*/
}
.resource-list .resource-info .topic-tag:before{ /* the circle on the left */
    position: absolute;
    content: '';
    height: 4px; 
    width: 4px;
    border-radius: 50%;
    background-color: #edb400;
    left: 0px;
    top: 8px;
    z-index: 2;
}




.resource-list .price-info { margin-bottom: 20px;}


    section.frogger.notitle {
    	margin-top: 30px;
	}



/* Product Affiliate Box */
.productinfo .product-name {
    margin: 0 auto 0.8em;
    padding-bottom: 0.5em;
}
.productinfo .price-info, .productinfo .store-info {
    margin-top: 1em;
}
.productinfo .price-info {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 5px;
}
.productinfo ul {
    margin-left: 0;
    list-style: none;
}
.productinfo li {
    border-bottom: 1px dotted #e5e5e5;
    padding: 3px 0;
}
.productinfo li .store-aff {
    float: right;
}
.productinfo a.aff-link {
    padding: 2px 7px;
    background: #ef4135;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    margin-left: 5px;
}
.price-info span {
    font-size: 16px;
    margin-left: 5px;
}

/* Rating */
.post-rating-star {color: #efca56;font-size: 15px;}
.latest-post-big .post-rating-star { font-size: 18px; }
.sidebar-posts .post-rating-star { font-size: 13px; }
.sidebar-posts .active .post-rating-star { color: #F86F66; }

.featured-resource .latest-post-big .post-title { margin-top: 0; }

/* ------------------------------------------------------------------------- *
 *  6.15 - Resource Single
 * ------------------------------------------------------------------------- */

.pub-tag{
	color: #62173a;  /*#180718;*/
	background: #fff;
	
	
	
    position:relative;
    width: auto;
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 7px 10px;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 0;
    
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
	text-align: center;
	}

.topic-tag{
	background: #fff;
	position: relative;
	width: auto;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 1px;
	color: rgb(18, 0, 43);
	font-weight: 400;
	}
.topic-tag:after { /* the arrow on left side positioned using left property */
    position: absolute;
    content: '';
    height: 14px; width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    left: -7px;/*-6*/
    top: 3px; /*2*/
}
.topic-tag:before{ /* the circle on the left */
    position: absolute;
    content: '';
    height: 4px; 
    width: 4px;
    border-radius: 50%;
    background-color: #d9c8cf;
    left: 0px;
    top: 8px;
    z-index: 2;
}

a:hover .topic-tag{
	background: #62173a;
	color: #fff;
		
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	}
a:hover .topic-tag:after { /* the arrow on left side positioned using left property */
    background: #62173a;
    
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	}





 /* resource Box */
.resource-box {
    background: #fbfbfb;
    margin: 30px -95px;
    padding: 30px 95px;
    font-size: 13px;
}
.resource-box .post-title { margin-top: 5px; }
.resource-box .subheading { margin-bottom: 0; }
.rating-score {
    float: left;
    color: #fff;
    text-align: center;
    width: 110px;
}

.score-great {background: #2ecc71;}
.score-great .score-desc {background: #27ae60;}
.score-good {background: #6677BA;}
.score-good .score-desc {background: #2747C4;}
.score-average {background: #EFCA56;}
.score-average .score-desc {background: #BC8E00;}
.score-bad {background: #F58A51;}
.score-bad .score-desc {background: #C25215;}


.score-value {
    display: block;
    font-size: 36px;
    padding: 18px 12px;
}
span.score-desc {
    display: block;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 11px;
}
.resource-shortdesc {
    padding-left: 130px;
    font-size: 13px;
    font-style: italic;
}
.resource-shortdesc p {margin-top: 0;}
.resource-goodbad, .resource-scores {margin-top: 20px;}
.article-content .resource-goodbad .subheading { color: #333; }
.resource-goodbad ul { margin-left: 27px; }
.resource-goodbad .subheading { margin-bottom: 10px; }
.resource-goodbad .subheading i { margin-right: 10px; }

/* resource Bars */
.resource-bars ul {margin: 0}
.resource-bars li {
    margin: 1em 0;
    list-style: none !important;
}
.resource-bars em {
    margin-bottom: 5px;
    display: block;
    float: left;
}
.resource-bars strong { float: right; }
.resource-bars .bar-wrap, .resource-bars .bar-bg {
    height: 25px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}
.resource-bars .bar-wrap { background: #e5e5e5; clear: both; }
.resource-bars .bar-bg {
    display: block;
    opacity: 0;
    width: 0;
    background: #efca56;

    transition: width 0.5s, opacity 0.5s;
}
/*
.resource-bars .great-bar.bar-bg { background: #6677BA; }
.resource-bars .good-bar.bar-bg { background: #2ecc71; }
.resource-bars .average-bar.bar-bg { background: #EFCA56; }
.resource-bars .bad-bar.bar-bg { background: #F58A51; }
*/

.resource-bars.show .bar-bg {
    opacity: 1;
}
.article-content .subheading {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ef4135;
}

/* ------------------------------------------------------------------------- *
 *  4mi page
 * ------------------------------------------------------------------------- */

.page-id-204 .promofull h2 {
	max-width: 525px;
	}

/* ------------------------------------------------------------------------- *
 *  7. Footer
 * ------------------------------------------------------------------------- */

footer, #footer{

    background: transparent url('public/img/footer-angle.svg') left top no-repeat;
   /* background: url('public/img/dotted.png') center center repeat-x repeat-y;*/
background-repeat: no-repeat;   /* background: #180718;*/
    background-size: cover;
    background-position: 0% 0%;
    
}




#footer-content {
    color: #009aa3;
    
    
    font-size: 24px;
    line-height: 1em;
    border-top: none;
    margin-top: 25px;
    
	}

#footer-content.container-fluid,
.footer-bottom.container-fluid{
	margin-left: auto;
	margin-right: auto;	
	padding:0 25px;
}


.footer-widget {
    padding: 30px 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fff
}
#footer-content a {color: #009aa3}
#footer-content a:hover {color: #fff;}
#footer-content li { padding: 4px 0; }

#footer-content .widget-title {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 30px;
}
#footer-content .widget_categories li {
    border-bottom: none;
}
.socials-widget {margin: 1.25em 0 0.25em 0;}
.socials-widget a {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    font-size: 200%;
    
    background: transparent;
    display: inline-block;
    
    line-height: 45px;
    vertical-align: middle;
    
    text-align: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.socials-widget a.mail{
	width: auto;
	font-size: 180%;
	}

.socials-widget a.mail span{
    font-size: 55%;
    text-align: left;
    vertical-align: middle;
	}


.socials-widget a:hover {
    background: transparent;
}

#footer-content small {
	display: inline-block;
    font-size: 66%;
    margin-bottom: 3em;
	}


.footer-inner{
    margin: 0 15px 35px 15px;
}

.footer-bottom {
    font-size: 12px;
    color: #32aeb6;
    
    padding: 15px;
}
.footer-bottom a {
    color: #32aeb6;
}
.footer-nav {margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: bold; padding: 0;}
.footer-nav a {
    -webkit-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
.footer-nav a:hover { color: #fff; }

.footer-nav li {
    display: inline-block;
    margin: 0 20px 0 0 ;
}


p.copyright {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin: 0;
}

.footer-logo{
	display: inline-block;
	right:15px;
	bottom:0;
	height:65px;
	width:242px;
	float:right;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	
	background: transparent url('public/img/footer-logo.svg') right bottom no-repeat;
	
}


.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li{
    border-bottom: 1px solid #383842;
    padding: 8px 0 !important;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child {
    border: 0
}

#footer-content .tagcloud a {
    font-size: 13px !important;
    border: 1px solid #535353;
    padding: 3px 8px;
    line-height: 30px;
}

.widget_search button {
    display: none;
}




#footer > div { position: relative; }

/*** Calender Widget ***/
#wp-calendar {
    margin: 0;
    text-align: center;
    width: 100%;
}
#wp-calendar caption {
    line-height: 35px;
    border-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
table th {
    color: #5F5F5F;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 4px;
}
table#wp-calendar th {
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #444;
    color: #fafafa;
}
table#wp-calendar td {
    border: 1px solid #3F3F3F;
    box-shadow: none;
    padding: 4px;
    font-size: 13px;
}
table#wp-calendar td:hover {
    background: inherit;
}
table#wp-calendar td a {
    display: block;
}
table#wp-calendar td a:hover {
    color: #222;
    text-shadow: 0;
    cursor: pointer;
}

/* ------------------------------------------------------------------------- *
 *  Print Styles
 * ------------------------------------------------------------------------- */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #a29ca2;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ------------------------------------------------------------------------- *
 *  User Currently Login
 * ------------------------------------------------------------------------- */
.admin-bar  #sidebar.fixed, .admin-bar  .article-sharer.fixed {
    top: 32px;
}

.admin-bar .sidebar-loadmore-wrapper {
    padding-bottom: 55px;
}

/****
 * video playlist
 ****/
.video-list .section-heading-wrapper {
    padding-bottom: 10px;
}

.video-playlist-row  {
    margin: 0; /* 0 -30px */
    background: #fff;
}

.video-wrapper-content {
    width: 65%;
    float: left;
}

.video-wrapper-list {
    width: 35%;
    height: 350px;
    overflow: auto;
    float: right;
}

.video-wrapper-list > a {
    padding: 10px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #323232;
    background: rgb(29, 29, 29);
}

.video-wrapper-list > a.active {
    background: #333;
}

.video-wrapper-list .video-thumb {
    float: left;
    width: 100px;
    padding-right: 10px;
}

.video-wrapper-list .video-detail {
    font-size: 12px;
    line-height: 17px;
    color: #ccc;
    padding-left: 100px;
}

.video-wrapper-list .video-title {
    font-size: 12px;
    line-height: 16px;

}

.video-wrapper-list .video-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #DEDEDE;
    font-weight: bold;
    padding-top: 3px;
}

/** additional style **/

/** YARPP **/
article .yarpp-related h3 {
    font-weight: bold !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    margin: 0px 0px 12px !important;
}

article .yarpp-related ol li {
    list-style: disc;
    font-size: 13px;
}

article .yarpp-related a {
    font-weight: normal !important;
}

/** unveil **/
img.unveil { opacity: 0; transition: opacity .3s ease-in; 
}

.owl-item img.unveil { opacity: 1; }

.right-menu { display: block; }


.jmagz.no-sidebar .mobile-toggle.sidebar-toggle {
    display: none;
}

/*** Twitter Widget ***/
.jeg-twitter-container {
    font-size: 14px;
    font-style: italic;
}
.jeg-tweets {display: block; overflow: hidden}
.jeg-tweets ul {list-style:none; margin:0 !important; padding: 0 !important;}
.jeg-tweet-time {font-size: 10px; font-style: normal; color: #a29ca2; display: block; text-transform: uppercase; letter-spacing: 1px; margin-top: 5px;}
.jeg-follow-button {display: block; margin-top:15px;}
.jeg-follow-button:before {
    display: block;
    content: " ";
    width: 20%;
    height: 1px;
    margin: 20px 0;
    border-top: 1px solid #666;
}

/*** Facebook Like Box ***/
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.twitter-tweet  {
    margin: 0 auto !important;
}

.widget_jeg_facebook_fans_widget .pam img { display: none; }

/** no thumbnail **/
.no-thumbnail-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    background: #d9c8cf;
}

.no-thumbnail-wrapper .no-thumbnail-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;

}



.no-thumbnail-wrapper i {
    position: relative;
    top: -6px;
    margin-top: 50%;
}

.post-standard.no-thumbnail-wrapper i:after { content: "\f03e"; }
.post-gallery.no-thumbnail-wrapper i:after { content: "\f03e"; }
.post-video.no-thumbnail-wrapper i:after { content: "\f144"; }

.sidebar-posts .no-thumbnail-wrapper {
    width: 75px;
}

.newsfeed-posts .no-thumbnail-wrapper,
.half-lebian .no-thumbnail-wrapper{
    padding-bottom: 55.8%;
}

.resource-list .no-thumbnail-wrapper,
.half-thumb .no-thumbnail-wrapper{
    padding-bottom: 50%;
}

.newsfeed-posts .no-thumbnail-wrapper i,
.half-lebian .no-thumbnail-wrapper i {
    margin-top: 28.3%;
    top: -14px;
    font-size: 28px;
}

.resource-list .no-thumbnail-wrapper i,
.half-thumb .no-thumbnail-wrapper i{
    margin-top: 25%;
    top: -10px;
    font-size: 28px;
}

.breakingnews-item .no-thumbnail-wrapper {
    width: 60px;
}

.breakingnews-item .no-thumbnail-wrapper i {
    color: #000;
    font-size: 13px;
}


.mejs-poster.mejs-layer, .mejs-mediaelement video {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


/** no thumbnail **/
.no-thumbnail-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    background: #d9c8cf;
}

.no-thumbnail-wrapper .no-thumbnail-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.no-thumbnail-wrapper i {
    position: relative;
    top: -6px;
    margin-top: 50%;
}

.no-thumbnail-wrapper i:after { content: "\f03e"; }
.post-video.no-thumbnail-wrapper i:after { content: "\f144"; }

.sidebar-posts .no-thumbnail-wrapper,
.search-item .no-thumbnail-wrapper {
    width: 75px;
}

.half-more .no-thumbnail-wrapper{
    padding-bottom: 55.8%;
}

.half-thumb .no-thumbnail-wrapper{
    padding-bottom: 50%;
}

.half-more .no-thumbnail-wrapper i {
    margin-top: 28.3%;
    top: -14px;
    font-size: 28px;
}

.half-thumb .no-thumbnail-wrapper i{
    margin-top: 25%;
    top: -10px;
    font-size: 28px;
}

.thumbnail-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    z-index: 10;
    background: transparent;
    }

.thumbnail-wrapper.resthumb-wedge {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    z-index: 10;
    background: transparent;
    }

.no-thumbnail-wrapper.resthumb-wedge {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    z-index: 10;
    background: #d9c8cf url(public/img/resource-wedge.svg) right top no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    }

img.unveil.resthumb {
    opacity: 0;
    transition: opacity .3s ease-in;
    position: absolute;
    top:0;
    right: 1px;
	}




.breakingnews-item .no-thumbnail-wrapper,
.breakingnews-item .thumb img {
    width: 60px;
}

.breakingnews-item .no-thumbnail-wrapper i {
    color: #000;
    font-size: 13px;
}

.featured-post .no-thumbnail-wrapper i {
    display: none;
}
/** end no thumbnail **/


.ajax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fafafa;
    display: none;
    z-index: 12;
}

#postloader {
    display: block;
    position: fixed;
    left: 331px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #EF4135;

    -webkit-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

    z-index: 1001;
}
.no-sidebar #postloader {left: 0}

.highlight {
    border-radius: 2px;
    padding: 5px 6px;
    background-color: #000000;
    color: #FFFFFF;
    font-style: normal;
}

/*** Tooltips **/
.tooltip {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #000000;
    color: #FFFFFF;
    max-width: 200px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}



/*** Alert & Infobox ***/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #62C663;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #8DBFC9;
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #FFD380;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #C67F8A;
}

.alert-dismissable .close {
    position: relative;
    color: inherit;
}

.alert strong {
    margin-right: 0.75em;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.alert strong:after {
    display: block;
    content: "";
    border-bottom: 1px solid rgba(125,125,125,0.1);
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/*** Panel Accordion ***/
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
    line-height: 1.8em;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #dddddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 2px;
}

.accordion-toggle {
    font-style: normal;
    color: #333;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    outline: none;
    -moz-outline: none;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}

.panel-danger {
    border-color: #eed3d7;
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

/*** Tabs ***/
.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #a29ca2;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #a29ca2;
    cursor: not-allowed;
    text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #EEEEEE;
    border-color: #428BCA;
}
.nav .nav-divider {
    background-color: #E5E5E5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
    margin-left: 0px !important;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > a:hover {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #DDDDDD;
    margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #FFFFFF;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #428BCA;
    color: #FFFFFF;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs-justified {
    border-bottom: 0 none;
}
.nav-tabs-justified > li > a {
    border-bottom: 1px solid #DDDDDD;
    margin-right: 0;
}
.nav-tabs-justified > .active > a {
    border-bottom-color: #FFFFFF;
}
.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}
.tabbable:after {
    clear: both;
}
.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}
.tabbable:after {
    clear: both;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
    padding: 0 10px;
}
.nav .caret {
    border-bottom-color: #428BCA;
    border-top-color: #428BCA;
}
.nav a:hover .caret {
    border-bottom-color: #2A6496;
    border-top-color: #2A6496;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
    z-index: 1000;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 2px;
    }
}
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        border-top: 0 none;
        box-shadow: none;
        width: auto;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0;
    }
}
.container > .navbar-header, .container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}
.navbar-static-top {
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0 0 0 0;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
    border-width: 0 0 1px;
    left: 0;
    position: fixed;
    right: 0;
}
@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0 0 0 0;
    }
}
.navbar-fixed-top {
    top: 0;
    z-index: 1030;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-radius: 2px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0, 0, 0, 0);
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .footer-logo{
	margin-top: 0px;
	}
}


@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



/* -------------------------------- 

Mailchimp 

-------------------------------- */

/*Footer button*/

/*Disable iOS device styling override*/

input,
.resources-search input#keyword,
input.button,
input.btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	}

select {
  -webkit-border-radius: 0px;
  -webkit-border-width: 0px;
}


#mc_embed_signup{
	position: relative;
    margin: 1.5em auto 1em auto;
	font-family: "Muli", sans-serif;
    font-size: 1.5rem;
}    
    
#mc_embed_signup label{   
	     margin: 1em 0 1.5em 0;
	     display:block;
}
    
.mc-field-group{
	position: relative;
    width: 100%;
    height: 60px;
    background: #009aa3;
}


	#mc_embed_signup input {border:none;}
	#mc_embed_signup input:focus {outline: none;}
	
	#mc_embed_signup .mc-field-group input {
	
	width:75%; 
	height: 100%;
	padding:8px 0; 
	text-indent:2%;
	top: 0;
	display:inline-block;
    background: transparent;
    padding-left: 15px;
    font-weight: 300;
    font-family: "Muli", sans-serif;
    font-size: 1.5rem;    
    color: #12002b;    
    z-index: 1;
    float:left;
    
    -webkit-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;
		
	}

#mc_embed_signup .email,
input.email[type="email"] {

  -webkit-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
  z-index: 1;
}
#mc_embed_signup .email::-webkit-input-placeholder,
#mc_embed_signup input.email[type="email"]::-webkit-input-placeholder {
  color: #12002b;
}
#mc_embed_signup .email::-moz-placeholder,
#mc_embed_signup input.email[type="email"]::-moz-placeholder {
  color: #12002b;
}
#mc_embed_signup .email:-moz-placeholder,
#mc_embed_signup input.cd-email[type="email"]:-moz-placeholder {
  color: #12002b;
}
#mc_embed_signup .email:-ms-input-placeholder,
#mc_embed_signup input.email[type="email"]:-ms-input-placeholder {
  color: #12002b;
}

#mc_embed_signup .email:focus,
#mc_embed_signup input.email[type="email"]:focus {
  background-color: #028a97;
}

#mc_embed_signup input.button[type=submit] {
    width: 25%;
    height:100%;
    cursor: pointer;
    background-color: #32aeb6;
    color: #12002b;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block; 
    /* line-height: 60px; */
    padding: 9px 25px;
    
    float:left;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    z-index: 2;
	}
	
.no-touch #mc_embed_signup .button:hover, 
#mc_embed_signup .button:focus, 
#mc_embed_signup input.button[type=submit]:hover, 
#mc_embed_signup input.button[type=submit]:focus {
    background-color: #65c2c8;
}	




/*Regional MC button*/

h3.mc_title{
	margin-bottom: 0.5em;
}

#mc_embed_signup.mc_regional{
    margin: 0 auto 0.5em auto;
    font-size: 1.25rem;
}
    
#mc_embed_signup.mc_regional .mc-field-group{
    max-width: 600px;/*new*/
    height: 40px;/*60px footer*/
    background: #bee2e9;
}

	#mc_embed_signup.mc_regional .mc-field-group input {
	
	width:75%; 
	height: 100%;
	padding:8px 0; 
	text-indent:2%;
	top: 0;
	display:inline-block;
    background: transparent;
    padding-left: 15px;
    font-weight: 300;
    font-family: "Muli", sans-serif;
    font-size: 1.25rem; /*1.5*/    
    color: #009ba4;     /*12002b*/
    z-index: 1;
    float:left;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    
    -webkit-transition: height 0.3s, background-color 0.3s;
    -moz-transition: height 0.3s, background-color 0.3s;
    transition: height 0.3s, background-color 0.3s;
		
	}

#mc_embed_signup.mc_regional .email,
input.email[type="email"] {

  -webkit-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
  z-index: 1;
}
#mc_embed_signup.mc_regional .email::-webkit-input-placeholder,
#mc_embed_signup.mc_regional input.email[type="email"]::-webkit-input-placeholder {
  color: #12002b;
}
#mc_embed_signup.mc_regional .email::-moz-placeholder,
#mc_embed_signup.mc_regional input.email[type="email"]::-moz-placeholder {
  color: #12002b;
}
#mc_embed_signup.mc_regional .email:-moz-placeholder,
#mc_embed_signup.mc_regional input.cd-email[type="email"]:-moz-placeholder {
  color: #12002b;
}
#mc_embed_signup.mc_regional .email:-ms-input-placeholder,
#mc_embed_signup.mc_regional input.email[type="email"]:-ms-input-placeholder {
  color: #12002b;
}

#mc_embed_signup.mc_regional .email:focus,
#mc_embed_signup.mc_regional input.email[type="email"]:focus {
  background-color: #def0f3;
}

#mc_embed_signup.mc_regional input.button[type=submit] {
    width: 25%;
    height:100%;
    cursor: pointer;
    background-color: #32aeb6;
    color: #fff; 
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block; 
    /* line-height: 60px; */
    padding: 9px 25px;
    
    float:left;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    z-index: 2;
	}
	
.no-touch #mc_embed_signup.mc_regional .button:hover, 
#mc_embed_signup.mc_regional .button:focus, 
#mc_embed_signup.mc_regional input.button[type=submit]:hover, 
#mc_embed_signup.mc_regional input.button[type=submit]:focus {
    background-color: #178a93;
}	





/*end mailchimp */







.section.fullwidth{
	padding: 0 10px 20px 10px; /*0 30px 40px 30px;*/
    margin: 20px 0 20px 0;
    /*background: #fff;*/
	}

.section.fullwidth .container-fluid{
	padding-top:0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

.section.whitesection.fullwidth .container-fluid{
	padding-top:40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	}


.section.fullwidth .row{
	margin-left: -15px;
	margin-right: -15px;
	}



/*grid expander*/


.home-partners h2{
	
	line-height: 1.125;
}


.og-grid {
	list-style: none;
	padding: 0; /*20px 0*/
	margin: 0 auto;
	text-align: left; /*center*/
/*margin-left: -15px;
margin-right: -15px;*/
}

.og-grid li {
	display: inline-block;
	margin: 10px 0 0 0; /*10px 5px 0 5px;*/
	vertical-align: top;

	padding: 0;
	height:auto; /*new*/
	
	display: inline-block;
/*margin: 0;*/
vertical-align: top;
width: 16.3%;
height: auto;
min-height: 1px;
float: none;
padding-left: 15px;
padding-right: 15px;
}


.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li > a {
	background: #12002b;
	}

.og-grid li > a img {
	opacity: 0.75;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	}



.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ffffff;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #f4efdf;
	top: auto;
	left: 0;
/*	width: 100%;*/
	width: auto; /*new*/
	min-width: 100%; /*new*/
	margin-left: -25px; /*new*/
	margin-right: -25px; /*new*/
	
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4efdf+100 */
background: rgb(244,239,223); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,239,223,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,239,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,239,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efdf',GradientType=0 ); /* IE6-9 */
	
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 2px;
	background: #524552;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #180718;
}

.og-fullimg,
.og-details {
	
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}



.og-details {
	width: 70%;
	padding: 0 40px 0 20px;
	overflow: scroll; /*new*/
}

.og-fullimg {
	width: 30%;
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100% !important;
	width:auto;
}
.og-grid .teamcap{
	position: absolute;
	bottom: 0;
	background: #12002b;
	background: transparent url(public/img/team_back.svg) right top no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: 100% 100%;*/
	padding: 12px 2px 7px 7px;
	width: 100%;
	}

.og-grid h4{
	margin: 0.25em 0 0 0;
	line-height: 1.25;
	color: #fff;
	}
.og-grid h5{
	margin: 0.125em 0;
	line-height: 1.25;
	color: #d9c8cf;
	}

.og-details h3 {
	color: #180718;
	font-size: 2em;
	margin: 0 0 0.25em 0;
}

.og-details h6 {
	color: #180718;
	font-size: 1em;
	font-weight: 600;
	font-style: italic;
	margin: 0 0 0.125em 0;
}

.og-details p {
	color: #180718;
	font-size: 1.125em;
	margin: 0.66em 0 1.5em 0;
	line-height: 1.67em;
}

.og-details a {
    font-weight: 700;
	font-size: 20px;
	color: #180718;
	letter-spacing: 0.01em;
	display: inline-block;
	margin: 0;
	margin-right: 15px;
	outline: none;
	}

/*.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}*/

.og-details a:hover {
	border-color: #524552;
	color: #524552;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@media (max-width: 998px) {
	.og-grid li {
		width: 16.183%;
	}
}


@media (max-width: 1200px) { /*768px*/
	.og-grid li {
		width: 24.47%;
	}
	.og-details p{
		font-size: 1em;
	}
	.og-fullimg {
    width: 35%;
    }
    .og-details {
    width: 65%;
    }
	
	
}


@media (max-width : 885px) {
	.og-grid li {
		width: 32.69%;
	}

}

@media (max-width : 480px) {
	.og-grid li {
		width: 49.2%;
	}

}


.about-donors h2{
	color:#009aa3;
	margin-top: 0;
}

.about-donors p.intro{
	font-size: 1em;
	line-height: 1.66;
	margin-bottom: 2em;
}

.donor-grid {
	list-style: none;
	padding: 0; /*20px 0*/
	margin: 0 auto;
	text-align: left; /*center*/
/*margin-left: -15px;
margin-right: -15px;*/
}

.donor-grid li {
	display: inline-block;
	margin: 10px 0 0 0; /*10px 5px 0 5px;*/
	vertical-align: top;

	padding: 0;
	height:auto; /*new*/
	
	display: inline-block;
/*margin: 0;*/
vertical-align: top;

width: 24.6%;
height: auto;
min-height: 1px;
float: none;
padding-left: 15px;
padding-right: 15px;
	
}



.donor-grid li > a,
.donor-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

@media (max-width: 885px) {
	.donor-grid li {
		width: 32.8%;
	}
}


@media (max-width: 768px) {
	.donor-grid li {
		width: 32.7%;
	}
}


@media (max-width : 640px) {
	.donor-grid li {
		width: 49.2%;
	}
}

@media (max-width : 480px) {
	.donor-grid li {
		width: 99%;
	}
}




@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}









/*article transition*/

.hidden { 
	display: none;
}

.article-content {
	display: block;
}

.content-hidden .article-content {
	display: none !important;
}

.fade-up-out {
	opacity: 0;
	-webkit-transform: scale(0.8) translate3d(0, -10%, 0);
			transform: scale(0.8) translate3d(0, -10%, 0);
	-webkit-transition: all 450ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    		transition: all 450ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.easing-upward {
	-webkit-transition: all 450ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
			transition: all 450ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.easing-upward .read-next {
	opacity: 0 !important;
}

.post-thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 400px;/*420*/
	overflow: hidden;
	position: relative;
	width: 100vw;
}
	
.post-thumbnail .read-next {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	top: 0;
	width: 100vw !important;
	padding: 0 15px;
	z-index: 1;
	-webkit-transition: all 450ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
			transition: all 450ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	
	
	background: -moz-linear-gradient(top, rgba(24,7,24,0.5) 0%, rgba(24,7,24,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.95) 100%);
    background: linear-gradient(to bottom, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00180718", endColorstr="#f2180718",GradientType=0 );
    background: -moz-linear-gradient(top, rgba(24,7,24,0.5) 0%, rgba(24,7,24,0.85) 66%, rgba(231,230,231,1) 100%);
    background: -webkit-linear-gradient(top, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.85) 66%,rgba(231,230,231,1) 100%);
    background: linear-gradient(to bottom, rgba(24,7,24,0.5) 0%,rgba(24,7,24,0.85) 66%,rgba(231,230,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80180718', endColorstr='#e7e6e7',GradientType=0 );

	
	
	
	
	
	
	
	
	/* To vertically center its children */
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
    -webkit-flex-line-pack:center;
	-ms-flex-line-pack:center;
	-webkit-align-content:center;
	align-content:center;
    -webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}

.post-thumbnail .read-next p {
	color: #fff;
	font-size: 1.1rem;
	font-style: italic;
	padding: 0;
	text-decoration: underline;
	margin: 0;
	margin-bottom: 10px;
}		

.post-thumbnail .read-next h1.entry-title,
.post-thumbnail .read-next h2.entry-title {
	color: #fff;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.post-thumbnail .read-next h1.entry-title{
	margin-bottom: 0.5em;
}

.post-thumbnail img {
	display: none; /* because it is being used for the background image */
}





/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

}


/* Portrait phones and smaller
@media (max-width: 480px) {
    
    .section, .yarpp-related {
    	margin: 0 0 15px 0;
		padding: 0 15px;
    }
	.section.topheader{
		margin: 0 0px 15px 0px;
	}
	.promofull h1, .promofull h2 {
    	padding-left: 0;
    }
    .promofull h1 {
    	font-size: 2.125em;
	}
	.promofull h2 {
    	padding-right: 85px;
    } 
	.photo-credit{
		display: none;
	}
	.promofull .btn {
    	margin-right: 0;
	}
   

    .larger-callout p {
    	font-size: 1.25em;
	}   
	.post-columns .post-feed span {
    	font-size: 0.95em;
		line-height: 1.125em;
	}
	
	.section.fullwidth {
    	padding: 0;
    	margin: 20px 0;
	}
	.section.fullwidth .container-fluid {
    	padding-top: 20px;
    	padding-right: 20px;
    	padding-bottom: 35px;
    	padding-left: 20px;
	}
	
	 */
	/*Footer*/
	
/*
	
    
    
    .cd-form-wrapper {
    	margin: 0 auto 2em auto;
	}
    
    .cd-form {
    	height: 50px;
    }
    .cd-label {
    	display: none;
	}
	.cd-email, input.cd-email[type="email"] {
    	left: 0;
	}
	.cd-form-wrapper input, .cd-form-wrapper input[type="email"], .cd-form-wrapper textarea {
    	font-size: 1rem;
	}
	input.cd-submit[type="submit"]{
		font-size: 0.75rem;
		padding: 0;
	}
	.footer-nav li {
    	margin: 0 10px 0 0;
	}


	
	.section.reversed-post {
		margin:0 0 15px 0;
	}	
	
	.section.whitebacker {

		margin:0 15px 15px 15px;
	}
	
	.section.whitebacker .post-list .pad-twenty {
    padding: 12px 0 15px 0;
	}

	
	.section.reversed-post .latest-post-big .col-md-6:first-of-type{
		padding: 0;
	}
	
	.section.whitebacker .post-list .col-xs-12:first-of-type,
	.section.whitebacker .post-list .col-sm-5:first-of-type,
	.section.whitebacker .post-list .col-md-5:first-of-type,
	.section.whitebacker .post-list .col-lg-4:first-of-type{
		padding: 0;
	}
	
	.reversed-content {
    padding: 15px 5px;
	}

	
	.section.posttopheader {
		margin: 0 0px -175px 0px;
	}
	.post-header {
    	margin: 0 15px;
    	padding: 20px 15px 20px 15px;

    }
	.post-header .post-title {
		font-size: 1.5em; 
		line-height: 1.25;
		}
	.post-header h2.post-title {
    	font-size: 1.25em;
	}
	.article-sharer{
		padding: 0 15px;
		margin: 0 15px;
	}
	.socials-share { 
		float: none;
		text-align: center;
		margin:0;
	}
	.article-content { 
		margin: 0 0 30px 0;
		padding: 15px; 
	}
	
	
	
	.search-filter-wrapper{
		padding: 15px 15px 20px 15px;
	}

}

*/

.neutral {
	background: #f5efdd;
}


/*hacky fix*/
.page-id-2996 .post-header, /*infographics*/
.page-id-3008 .post-header, /*profiles*/
.page-id-3023 .post-header, /*drivers*/
.page-id-3157 .post-header, /*destinations*/
.page-id-3160 .post-header, /*conditions*/
.page-id-3164 .post-header, /*protection*/
.page-id-3171 .post-header /*smugglers*/{
	padding-bottom: 0;
}

.page-id-2996 .page-header-container,
.page-id-3008 .page-header-container,
.page-id-3023 .page-header-container,
.page-id-3157 .page-header-container, /*destinations*/
.page-id-3160 .page-header-container, /*conditions*/
.page-id-3164 .page-header-container, /*protection*/
.page-id-3171 .page-header-container /*smugglers*/{
	display:none;
}
.page-id-2996 .article-content,
.page-id-3008 .article-content,
.page-id-3023 .article-content,
.page-id-3157 .article-content, /*destinations*/
.page-id-3160 .article-content, /*conditions*/
.page-id-3164 .article-content, /*protection*/
.page-id-3171 .article-content /*smugglers*/{
	background-color: #000031;
}

.page-id-2996 .article-content p,
.page-id-3008 .article-content p,
.page-id-3023 .article-content p,
.page-id-3157 .article-content p, /*destinations*/
.page-id-3160 .article-content p, /*conditions*/
.page-id-3164 .article-content p, /*protection*/
.page-id-3171 .article-content p /*smugglers*/ {
    max-width: none;
}


