/*
 *  Foundation css provided by rareview: http://www.rareview.com
 */

/* =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%;
    	outline: 0;
    	font: inherit;
    	vertical-align: baseline;
		}
    
    /* HTML5 display-role reset for older browsers */
    
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
    table { border-collapse: collapse; border-spacing: 0; }

    /* clear */
    	
    .clear:after {
    	display: table;
    	content: "";
    	clear: both;
    	}

/* =Global
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		html { -webkit-text-size-adjust: none; } /* prevent font scaling in landscape view on mobile devices */
		
		body {
			font: 17px/1.5 "aktiv-grotesk-std", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			color: #333;
			background: #fff;
			-webkit-font-smoothing: antialiased;
			}
			
	/* Text
	-------------------------------------------------------------------------- */
		
		/*
			Typekit fonts in use:
			
			font-family: "ff-good-headline-web-pro-con"; (normal 400, normal italic 400, medium 500, medium italic 500)
			font-family: "aktiv-grotesk-std"; (normal 400, normal italic 400, medium 500, medium italic 500, bold 700, bold italic 700)
		*/
		
		p, ul, ol, dl, pre {
			margin-bottom: 15px;
			}
			
    ul li {
      margin-left: 6px;
      }
		h1, h2, h3, h4, h5 {
			margin-bottom: 20px;
			font-weight: 500;
			}
						
		h1 { font-size: 40px; line-height: 1.1; }
		h2 { font-size: 30px; line-height: 1.2; }
		h3 { font-size: 25px; line-height: 1.3; }
		h4 { font-size: 20px; line-height: 1.4; }
		h5 { font-size: 17px; line-height: 1.5; }
	
		/* strong + em */
			
		strong { font-weight: 700; }
		em { font-style: italic; }
		
		/* lists */
		
		ol {
			margin-left: 20px;
			list-style: decimal;
			}
		
		ul.indent {
			margin-left: 20px;
			}
		
    #block-ew_blocks-33 ul.menu,
		ul.bullets { 
      margin-bottom: 5px;
      margin-left: 4px;
    }
		
    #block-ew_blocks-33 ul.menu li,
		ul.bullets li {
			padding: 0 0 0px 20px;
			position: relative;
      text-indent: -2px;
			}
			
    #block-ew_blocks-33 ul.menu li > span,
    span.bullet.fa,
		ul.bullets li span.fa {
			color: #c92c21;
			font-size: 15px;
			position: absolute;
			top: 4px;
			left: 0;
			}
    #block-ew_blocks-33 ul.menu li.last {
      display: none;
    }
 		/* superscript */
		
		sup {
			font-size: 60%;
			vertical-align: super;
			}

		/* all caps */
		
		.allCaps {
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: 700;
			}
				
		/* links */
			
		a, a:visited { color: #c92c21; text-decoration: none; }			
		a:hover { text-decoration: underline; }

	/* Forms
	-------------------------------------------------------------------------- */
		
		/* basic form layout */
		
		form fieldset + fieldset {
			padding-top: 20px;
			}
				
		form ul {
			width: 100%;
			margin: 0;
			clear: both;
			}
			
		form li {
			width: 100%;
			padding-bottom: 10px;
			float: left;
			}
			
		form input:not([type='checkbox']):not([type='radio']):not([type='submit']), form textarea {
			width: 100%;
			}
			
		form fieldset ul li.halfWidth {
			width: 49%;
			}
			
		form fieldset ul li.halfWidth:nth-child(even) {
			float: right;
			}

		/* textareas and inputs */
		
		textarea {
			line-height: 1.3;
			resize: none;
			display: block;
			}
		
		textarea, input, button, #search-block .gsc-input input {
			margin: 0;
			padding: 0;
			color: #4d4d4d;
			font-size: 17px;
		    font-family: "aktiv-grotesk-std", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
		    outline: 0;
		    }
		    		    
		button {
			font-family: "ff-good-headline-web-pro-con", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-weight: 500;
			}
		    
		textarea, input[type=text], input[type=password], input[type=email], input[type=tel], #search-block .gsc-input input {
			padding: 15px 15px 12px 15px;
			background: #fff;
			border: 1px solid #c6c6c6;
			-webkit-appearance: none;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#search-block .gsc-input input { background-position: 20px 50% !important; }
			
		textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, #search-block .gsc-input input:focus {
			color: #424242;
			border-color: #aaa;
			}
			
		/* multiple inputs side-by-side */
		
		.multipleInputs label { margin-right: 50px; }
		.multipleInputs label:last-child { margin-right: 0; }
		
		/* errors */
		
		input.error, textarea.error { border-color: #d53e2e !important; }
		label.error {
			margin: 0;
			padding: 5px 0 0 0;
			display: block;
			color: #d53e2e !important;
			}
		
		/* success message */
		
		.successMsg {
			color: #2fb591;
			font-weight: 700;
			display: none;
			}
			
		.spinner {
			display: none;
			position: relative;
			top: 5px;
			left: 10px;
			}
		
		/* media queries */
		
		@media (max-width: 768px) {
			form fieldset ul li.halfWidth {
				width: 100%;
				}
		}
		
	/* Images
	-------------------------------------------------------------------------- */
		
		/* responsive */
		
		.imgResponsive {
			max-width: 100%;
			height: auto;
			display: inline-block;
			}
    
    .postSingle .field-field-story-image .imgResponsive {
      width: 100%;
    }
		/* rounded corners */
		
		.imgRound {
			-webkit-border-radius: 8px;
			   -moz-border-radius: 8px;
			   		border-radius: 8px;
			}
/* figures */

figure {
  padding: 20px 0 25px 0;
  position: relative;
  z-index: 0;
}

figcaption {
  padding: 6px 0 0 0;
  color: #888;
  font-size: 15px;
  font-style: italic;
}

/* Buttons
	-------------------------------------------------------------------------- */

/* default state and shape */

.btnBlack, .btnBlack:visited, .btnRed, .btnRed:visited {
  padding: 13px 18px;
  font-size: 17px;
  font-weight: 500;
  font-family: "ff-good-headline-web-pro-con", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.btnBlack:hover, .btnRed:hover { text-decoration: none; }

/* colors */

.btnBlack, .btnBlack:visited { color: #fff; background: #282828; }
.btnBlack:hover { background: #444; }

.btnRed, .btnRed:visited { color: #fff; background: #c82b20; }
.btnRed:hover { background: #d43227; }

/* form buttons */

button.btnBlack, button.btnRed {
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/* Common
-------------------------------------------------------------------------- */
		
		/* wrapper */
		
		.wrapper {
			max-width: 1400px;
			margin: 0 auto;
			padding: 0 5%;
			position: relative;
			}
					
		/* hide */
		
		.hidden {
			display: none;
			}
			
		/* float left or right */
		
		.floatLeft {
			float: left;
			}
			
		.floatRight {
			float: right;
			}

		/* center button */ 
		
		.centerButton { 
			float: left;
			position: relative;
			left: 50%;
			}
			
		.centerButton a, .centerButton button {
			position: relative;
			left: -50%;
			}
			
		/* center text */
		
		.centerText { text-align: center; }
		
		/* underline */
		
		.underline {
			border-bottom: 1px solid;
			}
			
		/* vertically center content */
			
		.verticalCenter {
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			   -moz-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
				 -o-transform: translateY(-50%);
				 	transform: translateY(-50%);
			}
			
		/* lowest z-index */
		
		.lowestIndex { z-index: -1 !important; }

/* horizontal rules */

hr {
  margin-bottom: 30px;
  border: 0;
  height: 1px;
  background: #ddd;
}

/* grey box */

#sidebar .greyBox {
  width: 100%;
  padding: 0;
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* media queries */

@media (max-width: 1024px) {
  #sidebar .block h3 {
    font-size: 21px;
  }
}

/* =Header
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
			
		#header {
			padding: 0 5%;
			color: #fff;
			background: #000;
			position: relative;
			z-index: 2;
			}
			
		#header .wrapper {
			padding: 0;
			}

	/* Logo
	-------------------------------------------------------------------------- */
		
		a#logo, a#logo:visited {
			width: 310px;
			height: 62px;
			padding: 15px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			background-color: #9f211d;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 33, 29)), to(rgb(199, 46, 41)));
			background-image: -webkit-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
			background-image: -moz-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
			background-image: -o-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
			background-image: -ms-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
			background-image: linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
			float: left;
			}
			
		a#logo:hover {
			background: #9f211d;
			text-decoration: none;
			}
			
		a#logo strong {
			padding: 7px 0 11px 0;
			font-size: 42px;
			font-weight: 500;
			font-family: "ff-good-headline-web-pro-con", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			line-height: 42px;
			letter-spacing: 3px;
			border: 1px solid #fff;
			border-bottom: 0;
			display: block;
			}
			
		a#logo em {
			font-size: 14px;
			font-style: normal;
			font-weight: 600;
			letter-spacing: 2px;
			display: block;
			position: relative;
			top: -11px;
			}
			
		a#logo em:before, a#logo em:after {
			content: "";
			width: 50px;
			height: 1px;
			background: #fff;
			display: block;
			position: relative;
			top: 11px;
			}
			
		a#logo em:before {
			float: left;
			}
			
		a#logo em:after {
			float: right;
			}
			
		/* media queries */
		
		@media (max-width: 480px) {
			a#logo, a#logo:visited {
				width: 250px;
				}
			a#logo strong {
				font-size: 33px;
				}
			a#logo em:before, a#logo em:after {
				width: 23px;
				}
		}
		
		@media (max-width: 380px) {
			a#logo, a#logo:visited {
				width: 200px;
				height: 52px;
				}
			a#logo strong {
				padding: 3px 0 6px 0;
				font-size: 25px;
				}
			a#logo em {
				font-size: 12px;
				}
			a#logo em:before, a#logo em:after {
				width: 13px;
				}
		}

	/* Toggle Mobile Nav
	-------------------------------------------------------------------------- */
		
		a#toggleNav, a#toggleNav:visited {
			width: 30px;
			height: 15px;
			margin: 35px 0 0 0;
			color: #fff;
			border-top: 3px solid #fff;
			border-bottom: 3px solid #fff;
			float: right;
			display: none;
			position: relative;
			-webkit-transition: opacity 0.1s linear;
			   -moz-transition: opacity 0.1s linear;
				-ms-transition: opacity 0.1s linear;
			     -o-transition: opacity 0.1s linear;
					transition: opacity 0.1s linear;
			}
			
		a#toggleNav:hover {
			opacity: 0.65;
			}
			
		a#toggleNav:after {
			content: "";
			height: 3px;
			display: block;
			background: #fff;
			position: absolute;
			top: 6px;
			left: 0;
			right: 0;
			}
			
		@media (max-width: 380px) {
			a#toggleNav, a#toggleNav:visited {
				margin: 30px 0 0 0;
				}
		}

