/**** ICOMOON ****/
@font-face{font-family:icomoon;src:url(../fonts/icomoon.eot?o1f6go);src:url(../fonts/icomoon.eot?o1f6go#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf?o1f6go) format('truetype'),url(../fonts/icomoon.woff?o1f6go) format('woff'),url(../fonts/icomoon.svg?o1f6go#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-newsletter:before{content:"\e91a"}.icon-ltf:before{content:"\e913"}.icon-ltf-outline:before{content:"\e914"}.icon-academy:before{content:"\e915"}.icon-magazine:before{content:"\e916"}.icon-radio:before{content:"\e917"}.icon-tv:before{content:"\e918"}.icon-article:before{content:"\e900"}.icon-association:before{content:"\e901"}.icon-event:before{content:"\e902"}.icon-speech:before{content:"\e903"}.icon-sponsor:before{content:"\e904"}.icon-mail:before{content:"\e905"}.icon-linkedin:before{content:"\e906"}.icon-twitter:before{content:"\e907"}.icon-facebook:before{content:"\e908"}.icon-google:before{content:"\e909"}.icon-googleplus:before{content:"\e90a"}.icon-search:before{content:"\e919"}.icon-lock:before{content:"\e90b"}.icon-dropdown:before{content:"\e90c"}.icon-close:before{content:"\e90d"}.icon-menu:before{content:"\e90e"}.icon-next:before{content:"\e90f"}.icon-previous:before{content:"\e910"}.icon-up:before{content:"\e911"}.icon-down:before{content:"\e912"}

/**** EKKO-LIGHTBOX ****/
.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}

/**** MAIN CSS ****/
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: -4px;
}

.btn {
  white-space: normal !important;
  word-wrap: break-word;
}

img {
  -webkit-backface-visibility: hidden;
}

.img-responsive {
  display: inline-block;
  width: 100%;
}

body {
  height: 100%;
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
}

a,
a:focus {
  color: hsla(207, 78%, 50%, 1);
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

a.btn-default:focus {
  font-weight: 400;
}

a:hover {
  color: hsla(207, 78%, 35%, 1);
  text-decoration: none;
}

p,
ul,
ol {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.8em;
}

ol > li::marker {
  font-weight: bold;
}

h1 {
  font-family: 'Teko', sans-serif;
  font-size: 3.3em;
  font-weight: 400;
  text-align: center;
}

h2 {
  font-family: 'Teko', sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 20px;
}

h3 {
  font-family: 'Teko', sans-serif;
  font-size: 1.6em;
  font-weight: 200;
}

h4 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

/**** NAVBAR ****/
.header {
  width: 100%;
  position: absolute;
  z-index: 1001;
}

.header ul {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  border: none;
  font-size: 1.3em;
}

.navbar {
  padding: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  border-radius: none !important;
}

.navbar-brand {
  margin: 10px 20px;
  height: 30px;
  width: 102px;
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggle {
  z-index: 3;
}

.navbar .navbar-collapse {
  text-align: center;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav > li {
  margin: 5px 15px;
}

.nav > .search-form {
  margin: 10px 15px 0px;
}

.navbar-nav > li > .btn-outline {
  top: 0;
  padding: 8px 20px !important;
}

.navbar-nav > li > a.btn-outline {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav > li > a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #ccc;
  z-index: 1;
}

.navbar-nav > .active > a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #5198F4;
  z-index: 10;
}

.navbar-toggle .icon-bar {
  background-color: #444;
}

nav a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: 'Lato';
  letter-spacing: 1px;
}

nav .navbar-toggle {
  margin: 8px 15px 0 0;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}

/**** MODAL ****/
.modal-body {
  text-align: left;
  padding: 0 40px;
}

.modal-body p, .modal-body ol {
  font-size: 1.2em;
}

.modal-footer .btn-default {
  font-size: 1.2em;
  margin-bottom: 10px;
  top: 3px;
  padding: 5px 15px;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

/**** DROPDOWN ****/
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**** DEFAULT BUTTONS ****/
.btn-default {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
  margin: 20px 0px 10px 0px;
  padding: 15px 50px 15px 50px;
  background-color: #5198F4;
  border: none;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-default:focus,
.btn-default.focus {
  outline: none;
  color: #fff;
  background-color: #5198F4;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
  outline: none;
  color: #fff;
  background-color: #5198F4;
}

.btn-block {
  margin: auto;
}

.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.btn-secondary {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  margin: 20px 0px 10px 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #5198F4;
  background-color: transparent;
  padding: 13px 50px 13px 50px;
  border: 2px solid #5198F4;
  border-radius: 0;
}



.btn-outline {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #5198F4;
  background-color: transparent;
  top: 9px;
  margin: 0px;
  padding: 3px 15px 3px 15px;
  border-radius: 0px;
  border: 2px solid #5198F4;
}

.btn-round {
  font-size: 1.3em;
  font-weight: 400;
  margin: 5px 5px;
  padding: 5px 20px;
  border-radius: 100px;
}

.btn-round:hover {
  color: #fff;
  background-color: #5198F4;
}

.intro-academy > .container .btn-round:hover {
  color: #fff;
}

.cta-link {
  font-size: 1.6em;
}

.intro-academy .cta-link {
  font-size: 1.3em;
  font-weight: 600;
}

.intro-academy #search-form {
  margin: 50px 0px;
  font-size: 2em;
  font-weight: 600;
}

@media (min-width: 768px) {

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: none;
  }
}

.intro-academy h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  margin: 50px 0px 30px 0px;
}

