/*  

$black: #000000;
$offblack: #2b2b2b;
$white: #ffffff;
$charcoal: #585858;
$gold: #b7a366;
$grey: #848484;
$lightgrey: #ebebed;
$light: #f2f2f4;

font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight:
	light 300
	regular 400
	semi bold 600
	bold 700

*/
.return .back { position: relative; z-index: 100; }

.col-sections { overflow: hidden; position: relative; }

.col-sections:after { display: none; content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(255, 255, 255, 0.85); background-image: url(/_assets/img/loaders/ajax-loader-linear.svg); background-position: center center; background-repeat: no-repeat; background-size: 64px 64px; }

.col-sections.loading:after { display: block; }

.col-sections .content-section { -webkit-transition: .3s; transition: .3s; }

.col-sections .content-section .text .return { visibility: hidden; opacity: 0; font-size: .875em; text-transform: uppercase; font-weight: 600; margin-bottom: .75em; -webkit-transition: .3s; transition: .3s; }

.col-sections .content-section .text .return a { text-decoration: none; }

.col-sections .content-section .text .return a:hover { color: #585858 !important; }

.col-sections .content-section .text .more { margin: 2em 0 0 0; }

@media (min-width: 768px) { .col-sections .content-section .text .more { margin-top: 4em; } }

.col-sections.local #csec-local.content-section { width: 100%; }

.col-sections.local #csec-local.content-section .text .return { visibility: visible; opacity: 1; }

.col-sections.local #csec-local.content-section .text #load-local { background-color: #b7a366; border-color: #b7a366; color: #ffffff; }

.col-sections.local #csec-global.content-section { position: absolute; opacity: 0; }

.col-sections.global #csec-global.content-section { width: 100%; }

.col-sections.global #csec-global.content-section .text .return { visibility: visible; opacity: 1; }

.col-sections.global #csec-global.content-section .text #load-global { background-color: #b7a366; border-color: #b7a366; color: #ffffff; }

.col-sections.global #csec-local.content-section { position: absolute; opacity: 0; }

#missions-local, #missions-global { display: none; }

#local-results, #global-results { position: relative; }

#local-results:after, #global-results:after { display: none; content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(255, 255, 255, 0.85); background-image: url(/_assets/img/loaders/ajax-loader-linear.svg); background-position: center center; background-repeat: no-repeat; background-size: 64px 64px; }

#local-results.loading, #global-results.loading { min-height: 20em; }

#local-results.loading:after, #global-results.loading:after { display: block; }

.items a { display: block; text-decoration: none; }

@media (min-width: 1028px) { .items a:hover .image img { opacity: .7; } }

@media (min-width: 1028px) { .items a:hover .info h4 { color: #b7a366; } }

.items .image { margin-bottom: 1em; background-color: #000000; }

.items .image img { opacity: 1; -webkit-transition: .3s; transition: .3s; }

.items .info h4 { -webkit-transition: .3s; transition: .3s; }

.items .info p { color: #585858; }

.lazy-more { text-align: center; }

.lazy-more #lazy-load.stop { background-color: #ffffff; border-color: #ebebed; color: #585858; cursor: default; }