/* Search With Ad
	-------------------------------------------------------------------------- */

#searchWithAd {
  padding: 20px 0;
  background: #f1f1f1;
  display: block;
  float: none;
  height: auto;
}

/* form */

#searchWithAd #search-block {
  width: 320px;
  margin-left: -320px;
  float: left;
  position: relative;
  top: 40px;
}

#searchWithAd input {
  border: 1px solid #ccc;
}

#searchWithAd input.gsc-search-button {
  width: 30px;
  height: 30px;
  color: #c6c6c6;
  font-size: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 8px;
  cursor: pointer;
  text-indent: -200px;
  background: url(../img/search-icon.png) no-repeat;
  position: relative;
  left: -50px;
  top: 0;
  background-size: 30px 30px;
}
.gsc-clear-button {
  display: none;
}
/* ad */

#block-ew_blocks-30 {
  width: 100%;
  padding: 0 360px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#block-ew_blocks-30 a, #block-ew_blocks-30 a:visited {
  float: left;
  line-height: 0;
}

/* media queries */

@media (max-width: 1024px) {
  #block-ew_blocks-30 {
    padding-right: 290px;
  }
  #searchWithAd #search-block {
    width: 250px;
    margin-left: -250px;
    top: 25px;
  }
}

@media (max-width: 768px) {
  #block-ew_blocks-30 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  #searchWithAd #search-block {
    width: 100%;
    margin-left: 0;
  }
}