.cta {
  margin: 30px 0px 0px 0px;
}

.btn-form,
.btn-form:focus {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  color: #444;
  background-color: transparent;
  top: 9px;
  margin: 0px;
  padding: 5px;
  border-radius: 0px;
}

.btn-form:hover {
  color: #5198F4;
}

/**** BACKGROUNDS ****/
.intro {
  width: 100%;
  height: 100%;
  height: 100vh;
  padding-top: 0;
  text-align: center;
}

.intro .container {
  height: 100%;
  width: 100%;
}

.intro-academy {
  width: 100%;
  text-align: center;
}

#overview-intro {
  background: url(../img/bg_4.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#academy-intro {
  background: url(../img/bg_7.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#organizer-intro {
  background: url(../img/bg_3.jpg) 50% 0 repeat scroll;
  min-height: 50vh;
  height: 50vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#partners-intro {
  background: url(../img/bg_2.jpg) 50% 0 repeat scroll;
  min-height: 50vh;
  height: 50vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/**** INTRO SECTION ****/
.intro-academy > .container {
  position: relative;
  top: 10%;
}

.intro-content h1 {
  margin: 50px 0px 30px 0px;
}

.intro > .container p,
.intro-academy > .container p {
  font-size: 1.5em;
}

.login > .container p {
  font-size: 1.3em;
}

.intro > .container a,
.intro-academy > .container a {
  color: #5198F4;
}

.intro > .container a:hover,
.intro-academy > .container a:hover {
  color: hsla(207, 78%, 35%, 1);
}

.intro a img,
#overview a img,
.sponsor a img {
  opacity: 0.7;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

.intro a img:hover,
#overview a img:hover,
.sponsor a img:hover {
  opacity: 1;
}

.sponsor img {
  width: 75%;
}

.sponsor a img {
  margin: 10px;
}

.sponsor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sponsor-flex img {
  width: 80%;
  height: auto;
}

.sponsor-flex div {
  max-width: 15%;
  margin: 20px;
}

#academy .sponsor img {
  margin: 30px 15px;
}

#features h1 {
  font-size: 4em;
  margin: 30px 0px 0px 0px;
  color: #0c79af;
}

#features {
  margin-bottom: 50px;
}

#media-channels .post {
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

#media-channels i {
  font-size: 5em;
  color: #0c79af;
}

.media-icon {
  font-size: 7em;
  color: #0c79af;
}

.ltf-icon {
  max-height: 10em;
  max-width: 10em;
  margin: 20px 0px 40px 0px;
}

#organizers img {
  width: 75%;
  margin-bottom: 30px;
}

.paragraph {
  margin-bottom: 50px;
}

.filters-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .175);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.175);
}

/**** SECONDARY SECTION ****/
.secondary-section {
  margin-top: 30px;
  margin-bottom: 40px;
}

#about .col-xs-12 p {
  padding-top: 20px;
}

#media i {
  padding: 15px;

}

/**** LOGIN PAGE ****/
.login {
  width: 100%;
  height: 100%;
  height: 100vh;
  padding-top: 15vh;
  text-align: center;
}

.login h4 {
  font-size: 1.5em;
  margin-bottom: 50px;
}

.login .btn {
  margin-top: 25px;
  width: 100%;
}

.login .btn-outline {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #5198F4;
  background-color: transparent;
  margin: 5px;
  padding: 10px 15px 10px 15px;
  border-radius: 0px;
  border: 2px solid #5198F4;
}

.login .btn-outline:hover {
  color: #fff;
}

.page-section h2 {
  text-align: center;
}

/**** LOGIN PASSWORD MODAL ****/
#passwordModal .btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  padding: 10px 30px;
  margin: 30px 0px;
}

#passwordModal .form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  height: 46px;
  width: auto;
  border: none;
  margin: 0px 10px 0px 0px;
  padding: 0px 35px 0px 20px;
  border-bottom: 2px solid #bababa;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  color: #444;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

#passwordModal .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  background-color: rgba(255, 255, 255, 0);
  border-color: #5198F4;
}

/**** NEWSLETTER INPUT ****/
#mc_embed_signup {
  margin: 0px;
}

.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 10px;
  height: 34px;
  min-width: 200px;
  border: none;
  border-bottom: 2px solid #bababa;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  color: #444;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  background-color: rgba(0, 0, 0, 0);
  border-color: #5198F4;
}

.form-control::-webkit-input-placeholder {
  color: #888;
}

.form-control:-moz-placeholder {
  color: #bababa;
}

.form-control::-moz-placeholder {
  color: #bababa;
}

.form-control:-ms-input-placeholder {
  color: #bababa;
}

.intro-academy .form-control::-webkit-input-placeholder {
  color: #444;
  font-weight: 200;
}

.intro-academy .form-control:-moz-placeholder {
  color: #444;
  font-weight: 200;
}

.intro-academy .form-control::-moz-placeholder {
  color: #444;
  font-weight: 200;
}

.intro-academy .form-control:-ms-input-placeholder {
  color: #444;
  font-weight: 200;
}

/**** DONATION INPUT ****/
#donationModal .form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  display: inline-block;
  height: 46px;
  width: auto;
  border: none;
  margin: 0px -40px 0px -25px;
  padding: 0px 35px 0px 20px;
  border-bottom: 2px solid #bababa;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  color: #444;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

#donationModal .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  background-color: rgba(255, 255, 255, 0);
  border-color: #39c86c;
}

#donationModal h2,
#donationModalSuccess h2 {
  margin: 30px 0px;
}

#donationModal .form-inline {
  display: inline-table;
}

.btn-donation {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  padding: 10px 30px;
  margin: 30px 0px;
  background-color: #39c86c;
  border: none;
  border-radius: 0;
}

.btn-donation:focus,
.btn-donation.focus {
  outline: none;
  color: #fff;
  background-color: #39c86c;
}

.btn-donation:hover,
.btn-donation:active:hover,
.btn-donation.active:hover,
.btn-donation:active:focus,
.btn-donation.active:focus,
.btn-donation:active.focus,
.btn-donation.active.focus {
  outline: none;
  color: #fff;
  background-color: #39c86c;
}

.input-group-addon {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  border: none;
  background-color: transparent;
}

.intro-academy .input-group-addon {
  font-size: 2.4em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  opacity: 0;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**** EDITIONS PAGE ****/
.panel-left {
  margin-bottom: 30px;
}

.panel-heading {
  padding: 0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.panel-default {
  border: none;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #eaeaea;
  border: none;
  border-radius: 0;
}

.accordion-collapse {
  max-height: 0px;
  position: relative;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.accordion-collapse.in {
  max-height: 5000px;
}

.edition-panel {
  min-height: 400px;
  height: auto;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.edition-panel .img-responsive {
  padding: 4px;
}

#editions h1 {
  margin-bottom: 40px;
}

.edition-panel h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
}

.edition-panel p {
  font-size: 1.4em;
  padding: 0px 40px 20px 40px;
}

.accordion-body {
  border: 2px solid #eaeaea;
}

.accordion-body h2 {
  font-size: 2.3em;
  font-weight: 500;
  margin: 40px 0px 0px 0px;
}

.accordion-body h3 {
  font-size: 1.5em;
  font-weight: 500;
  padding: 0;
  margin: 30px 0px 10px 0px;
}

.accordion-body p {
  font-size: 1.3em;
  font-weight: 400;
  padding: 0;
  color: #888;
}

.accordion-body ul {
  padding: 0;
}

.accordion-padding {
  padding-bottom: 40px;
}

.time {
  font-weight: 300;
}

.edition-panel .btn-outline {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  padding: 7px 20px;
  margin-bottom: 50px;
  color: #5198F4;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #5198F4;
}

.edition-panel .btn-outline:hover {
  color: #fff;
}

#editions > .container {
  margin-bottom: 30px;
}

/**** VIDEO PAGE ****/
.gallery-header {
  text-align: left;
  border-bottom: 2px solid #444;
  margin: 30px 0px 15px 0px;
}

.gallery-header h2 {
  float: left;
  margin: 0;
}

.gallery-header .form-inline {
  margin-bottom: 10px;
  display: table;
}

.thumbnail {
  border: none;
  padding: 0px;
}

.thumbnail img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.thumbnail img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  cursor: pointer;
}