/* Search
-------------------------------------------------------------------------- */
	
		/*#search-block {*/
			/*padding: 40px 0;*/
			/*background: #333;*/
			/*display: none;*/
			/*}*/
			/**/
		/*#search-block form {*/
			/*position: relative;*/
			/*}*/
			/**/
		/*#search-block .gsc-input input {*/
			/*border: 0;*/
			/*}*/
			/**/
		/*#search-block .form-submit {*/
			/*width: 30px;*/
			/*height: 30px;*/
			/*color: #c6c6c6;*/
			/*font-size: 20px;*/
			/*border: none;*/
			/*background: transparent;*/
			/*position: absolute;*/
			/*top: 7px;*/
			/*right: 8px;*/
			/*cursor: pointer;*/
			/*}*/
		
/* =Content
============================================================================== */
			
	/* Base
	-------------------------------------------------------------------------- */
			
		.sidebar #main {
			width: 100%;
			padding: 40px 360px 40px 0;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		/* media queries */
		
		@media (max-width: 1024px) {
			.sidebar #main {
				padding-right: 290px;
				}
		}
		
		@media (max-width: 768px) {
			.sidebar #main {
				width: 100%;
				padding-right: 0;
				}
		}

/* Left Column Layout TODO see single-alt.htm
-------------------------------------------------------------------------- */

#leftColLayout #main {
  padding: 40px 0 40px 360px;
  float: right;
}

/* media queries */

@media (max-width: 1024px) {
  #leftColLayout #main {
    padding-left: 290px;
  }
}

@media (max-width: 768px) {
  #leftColLayout #main {
    padding-left: 0;
  }
}
	/* Top and bottom margins for extra spacing
	-------------------------------------------------------------------------- */
		
		.top5 { padding-top: 5px; }
		.top10 { padding-top: 10px; }
		.top15 { padding-top: 10px; }
		.top20 { padding-top: 20px; }
		.top30 { padding-top: 30px; }
		.top40 { padding-top: 40px; }
		.top50 { padding-top: 50px; }
		.top60 { padding-top: 60px; }
		.top70 { padding-top: 70px; }
		.top80 { padding-top: 80px; }
		.top90 { padding-top: 90px; }
		.top100 { padding-top: 100px; }
		
		.bottom5 { padding-bottom: 5px; }
		.bottom10 { padding-bottom: 10px; }
		.bottom15 { padding-bottom: 10px; }
		.bottom20 { padding-bottom: 20px; }
		.bottom30 { padding-bottom: 30px; }
		.bottom40 { padding-bottom: 40px; }
		.bottom50 { padding-bottom: 50px; }
		.bottom60 { padding-bottom: 60px; }
		.bottom70 { padding-bottom: 70px; }
		.bottom80 { padding-bottom: 80px; }
		.bottom90 { padding-bottom: 90px; }
		.bottom100 { padding-bottom: 100px; }

	/* Ads
	-------------------------------------------------------------------------- */
		
		/* horizontal - 728x90 */
		
		.adHorizontal {
			text-align: center;
			}
		
		.adHorizontal a, .adHorizontal a:visited {
			display: inline-block;
			line-height: 0;
			}
			
		/* sidebar - 300x250 */
		.adSidebar a, .adSidebar a:visited {
			margin: 10px;
			line-height: 0;
			text-align: center;
			display: block;
			}
			
		.adSidebar.sticky {
			width: 320px !important;
			position: fixed;
			top: 20px;
			}
			
		.adSidebar.fixed {
			width: 320px !important;
			position: absolute;
			top: 540px;
			}
			
		/* media queries */
		
		@media (max-width: 1024px) {
			#sidebar .adSidebar.sticky, #sidebar .adSidebar.fixed {
				width: 250px !important;
				}
		}
					
	/* Main Headings
	-------------------------------------------------------------------------- */
.mainHeading {
  border-bottom: 10px solid #e1e1e1;
}

.mainHeading h1 {
  margin-bottom: 12px;
  font-family: 'PT Serif', serif;
  font-weight: 600;
}

.sectionHeading {
  padding: 12px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e1e1e1;
}