.thumbnail .caption {
  padding: 5px 0px 0px 0px;
}

.caption a {
  font-size: 1em;
  font-weight: 500;
  color: #999;
}

.caption a:hover {
  color: #5198F4;
}

.caption > p {
  font-size: 0.9em;
  margin: 5px 0px 0px 0px;
  line-height: 1.5;
}

.ekko-lightbox .modal-content {
  background-color: transparent;
  border: 5px solid #fff;
}

.ekko-lightbox .modal-body {
  padding: 0;
}

.ekko-lightbox .modal-header {
  height: 0;
  min-height: 0;
  padding: 0;
  visibility: hidden;
}

.ekko-lightbox .embed-responsive {
  position: inherit;
}

/**** GET INVOLVED PAGE ****/
#call-to-actions {
  margin-bottom: 20px;
}

#call-to-actions .post {
  vertical-align: top;
  margin-bottom: 60px;
}

#call-to-actions i {
  font-size: 5em;
  margin: 50px 0px 20px 0px;
  color: #5198F4;
}

#call-to-actions .btn {
  font-weight: 600;
  font-size: 1.1em;
  top: 9px;
  margin: 10px 0px 0px 0px;
  padding: 8px 15px 8px 15px;
}

.noresize {
  resize: none;
}

.vresize {
  resize: vertical;
}

/**** GET INVOLVED MODAL ****/
#actionModal .form-group {
  margin: 20px;
}

#actionModal .form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  border: none;
  height: auto;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
  border: 2px solid #ccc;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

#actionModal .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  background-color: rgba(255, 255, 255, 0);
  border-color: #5198F4;
}

#actionModal .btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  padding: 10px 30px;
  margin: 0px 0px 20px 0px;
  border: none;
  border-radius: 0;
}

/**** SCROLL-TO-TOP ****/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 99999999;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper > .btn-default {
  font-size: 1.5em;
  margin: 0;
  padding: 11px 15px 10px 15px;
  letter-spacing: normal;
}

/**** FOOTER ****/
.footer h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
}

.footer .btn-outline,
.gallery-header .btn-outline {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #5198F4;
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin-left: 5px;
  border-radius: 0px;
  border: 2px solid #5198F4;
}

.footer .btn-outline:hover {
  color: #fff;
}

.footer .form-control,
.gallery-header .form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  display: inline-block;
  height: 30px;
  width: 90%;
  border: none;
  padding-left: 5px;
  margin: 0;
  border-bottom: 2px solid #bababa;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  color: #444;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}

.footer .form-control:focus,
.gallery-header .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  background-color: rgba(255, 255, 255, 0);
  border-color: #5198F4;
}

.footer {
  color: #444;
  background-color: #eaeaea;
  bottom: 0;
}

.footer .row .col-centered {
  vertical-align: top;
  margin-top: 20px;
}

.checkbox label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .6;
}

#address p {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.2em;
}

#social {
  margin: 35px 0 0;
}

#social a {
  font-size: 1.5em;
  margin: 0 15px;
}

#footer-link {
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  margin-bottom: 50px;
}

/**** PRIVACY MODAL ****/


.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-footer {
  text-align: center;
}

.privacy p,
ul,
ol {
  font-size: 1em;
}

.privacy h3 {
  font-size: 1.4em;
}

#disclaimer {
  font-size: 1.2em;
}

#contentpub #poweredBy {
  visibility: hidden;
}

/**** COOKIE DISCLAIMER ****/
.cookie {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-top: .7em;
  padding-bottom: .7em;
  color: #444;
}

.cookie > p {
  margin-bottom: 0;
  font-size: 1.2em;
}

.cookieButton {
  font-size: 1.2em;
  margin-bottom: 10px;
  top: 3px;
  padding: 5px 15px;
}

.cookieModalButton {
  font-size: 1.2em;
  margin: 0;
  padding: 10px 30px;
}

.cookieHideAnim {
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.cookieShowAnim {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.cookieContainer {
  position: fixed;
  display: block;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 1s ease-in-out;
}

/**** SWEEP ANIMATION ****/
.sweep-animation {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sweep-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(207, 78%, 47%, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sweep-animation:hover,
.sweep-animation:focus,
.sweep-animation:active {
  color: white;
}

.sweep-animation:hover:before,
.sweep-animation:focus:before,
.sweep-animation:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sweep-animation-outline:before {
  background: #5198F4;
}

.sweep-animation-donation:before {
  background: #1ca14d;
}

/**** UNDERLINE ANIMATION ****/
.underline-animation {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.underline-animation:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #5198F4;
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.underline-animation:hover:before,
.underline-animation:focus:before,
.underline-animation:active:before {
  left: 0;
}

.page-section {
  width: 100%;
}

/**** FLOAT ANIMATION ****/
.float-animation {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.float-animation:hover,
.float-animation:focus,
.float-animation:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.media .float-animation {
  display: block;
  text-align: center;
}

/**** FADE IN DOWN ANIMATION ****/
.hidden-section {
  opacity: 0;
}

.visible-section {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**** RESPONSIVE TUNING ****/
@media (max-width: 768px) {
  p {
    font-size: 1.2em;
  }

  #academy-intro h1 {
    font-size: 2.5em;
    margin: 30px 0px 10px;
  }

  #academy-intro h2 {
    font-size: 1.3em;
    margin: 30px 0px 20px;
  }

  .intro .img-responsive {
    margin-bottom: 30px;
  }

  .intro-academy #search-form {
    font-size: 1.3em;
    margin: 0px;
  }

  .intro-academy .input-group-addon {
    font-size: 2em;
  }

  .btn-round {
    font-size: 1.2em;
    margin: 5px;
    padding: 5px 15px;
    border-radius: 100px;
  }
  
  .btn-secondary {
    margin: auto;
    margin-top: 20px;
  }

  .intro-academy .cta-link {
    font-size: 1.1em;
  }

  .editions-bt .btn {
    padding: 10px
  }

  .collapsing,
  .collapse.in {
    background: rgba(255, 255, 255, 1);
  }

  #main-nav > .pull-right {
    float: none !important;
  }

  #main-nav {
    text-align: center;
    border-top-width: 0px;
    margin-top: 15px;
  }

  #dropdownMenu1 {
    font-size: 1.2em;
  }

  .dropdown-menu > li > a {
    font-size: 0.8em;
    line-height: 2;
    color: #444;
  }

  .active > a {
    color: #5198F4;
  }

  .navbar {
    margin: 0px;
  }

  .navbar-nav {
    margin: 20px;
  }

  .navbar .btn-outline {
    top: 0px;
  }

  .navbar-nav > li > a.btn-outline {
    margin: 0px;
  }

  #media-channels .col-xs-12 {
    margin-top: 50px;
  }

  .btn-donation {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .login h1 {
    font-size: 2.4em;
    margin-bottom: 0px;
  }

  .login .form-control {
    margin-bottom: 0px;
    height: 40px;
  }

  .login form {
    margin-top: 20px;
  }

  .login > .container p {
    font-size: 1.1em;
    margin: 0px;
  }

  .login .btn-default {
    padding: 10px;
    margin-top: 10px;
  }

  .btn-block {
    width: 95%;
    letter-spacing: 2px;
  }

  #features img {
    padding: 0em 4em 0em 4em;
    margin-top: 20px;
  }

  #features p {
    margin-bottom: 20px;
  }

  .member {
    margin: 0px;
  }

  .member img {
    padding: 0em 2em 0em 2em;
  }

  .service img {
    padding: 0em 4em 0em 4em;
  }

  .gallery-header h2 {
    float: none;
    margin: 0;
  }
  .sponsor-flex {
    justify-content: space-around;
  }
  .sponsor-flex img {
    width: 80%;
  }
  .sponsor-flex div {
    max-width: 40%;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .video-gallery .col-sm-4 {
    height: 25rem;
  }
}

@media screen and (max-height: 1100px) {
  #academy-logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .form-inline .input-group .form-control,
  .form-inline .input-group,
  .form-inline .input-group .input-group-btn {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .search-form {
    width: 50%;
    left: auto;
    left: 25%;
    text-align: center;
  }
  .sponsor-flex img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-height: 880px) {
  .editions-bt,
  .trends-bt {
    display: none;
  }
}

#ml_results_wrapper,#locator_map_canvas{ 
  height: calc(100% - 102px) !important; 
}

#main-nav .dropdown-menu {
  font-size: 13px;
  min-width: auto;
  margin-top: 8px;
}

#main-nav .dropdown-menu>li>a {
  padding: 5px 30px;
}

#main-nav .nav .open>a {
  background-color: #00000000;
}

/* Metalocator iframe responsiveness */
iframe#locator_iframe18659 {
  height: 100% !important;
}

/* Map radius for desktop viewport */
@media (min-width: 577px) {
  #locator_map_canvas {
    border-top-right-radius: 15px !important;
  }
}

/* Metalocator search form forced centering */
.ml_searchform_row_1.d-flex.flex-row.flex-wrap.pt-1.px-0.align-items-end {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}