.sectionHeading h2 {
  margin-bottom: 0;
  font-family: 'PT Serif', serif;
}
			
	/* Feature Highlights
	-------------------------------------------------------------------------- */
	
		#featureHighlights {
			width: 100%;
			margin-bottom: 20px;
			float: left;
			}
			
		/* feature */
    #featureHighlights .views-row-first,
		#featureHighlights .feature {
			width: 60%;
			padding: 0 20px 0 0;
      margin: 0;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		#featureHighlights img {
			width: 100%;
			height: auto;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#featureHighlights a:hover img { opacity: 0.8; }

		#featureHighlights h3 {
			margin-bottom: 20px;
			}
		
		#featureHighlights h3 a, #featureHighlights h3 a:visited,
		#featureHighlights h4 a, #featureHighlights h4 a:visited {
			color: #000;
			text-decoration: none;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		#featureHighlights h3 a:hover,
		#featureHighlights h4 a:hover {
			color: #c92c21;
			text-decoration: none;
			}
			
		/* highlights */
			
		#featureHighlights .highlights {
			width: 40%;
			float: right;
            clear: right;
            padding: 0;
            margin: 0;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
        /*#featureHighlights .highlights .highlight,*/
		#featureHighlights .highlights li {	
			width: 100%;
			margin: 0 0 15px 0;
			border-bottom: 1px solid #e1e1e1;
			float: left;
			}
			
		#featureHighlights .highlights h4 {
			margin-bottom: 15px;
			font-size: 17px;
			}
			
		#featureHighlights .highlights .postThumb {
			margin: 0;
			padding: 0 20px 15px 0;
			width: 45.5%;
			}
			
		#featureHighlights .highlights .postThumb ~ * {
			width: 54.5%;
			padding-left: 0;
			}
			
		/* media queries */
		
		@media (max-width: 1400px) {
			#featureHighlights .feature {
				width: 50%;
				}
			#featureHighlights .highlights {
				width: 50%;
				}
		}
		
		@media (max-width: 1200px) {
			#featureHighlights .feature {
				width: 60%;
				}
			#featureHighlights .highlights {
				width: 40%;
				}
			#featureHighlights .highlights .postThumb {
				display: none;
				}
            #featureHighlights .views-row-first .postThumb ~ *,
			#featureHighlights .highlights .postThumb ~ * {
				width: 100%;
				}
		}
		
		@media (max-width: 1024px) {
      #featureHighlights .views-row-first,
			#featureHighlights .feature,
			#featureHighlights .highlights {
				width: 100%;
				padding: 0;
				}
		}
			
	/* Post Previews
	-------------------------------------------------------------------------- */
	
		/* post */
	
		.postPreviews .post {
			width: 100%;
			padding: 40px 0 25px 0;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}

		/* post previews (used on Home, Archives, etc.) */
			
		.postPreviews .post { border-bottom: 1px solid #e1e1e1; }
		
		/* category link */
		
		.catLink { margin-bottom: 10px; }
		
		.catLink a, .catLink a:visited {
			color: #a8a8a8;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 14px;
			font-weight: 500;
			}
			
		.catLink a:hover {
			color: #000;
			text-decoration: none;
			}
		
		/* post title */
		
		.postPreviews .post h3 {
			margin-bottom: 20px;
			}
		
		.postPreviews .post h3 a, .postPreviews .post h3 a:visited {
			color: #000;
			text-decoration: none;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
			
		.postPreviews .post h3 a:hover {
			color: #c92c21;
			text-decoration: none;
			}
		
		/* post thumbnail */
		
		.postThumb {
			width: 33.33%;
			margin-bottom: 10px;
  		padding-right: 27px;
			line-height: 0;
			float: left;
			overflow: hidden;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
		
		.postThumb a, .postThumb a:visited {
			display: block;
			}
			
    .postThumb .postImage img,
		.postThumb a img {
			width: 100%;
			height: auto;
			-webkit-transition: all 0.11s linear;
			   -moz-transition: all 0.11s linear;
			     -o-transition: all 0.11s linear;
				-ms-transition: all 0.11s linear;
					transition: all 0.11s linear;
			}
      .contributors-page .postThumb a img {
        width: 85px;
      }
		.postThumb a:hover img { opacity: 0.8; }
			
		.postThumb ~ * {
			width: 66.66%;
			padding-left: 12px;
			float: right;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		/* continue reading (read more + comment links) */
		
		.continueReading { margin: 0; }
		
		a.readMoreLink, a.readMoreLink:visited {
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 14px;
			font-weight: 500;
			}
				
		a.readMoreLink:hover {
			color: #000;
			text-decoration: none;
			}
		
		a.commentLink, a.commentLink:visited {
			padding: 3px 10px 4px 9px;
			color: #fff;
			font-family: "ff-good-headline-web-pro-con", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-size: 15px;
			font-weight: 500;
			line-height: 15px;
			background: #282828;
			position: relative;
			float: right;
			}
			
		a.commentLink:after {
			content: " ";
			width: 0;
			height: 0;
			margin-top: -6px;
			border: solid transparent;
			border-color: rgba(40, 40, 40, 0);
			border-right-color: #282828;
			border-width: 6px;
			pointer-events: none;
			position: absolute;
			top: 100%;
			right: 3px;
			}
			
		a.commentLink:hover {
			background: #444;
			text-decoration: none;
			}
			
		a.commentLink:hover:after {
			border-right-color: #444;
			}
			
		/* small previews */
		
		.smallPreviews {
			width: 100%;
			padding: 0 60px 0 20px;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
		
		.smallPreviews .post {
			width: 33.33%;
			margin: 0 20px;
      
			}
			
		.smallPreviews .post:nth-child(3n+1) { margin-left: -20px; }
		.smallPreviews .post:nth-child(3n+3) { margin-right: -60px; }
			
		.smallPreviews .post .postThumb {
			width: 100%;
			margin-bottom: 20px;
			padding: 0;
			}
			
		.smallPreviews .post .postThumb ~ * {
			width: 100%;
			padding: 0;
			}
			
		/* media queries */
		
		@media (max-width: 1024px) {
      .slide-content img,
			.postThumb {
				width: 100%;
				padding-right: 0;
				}
			.postThumb ~ * {
				width: 100%;
				padding-left: 0;
				}
			#home #main .smallPreviews {
				width: 100%;
				padding: 0 20px 0 0;
				float: left;
				}
			#main .smallPreviews + .smallPreviews { padding: 0 0 0 20px; }
			#main .smallPreviews .post {
				width: 100%;
				margin: 0;
				}
			#main .smallPreviews .post:first-child { margin-left: 0; }
			#main .smallPreviews .post:last-child { margin-right: 0; }
			#interior #main .smallPreviews {
				width: 100%;
				padding: 0;
				float: left;
				}
			#interior #main .smallPreviews .postThumb {
				margin: 0;
				padding: 0 20px 15px 0;
				width: 45.5%;
				}
			#interior #main .smallPreviews .postThumb ~ * {
				width: 54.5%;
				padding-left: 0;
				}
		}
		
		@media (max-width: 480px) {
			#interior #main .smallPreviews .postThumb {
				padding: 0 0 15px 0;
				width: 100%;
				}
			#interior #main .smallPreviews .postThumb ~ * {
				width: 100%;
				}
		}
			
	/* Post Single
	-------------------------------------------------------------------------- */
	
		/* author */
		/*#block-ew_blocks-27,*/
    /*.left-google-ad {*/
      /*display: block;*/
      /*}*/
		/*.postSingle .author {*/
			/*width: 30%;*/
			/*padding-right: 40px;*/
			/*text-align: center;*/
			/*float: left;*/
			/*-webkit-box-sizing: border-box;*/
			   /*-moz-box-sizing: border-box;*/
			   		/*box-sizing: border-box;*/
			/*}*/
			/**/
		/*.postSingle .author img {*/
			/*margin: 20px 0 10px 0;*/
			/*}*/
			/**/
		/*.postSingle .author cite {*/
			/*font-size: 12px;*/
			/*font-weight: 500;*/
		    /*text-transform: uppercase;*/
		    /*display: block;*/
		    /*clear: both;*/
			/*}*/
			/**/
		/*.postSingle .author cite em {*/
			/*margin-bottom: 20px;*/
			/*padding-bottom: 20px;*/
			/*color: #a8a8a8;*/
			/*font-style: normal;*/
			/*border-bottom: 1px dotted #e1e1e1;*/
			/*display: block;*/
			/*}*/
      /**/
    /*.postSingle .author cite .promo {*/
      /*text-transform: none;*/
      /*text-align: left;*/
      /*border-top: 1px dotted #e1e1e1;*/
      /*border-bottom: 1px dotted #e1e1e1;*/
      /*padding: 8px 0;*/
      /*margin: 8px 0;*/
      /*}*/

    .node div.links,
		.postSingle .post {
      width: 100%;
      padding: 30px 35% 20px 0;
      float: right;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
			}

/* meta */
		
		.postSingle .meta {
      width: 100%;
      margin-bottom: 20px;
      padding-top: 15px;
      border-top: 1px solid #e1e1e1;
      float: left;
			}
			
		.postSingle .meta p {
			margin: 0;
			padding-top: 3px;
			color: #a8a8a8;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 14px;
			font-weight: 500;
		    float: left;
			}
			
		/* content formatting */
			
		.postSingle .post figure {
			margin-bottom: 20px;
			}
			
		.postSingle .post .leader {
			font-size: 25px;
			font-weight: 600;
      margin-bottom: 15px;
			}
/* float image */

.postSingle .post .floatImgRight {
  width: 95%;
  margin: -12px -54% -12px 5%;
  float: right;
}

/* social buttons */

#socialButtons {
  margin: 20px 0 0 0;
}

#socialButtons .rrssb-buttons li, #socialButtons .rrssb-buttons li a {
  min-height: 38px;
}

#socialButtons .rrssb-buttons.large-format li a {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  font-size: 12px !important;
  line-height: 12px !important;
}

#socialButtons .rrssb-buttons.large-format li a .rrssb-text {
  font-size: 12px !important;
}

/* media queries */

@media (max-width: 1024px) {
  /*.postSingle .author {*/
    /*width: 100%;*/
    /*padding: 20px 0 0 110px;*/
    /*position: relative;*/
  /*}*/
  /*.postSingle .author img {*/
    /*margin: 0;*/
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 0;*/
  /*}*/
  /*.postSingle .author cite {*/
    /*padding: 23px 0 0 0;*/
  /*}*/
  /*.postSingle .author cite em {*/
    /*padding-bottom: 25px;*/
  /*}*/
  .postSingle .post {
    width: 100%;
    padding-right: 0;
  }
  .postSingle .post .floatImgRight {
    width: 100%;
    margin: 0;
  }
}

/*@media (max-width: 480px) {*/
  /*.postSingle .author {*/
    /*padding: 0;*/
    /*position: relative;*/
  /*}*/
  /*.postSingle .author img {*/
    /*margin: 20px 0 0 0;*/
    /*position: relative;*/
    /*top: 0;*/
    /*left: 0;*/
  /*}*/
  /*.postSingle .author cite {*/
    /*padding: 0;*/
  /*}*/
  /*.postSingle .author cite em {*/
    /*padding-bottom: 10px;*/
  /*}*/
/*}*/

/* Article
-------------------------------------------------------------------------- */

.article {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* heading */

.node-type-slide .mainHeading > h1 {
  width: 100%;
  padding: 40px 360px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.node-type-slide .mainHeading .meta {
  width: 320px;
  text-align: right;
  margin-left: -320px;
  padding: 40px 0 12px 0;
  font-size: 14px;
  font-style: italic;
  float: left;
}

.node-type-slide .mainHeading .meta ul {
  margin: 0;
}

@media (max-width: 1024px) {
  .node-type-slide .mainHeading > h1 {
    padding-right: 290px;
  }
  .node-type-slide .mainHeading .meta {
    width: 250px;
    margin-left: -250px;
  }
}

@media (max-width: 768px) {
  .node-type-slide .mainHeading > h1 {
    width: 100%;
    padding-right: 0;
  }
  .node-type-slide .mainHeading .meta {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    text-align: left;
  }
}

/* social buttons */

.node-type-slide #socialButtons {
  margin: 0;
}

/* post */

.node-type-slide .post {
  width: 100%;
  padding: 20px 0;
  float: left;
}

/* related posts */

#sidebar #block-views-related_stories-block_2 h3 {
  margin-top: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  font: 25px/1.3 "aktiv-grotesk-std", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}

#sidebar #block-views-related_stories-block_2  a, #sidebar #block-views-related_stories-block_2 a:visited {
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

/* media queries */

@media (max-width: 768px) {
  #block-views-related_stories-block_2 img {
    width: 320px;
    margin: 0 auto;
    display: block;

  }
}

@media (max-width: 480px) {
  #block-views-related_stories-block_2 img {
    width: 100%;
  }
}

/* Subscribe
	-------------------------------------------------------------------------- */

#subscribe {
  margin-bottom: 30px;
  padding: 20px 40px;
  color: #fff;
  background-color: #9f211d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(159, 33, 29)), to(rgb(199, 46, 41)));
  background-image: -webkit-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
  background-image: -moz-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
  background-image: -o-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
  background-image: -ms-linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
  background-image: linear-gradient(top, rgb(159, 33, 29), rgb(199, 46, 41));
}

#subscribe > h3 {
  width: 35%;
  margin: 6px 0 0 0;
  color: #fff;
  font-family: @font-family-sans-serif;
  font-size: 27px;
  float: left;
}

#subscribe form {
  width: 65%;
  text-align: right;
  float: right;
}

#subscribe form input {
  width: 50%;
  margin-right: 10px;
  border: 0;
}

#subscribe form .btnBlack {
  padding: 15px 18px;
  vertical-align: top;
}

/* media queries */

@media (max-width: 1280px) {
  #subscribe {
    padding-left: 30px;
    padding-right: 30px;
  }
  #subscribe > h3 {
    margin: 10px 0 0 0;
    font-size: 23px;
  }
}

@media (max-width: 1150px) {
  #subscribe {
    padding: 10px 20px 30px 20px;
  }
  #subscribe > h3 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #subscribe form {
    width: 100%;
    text-align: center;
  }
  #subscribe form input {
    width: 45%;
    margin-right: 5px;
  }
  #subscribe form .btnBlack {
    width: 45%;
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  #subscribe form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #subscribe form .btnBlack {
    width: 100%;
    margin-left: 0;
  }
}

/* Pagination
	-------------------------------------------------------------------------- */

.item-list .pager {
  margin: 2em 0 30px 0;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.item-list .pager > li {
  display: inline;
  padding: 0;
  margin: 0;
}

.item-list .pager > .pager-current,
.item-list .pager > li > a,.pager > li > span {
  position: relative;
  padding: 10px 16px;
  margin: 0 1px 5px 0;
  line-height: 1.5;
  color: #c92c21;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pager > li:first-child > a,.pager > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pager > li:last-child > a,.pager > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pager > li > a:hover,.pager > li > span:hover,.pager > li > a:focus,.pager > li > span:focus {
  color: #c92c21;
  background-color: #eee;
  border-color: #ddd;
}

.item-list .pager > .pager-current,.item-list .pager > .pager-current:hover,.item-list .pager > .pager-current:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #c92c21;
  border-color: #c92c21;
}

.pager > .disabled > span,.pager > .disabled > span:hover,.pager > .disabled > span:focus,.pager > .disabled > a,.pager > .disabled > a:hover,.pager > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pager-lg > li > a,.pager-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pager-lg > li:first-child > a,.pager-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pager-lg > li:last-child > a,.pager-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pager-sm > li > a,.pager-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pager-sm > li:first-child > a,.pager-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pager-sm > li:last-child > a,.pager-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.image-slider .pager .pager-first,
.image-slider .pager .pager-last,
.item-list .pager .pager-ellipsis {
  display: none;
}

@media (max-width: 1020px) {
  .item-list .pager .pager-first,
  .item-list .pager .pager-last,
  .item-list .pager .pager-ellipsis {
    display: none;
  }
  .item-list .pager li a {
    display: inline-block;
  }
}

/* =Sidebar
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
	
		#sidebar {
			width: 320px;
			margin-left: -320px;
			padding: 40px 0;
			font-size: 14px;
			float: left;
			}
		.page-title #sidebar {
          padding-top: 54px;
        }
		/* misc text adjustments for the sidebar */
		
		#sidebar textarea, #sidebar input, #sidebar button { font-size: 14px; }
		#sidebar .btnBlack, #sidebar .btnBlack:visited { font-size: 16px; }

    #block-views-taxonomy_term_aside-block_1 h3 a,
    .view-taxonomy-term-aside ul.bullets li a,
    #sidebar ul.countries span.bullet a,
		#sidebar ul.bullets li > a, #sidebar ul.bullets li > a:visited {
			color: #000;
			display: block;
			}

		#sidebar ul.bullets li { margin: 0 20px 0 0; }

    #sidebar ul.countries li {
      position: relative;
    }
		/* media queries */
		
		@media (max-width: 1024px) {
			#sidebar {
				width: 250px;
				margin-left: -250px;
				}
		}
			
		@media (max-width: 768px) {
			#sidebar {
				width: 100%;
				margin-left: 0;
				}
		}

/* Left Column Layout TODO
-------------------------------------------------------------------------- */

#leftColLayout #sidebar {
  margin-right: -320px;
  float: right;
}

/* media queries */

@media (max-width: 1024px) {
  #leftColLayout #sidebar {
    margin-right: -250px;
  }
}

@media (max-width: 768px) {
  #leftColLayout #sidebar {
    margin-right: 0;
  }
}


/* Widgets
-------------------------------------------------------------------------- */

		#sidebar .block {
			margin-bottom: 40px;
			padding-bottom: 10px;
			border-bottom: 1px solid #e1e1e1;
			}
	
		#sidebar .block h3 {
			margin-bottom: 25px;
			padding-bottom: 10px;
			border-bottom: 2px solid #000;
      font-family: 'PT Serif', serif;
			}

/* media queries */

@media (max-width: 1024px) {
  #sidebar .block h3 {
    font-size: 21px;
  }
}



/* Social Icons
-------------------------------------------------------------------------- */

.socialIcons {
  width: 100%;
  margin-bottom: 22px;
  float: left;
}

.socialIcons li {
  padding: 0 10px 5px 0;
  float: left;
}

.socialIcons li:last-child { padding: 0; }

.socialIcons a, .socialIcons a:visited {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.socialIcons a.facebook { background: #4265ac; }
.socialIcons a.googleplus { background: #bf2933; }
.socialIcons a.twitter { background: #02b0e9; }
.socialIcons a.linkedin { background: #1885bd; }
.socialIcons a.rss { background: #e8b416; }

.socialIcons a:hover {
  text-decoration: none;
  background: #fff;
}

.socialIcons i {
  color: #fff;
  line-height: 42px;
  font-size: 25px;
  display: block;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.socialIcons a:hover i.fa-facebook { color: #4265ac; }
.socialIcons a:hover i.fa-google-plus { color: #bf2933; }
.socialIcons a:hover i.fa-twitter { color: #02b0e9; }
.socialIcons a:hover i.fa-linkedin { color: #1885bd; }
.socialIcons a:hover i.fa-rss { color: #e8b416; }


/* Newsletter
-------------------------------------------------------------------------- */
	
		.newsletter {
			padding: 20px 25px 25px 25px;
			font-size: 14px;
			}
			
		.newsletter input {
			margin-bottom: 10px;
			}
		  
		#sidebar #block-ew_blocks-26 h3 {
			border-bottom: none;
			margin-bottom: 10px;
			}
		  
		/* privacy link */
		
		.newsletter a.privacyLink, .newsletter a.privacyLink:visited {
			margin-top: 15px;
			font-size: 12px;
			font-weight: 500;
			text-transform: uppercase;
			line-height: 40px;
			}
			
		.newsletter .btnBlack + p { margin: 0; }
			
		/* media queries */
		
		@media (min-width: 768px) and (max-width: 1024px) {
			.newsletter a.privacyLink, .newsletter a.privacyLink:visited {
				margin: 5px 0 0 0;
				float: left;
				}
			.newsletter .btnBlack {
				float: left;
				clear: left;
				}
		}
		
		@media (max-width: 480px) {
			.newsletter a.privacyLink, .newsletter a.privacyLink:visited {
				margin: 5px 0 0 0;
				}
			.newsletter .btnBlack {
				width: 100%;
				float: left;
				}
		}
			
	/* Contributors
	-------------------------------------------------------------------------- */
		
		.contributors {
			position: relative;
			}
		
		/* nav */
		
		.contributors .pagination {
			position: absolute;
			top: 6px;
			right: 5px;
			z-index: 1;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
			
		.contributors .pagination span {
			display: inline-block;
			}
		
		.contributors .pagination span {
			width: 12px;
			font-size: 21px;
			text-align: center;
			position: relative;
			top: 1px;
			right: 1px;
      color: #c82b20;
			}
		
		.contributors ul.pagination_sq {
			margin: 0;
			display: inline-block;
			}
			
		.contributors ul.pagination_sq li {
			margin: 0 1px 0 0;
			display: inline-block;
			}
			
		.contributors ul.pagination_sq a, .contributors ul.pagination_sq a:visited {
			width: 11px;
			height: 11px;
			border: 1px solid #868686;
			background: #e1e1e1;
			text-indent: -9999px;
			overflow: hidden;
			display: inline-block;
			}
			
		.contributors ul.pagination_sq a.selected,
    .contributors ul.pagination_sq a:hover {
			background: #c82b20;
			border-color: #c82b20;
			}
		
		/* contributor content */
			
		.contributor img {
			margin: 5px 20px 15px 0;
			float: left;
			}
		
		.contributor cite {
			font-size: 12px;
			font-weight: 500;
		    text-transform: uppercase;
		    display: block;
		    clear: both;
			}
			
		.contributor cite em {
			margin-bottom: 20px;
			padding-bottom: 20px;
			color: #a8a8a8;
			font-style: normal;
			border-bottom: 1px dotted #e1e1e1;
			display: block;
			}
			
		/* bxslider modifications - keep here to prevent overwrite when script has updates */
		
		#featuredContributors .bx-wrapper { margin-bottom: 0; }
		
		#featuredContributors .bx-wrapper .bx-viewport {
			border:	0;
			left: 0;
			background: transparent;
			-webkit-box-shadow: none;
			   -moz-box-shadow: none;
			   		box-shadow: none;
			}
			
		/* media queries TODO check this */
		
		@media (min-width: 768px) and (max-width: 1024px) {
      .contributors .pagination {
        position: relative;
        top: -12px;
        
      }
			.contributors .pagination_sqx {
				width: 100%;
				margin: -10px 0 10px 0;
				position: relative;
				top: 0;
				right: 0;
				float: left;
				}
		}
		
		@media (max-width: 480px) {
			.contributors .pagination_sq {
				
				}
		}
		
	/* Call to Action
	-------------------------------------------------------------------------- */
		
		#sidebar #block-ew_blocks-23 {
			padding: 20px 25px 25px 25px;
			color: #fff;
			background-color: #5c5c5c;
			background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(92, 92, 92)), to(rgb(0, 0, 0)));
			background-image: -webkit-linear-gradient(left top, rgb(92, 92, 92), rgb(0, 0, 0));
			background-image: -moz-linear-gradient(left top, rgb(92, 92, 92), rgb(0, 0, 0));
			background-image: -o-linear-gradient(left top, rgb(92, 92, 92), rgb(0, 0, 0));
			background-image: -ms-linear-gradient(left top, rgb(92, 92, 92), rgb(0, 0, 0));
			background-image: linear-gradient(left top, rgb(92, 92, 92), rgb(0, 0, 0));
			}
			
		#sidebar #block-ew_blocks-23 h3 {
			color: #fff;
			border-color: #fff;
			}
			
		/* media queries */
		
		@media (max-width: 480px) {
			#sidebar #block-ew_blocks-23 .btnRed {
				width: 100%;
				}
		}

/*  Countries
-------------------------------------------------------------------------- */

.countries {
  margin-bottom: 0;
}

.countries li {
  width: 50%;
  padding-bottom: 15px;
  float: left;
}

.countries a, .countries a:visited {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/*
.countries a:hover { text-decoration: none; }
.countries a:hover span { text-decoration: underline; }
*/
.countries [class^="flag"] {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}



/* =Footer
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
	
		#footer {
			background: #000;
			}

	/* Footer
	-------------------------------------------------------------------------- */
		
		#block-ew_blocks-33 {
			margin: 0 -20px;
			padding: 40px 0;
			}
			
		/* buckets */
		
		#block-ew_blocks-33 .content > .menu > li {
			width: 18%;
			padding: 0 20px;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
#block-ew_blocks-33 .content > .menu > li > a {
  color: #fff;
}
		/* title + links */
		
		#block-ew_blocks-33 .content > .menu > li > a, #block-ew_blocks-33 ul.menu li > a, #block-ew_blocks-33 ul.menu li > a:visited {
			font-family: "ff-good-headline-web-pro-con", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-weight: 500;
			text-transform: uppercase;
			letter-spacing: 1px;
			}
			

		#block-ew_blocks-33 ul.menu { margin: 0; text-align: center; }
    
    #block-ew_blocks-33 ul.menu li { text-align: left; }
		
		#block-ew_blocks-33 ul.menu li > .content > .menu > li { top: 5px; }
		
		#block-ew_blocks-33 ul.menu li > a, #block-ew_blocks-33 ul.menu li > a:visited {
			color: #767676;
			font-size: 16px;
			display: block;
			}

#block-ew_blocks-33 .content > ul.menu > li > a {
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #383838;
}

		/* media queries */
		
		@media (max-width: 1300px) {
			#block-ew_blocks-33 .content > .menu > li {
				width: 33.33%;
        margin: 0;
				}
			#block-ew_blocks-33 .content > .menu > li:nth-child(n+4) {
				padding-top: 20px;
				}
			#block-ew_blocks-33 .content > .menu > li:nth-child(4n+4) {
        clear: left;
				}
      #block-ew_blocks-33 .links_title {
        text-align: center;
      }
		}
		
		@media (max-width: 768px) {
			#block-ew_blocks-33 {
				margin: 0;
				text-align: center;
				}
			#block-ew_blocks-33 .content > .menu > li {
				width: 100%;
        text-align: center;
				}
			#block-ew_blocks-33 .content > .menu > li + span {
				padding-top: 20px;
				}
			#block-ew_blocks-33 ul.menu li {
				margin-right: 15px;
				display: inline-block;
				}
		}
			
	/* Copyright
	-------------------------------------------------------------------------- */
		
		#copyright {
			padding: 20px 0;
			background: #222;
			}
			
		#copyright p {
			margin: 0;
			color: #767676;
			font-size: 15px;
			}
			
		#copyright a, #copyright a:visited {
			color: #999;
			}
		
    #copyright a.floatLeft {
      margin: 0 8px;
      font-size: 15px;
    }
    #copyright p.floatLeft {
      margin-right: 8px;
    }
    
		/* media queries */
		
		@media (max-width: 768px) {
			#copyright p {
				font-size: 13px;
				text-align: center;
				display: block;
				float: none;
				}
			#copyright p + p {
				padding-top: 5px;
				}
		}
			