@charset "UTF-8";
/* =====================================================
   Breakpoints
   ===================================================== */
/* =====================================================
   Colors
   ===================================================== */
/* =====================================================
   Helpers
   ===================================================== */
@media (max-width: 699px) {
  .mob-hide-a {
    display: none !important;
  }
}

@media (min-width: 700px) {
  .mob-show-a {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .mob-show-b {
    display: none !important;
  }
}

.right-align {
  margin-left: 20px;
}

.left-align {
  margin-right: 20px;
}

.clear-both {
  float: left;
  display: block;
  clear: both;
}

.js-styles .width-100pct {
  width: 100%;
}

.bdr-white-1 {
  border: 10px solid white;
}

.bdr-btm-1 {
  overflow: hidden;
  border-bottom: 1px solid #d7d8d9;
}

.top-mar-5 {
  margin-top: 5px;
}

.top-mar-10 {
  margin-top: 10px;
}

.top-mar-15 {
  margin-top: 15px;
}

.top-mar-20 {
  margin-top: 20px;
}

.top-mar-25 {
  margin-top: 25px;
}

.top-mar-30 {
  margin-top: 30px;
}

.top-mar-35 {
  margin-top: 35px;
}

.top-mar-40 {
  margin-top: 40px;
}

.bot-mar-5 {
  margin-bottom: 5px;
}

.bot-mar-10 {
  margin-bottom: 10px;
}

.bot-mar-15 {
  margin-bottom: 15px;
}

.bot-mar-20 {
  margin-bottom: 20px;
}

.bot-mar-25 {
  margin-bottom: 25px;
}

.bot-mar-30 {
  margin-bottom: 30px;
}

.bot-mar-35 {
  margin-bottom: 35px;
}

.bot-mar-40 {
  margin-bottom: 40px;
}

.pad-tb-5 {
  padding: 5px 0;
}

.pad-tb-10 {
  padding: 10px 0;
}

.pad-tb-15 {
  padding: 15px 0;
}

.pad-tb-20 {
  padding: 20px 0;
}

.pad-tb-25 {
  padding: 25px 0;
}

.pad-tb-30 {
  padding: 30px 0;
}

.pad-tb-35 {
  padding: 35px 0;
}

.pad-tb-40 {
  padding: 40px 0;
}

/* =====================================================
   Grid
   ===================================================== */
.container {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1039px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1040px) {
  .container {
    width: 1220px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
@media (max-width: 1039px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.row-mb0 {
  margin-bottom: 0;
}

.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,
.col-xs-30,
.col-sm-30,
.col-md-30,
.col-lg-30,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35,
.col-xs-70,
.col-sm-70,
.col-md-70,
.col-lg-70 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1039px) {
  .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,
  .col-xs-30,
  .col-sm-30,
  .col-md-30,
  .col-lg-30,
  .col-xs-35,
  .col-sm-35,
  .col-md-35,
  .col-lg-35,
  .col-xs-70,
  .col-sm-70,
  .col-md-70,
  .col-lg-70 {
    padding-right: 1%;
    padding-left: 1%;
  }
}

.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,
.col-xs-30,
.col-xs-35,
.col-xs-70 {
  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-30 {
  width: 30%;
}

.col-xs-35 {
  width: 35%;
}

.col-xs-70 {
  width: 70%;
}

.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,
  .col-sm-30,
  .col-sm-35,
  .col-sm-70 {
    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-30 {
    width: 30%;
  }

  .col-sm-35 {
    width: 35%;
  }

  .col-sm-70 {
    width: 70%;
  }

  .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: 960px) {
  .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,
  .col-md-30,
  .col-md-35,
  .col-md-70 {
    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-30 {
    width: 30%;
  }

  .col-md-35 {
    width: 35%;
  }

  .col-md-70 {
    width: 70%;
  }

  .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%;
  }
}
@media (min-width: 1060px) {
  .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,
  .col-lg-30,
  .col-lg-35,
  .col-lg-70 {
    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-30 {
    width: 30%;
  }

  .col-lg-35 {
    width: 35%;
  }

  .col-lg-70 {
    width: 70%;
  }

  .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%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* =====================================================
   Typography
   ===================================================== */
/* ----------------------------------------------------- */
.bold {
  font-weight: 700;
}

.text-white {
  color: white;
}

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

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.text-green-light,
a.text-green-light {
  color: #a5d9cc;
}
.text-green-light:hover,
a.text-green-light:hover {
  color: black;
}

.text-green-main,
a.text-green-main {
  color: #75b189;
}
.text-green-main:hover,
a.text-green-main:hover {
  color: black;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h5,
.site-content h5,
.site-content h6 {
  color: black;
  line-height: 1.4;
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.site-content h1 a,
.site-content h1 a:visited,
.site-content h2 a,
.site-content h2 a:visited,
.site-content h3 a,
.site-content h3 a:visited,
.site-content h5 a,
.site-content h5 a:visited,
.site-content h5 a,
.site-content h5 a:visited,
.site-content h6 a,
.site-content h6 a:visited {
  color: black;
}
.site-content h1 a:hover,
.site-content h2 a:hover,
.site-content h3 a:hover,
.site-content h5 a:hover,
.site-content h5 a:hover,
.site-content h6 a:hover {
  color: #575a5b;
  text-decoration: none;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 22px;
  line-height: 1.3;
}

.subhead {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 23px !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
}

/* =====================================================
   Base
   ===================================================== */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #575a5b;
  line-height: 1.45;
  background: #f6f8f8;
  font-family: "Lora", Georgia, sans-serif;
  overflow: auto !important;
}

img {
  display: block;
  outline: none;
}

a {
  outline: none !important;
  border: none;
  text-decoration: none;
  transition: all 0.15s ease;
}

@media all and (max-width: 1024px) {
  .page-template-page-on-location
    #right-rail-3
    .page-template-page-photography-gear
    #right-rail-3,
  .page-template-page-tips-techniques #right-rail-3,
  .single #right-rail-3,
  .page-template-default #right-rail-3,
  .page-template-page-classes-tours-workshops #right-rail-4,
  .page-template-page-pro-perspectives #right-rail-3,
  .post-type-archive-contest #right-rail-3 {
    position: static !important;
  }
}
/* =====================================================
   Layout
   ===================================================== */
.site-content {
  padding-top: 40px;
}

.home .site-content {
  padding: 0;
}

/* =====================================================
   Header
   ===================================================== */
.home-h1 {
  margin: 0;
  display: inline;
}

/* Responsive Menu */
#click-menu.click-menu-active {
  left: 75% !important;
  top: 10px !important;
}

@media (max-width: 699px) {
  #click-menu {
    left: 2% !important;
    right: initial !important;
    top: 10px !important;
  }
}

@media (max-width: 699px) {
  .logged-out #click-menu {
    top: 12px !important;
  }
}

@media (max-width: 699px) {
  .logged-out #click-menu.click-menu-active {
    top: 0 !important;
  }
}

#click-menu.overlay #RMX {
  font-size: 30px !important;
  top: -1px !important;
}

#responsive-menu {
  z-index: 99999 !important;
}

@media screen and (max-width: 799px) {
  #responsive-menu-container #responsive-menu-title {
    text-indent: 60px;
  }
}

@media screen and (max-width: 799px) {
  button#responsive-menu-button {
    z-index: 2147483649 !important;
  }

  #responsive-menu-container {
    z-index: 2147483648 !important;
  }
}

/* Header */
.site-header {
  background: url("../img/banner-header-short.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1000;
  height: 167px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.home .site-header {
  background: none;
}

.site-header.mobile {
  display: none;
}

@media (max-width: 699px) {
  .site-header.mobile {
    background: black;
    display: block;
  }

  .post-type-archive-assignment .site-header.mobile,
  .page-template-page-galleries .site-header.mobile,
  .archive.author .site-header.mobile {
    height: inherit !important;
  }

  .site-header.mobile .newsletter-block {
    /* display: block; */
    text-align: center;
    width: 100%;
  }

  .site-header.mobile .newsletter-block img {
    display: none;
  }
}

.header-bar-a {
  padding: 1rem 0 1rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
}
@media (max-width: 699px) {
  /* Header */
  /* .site-header {
    height: 100px;
  } */

  .header-bar-a .newsletter-block {
    display: none;
  }
}
.header-bar-a a {
  color: white;
}
.header-bar-a a.subscribe-link {
  font-weight: 400;
  color: #a5d9cc;
}
.header-bar-a a.subscribe-link:hover {
  text-decoration: underline;
}

.header-bar-a,
.page .header-bar-a,
.post .header-bar-a,
.single .header-bar-a,
.archive .header-bar-a,
.blog .header-bar-a {
  height: 100%;
}

.home .header-bar-a {
  background: #000;
}

.newsletter-block {
  float: left;
  position: relative;
  /* top: 20px; */
  width: 30%;
  font-weight: 600;
  font-size: 12px;
}

.newsletter-block a {
  background-color: rgb(245, 163, 48);
}
.icon-menu-alt {
  position: relative;
  top: 3px;
  float: left;
  margin-right: 5px;
  height: 10px;
  width: 10px;
}

.logo-wrap {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.register-block {
  float: right;
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 699px) {
  /* .register-block {
    top: -18px;
  } */
  .register-block .register-sep,
  .register-block .register-link {
    display: none;
  }
}
.register-block .btn-outline-a {
  display: flex;
  border-color: rgba(255, 255, 255, 0.4);
}

.home .register-block .btn-outline-a {
  border-color: rgba(123, 125, 134, 0.6);
}

/* Breadcrumbs
   ----------------------------------------------------- */
.breadcrumb-wrapper {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #babeba;
  font-size: 15px;
  padding: 12px 0 13px;
  background: white;
  border-top: 1px solid #f0f2f0;
  border-bottom: 1px solid #f0f2f0;
}
.breadcrumb-wrapper .row {
  margin-bottom: 0;
}
.breadcrumb-wrapper a {
  color: #7e807e;
}

.breadcrumbs .sep {
  color: #7e807e;
}

/* =====================================================
   Footer
   ===================================================== */
.footer-branding {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 34px 20px;
  color: #a5a6a7;
  background: #43484d;
}

.logo-footer {
  margin: 0 auto 10px;
  width: 165px;
}

.site-footer {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #2d3033;
  padding: 60px 0;
  color: #a5a6a7;
  font-size: 15px;
}
.site-footer a.text-green-main {
  color: #75b189;
}
.site-footer a.text-green-main:hover {
  text-decoration: underline;
}
.site-footer h4 {
  font-size: 22px;
  margin: 0 0 10px;
  color: white;
  font-weight: 700;
}
.site-footer .subline {
  margin-bottom: 20px;
}
.site-footer .mag img,
.site-footer .mag-ipad img {
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.site-footer .mag {
  float: left;
  width: 107px;
  margin-right: 20px;
}
.site-footer .mag-ipad {
  margin-top: 2px;
  float: left;
  width: 95px;
}
.site-footer .social-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .social-list li {
  display: inline-block;
  margin-right: 5px;
}
.site-footer .social-list img {
  transition: all 0.15s ease;
  width: 36px;
}
.site-footer .social-list img:hover {
  opacity: 0.8;
}

.col-footer {
  overflow: hidden;
  margin-bottom: 65px;
}
.col-footer:last-child {
  margin-bottom: 0;
}

.footer-menus a {
  font-size: 15px;
  color: #a5a6a7;
}
.footer-menus a:hover {
  color: #75b189;
}
.footer-menus li {
  padding: 3px 0;
  list-style-type: none;
}
.footer-menus ul {
  padding: 0;
  margin: 0;
}

/* LOGIN MODAL */
#modal-login,
#modal-login-2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#modal-login h4,
#modal-login-2 h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}

#modal-login form,
#modal-login-2 form {
  outline: none !important;
}

#modal-login label,
#modal-login-2 label {
  color: #fff;
  text-transform: uppercase;
  display: block;
}

#modal-login input,
#modal-login-2 input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 78%;
}

#modal-login p.login-remember input,
#modal-login-2 p.login-remember input {
  width: auto;
}

#modal-login input[type="submit"],
#modal-login-2 input[type="submit"] {
  text-transform: uppercase;
  width: auto;
}

#modal-login input[type="submit"]:hover,
#modal-login-2 input[type="submit"]:hover {
  color: #444 !important;
  background: #fff;
}

#modal-login span.white,
#modal-login-2 span.white {
  color: #fff;
}
#modal-login span.white a,
#modal-login-2 span.white a {
  color: #fff;
  text-decoration: underline;
}
#modal-login span.white a:hover,
#modal-login-2 span.white a:hover {
  color: #ccc;
}

#modal-login .wp-social-login-connect-with {
  color: #fff;
}

.wp-social-login-provider-list {
  padding-left: 0;
}

.wp-social-login-provider-list a {
  float: left;
  margin-right: 6px;
}

.wp-social-login-provider-list {
  overflow: hidden;
}

/* =====================================================
   Sidebar
   ===================================================== */
.sidebar-a {
  margin-top: 10px;
}
.sidebar-a .facebook-block {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 599px) {
  .sidebar-a .facebook-block {
    display: none !important;
  }
}

@media all and (max-width: 959px) {
  .sidebar-a {
    text-align: center;
  }

  .sidebar-a .facebook-block {
    display: inline-block;
  }
}
.home .sidebar-a {
  margin-top: 70px;
}

.news-subscribe-block {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: white;
  margin-bottom: 20px;
  padding: 25px 35px 35px;
}
.news-subscribe-block .icon-newsletter {
  margin: 0 auto 9px;
  width: 130px;
}
.news-subscribe-block .heading {
  color: black;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 20px;
}
.news-subscribe-block .subtitle {
  margin-bottom: 20px;
  font-size: 13px;
  color: #7e807e;
}

.sidebar-ad-block {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.stickit {
  margin-left: 660px;
  position: fixed;
  top: 0;
}

.stickit-end {
  bottom: 40px;
  position: absolute;
  right: 0;
}

.related-articles {
  margin-bottom: 50px;
}

.related-articles-title {
  color: #000;
  font-size: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 2em 0 0.5em;
}

.related-article-title {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.related-article-title a {
  color: #000 !important;
}
.related-article-title a:hover,
.related-article-title a:visited:hover {
  color: #75b189 !important;
  text-decoration: none !important;
}

.related-article .col-md-6:last-child {
  padding-left: 0;
}

@media all and (max-width: 1039px) {
  .related-articles-title {
    text-align: center;
  }

  .related-article {
    max-width: 366px;
    text-align: left;
    margin: 0 auto 20px;
    padding-left: 15px;
  }
  .related-article .col-sm-6,
  .related-article .col-md-6 {
    float: left;
    width: 165px;
  }
  .related-article img {
    margin: 0 auto 6px;
    width: 153px;
    height: 80px;
    float: left;
    margin-right: 15px;
  }
}

/* =====================================================
   Homepage
   ===================================================== */
#layerslider_1,
#layerslider_2 {
  top: -220px;
  /* Height of 'site-header' */
  margin-bottom: -135px !important;
}

@media (max-width: 699px) {
  #layerslider_1,
  #layerslider_2 {
    /* top: -100px; */
    /* Mobile Height of 'site-header' */
  }
}

.home .sidebar-ad-block-3,
.home .sidebar-ad-block-4,
.home .sidebar-ad-block-5 {
  display: none;
}

.home .sidebar-a .facebook-plugin {
  display: none;
}

.home .footer-ad-block {
  display: none;
}

.home .footer-ad-block-home {
  display: block;
}

/* .home h2 {
  float: left;
} */

.home a.more-link {
  position: relative;
  top: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #979997;
  display: inline-block;
  float: right;
  text-align: right;
}
.home a.more-link:hover {
  color: #717371;
}

.home .instagram-block {
  border: 10px solid white;
  width: 85%;
  margin: 15px auto 60px;
}

.home .gallery-gs {
  background: #212224;
  padding: 30px 0 53px;
  margin-bottom: 25px;
}

.home .feat-submissions-slider-wrap {
  clear: both;
}

.home h2.feat-gallery-heading {
  float: none;
  text-align: center;
  margin: 15px 0 45px;
  color: #fff;
}

.home .newsletter-bar {
  padding: 85px 20px 75px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  min-height: 325px;
  width: 100%;
  background: url("../img/banner-newsletter.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .newsletter-bar h3 {
  line-height: 1.2;
  font-weight: 300;
  font-size: 38px;
  margin: 0 0 7px;
  color: white;
}
.home .newsletter-bar .subtitle {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.home .breadcrumb-wrapper {
  display: none;
}

.facebook-block {
  text-align: center;
}

@media all and (max-width: 959px) {
  .home .blog-posts .feat-block .thumb img,
  .home .blog-posts .feat-block a.fit-img-sm img,
  .home .blog-posts .feat-block .fit-img-sm {
    height: 325px !important;
  }

  .home .blog-posts .feat-block .content {
    min-height: 60px;
  }

  .home .blog-posts {
    padding-right: 1%;
    padding-left: 1%;
  }

  .home .feat-block .fit-img-tall:hover .btn-read-more {
    top: 188px !important;
  }

  .home .feat-block .fit-img-md:hover .btn-read-more {
    top: 75px !important;
  }

  .home .tips-techniques-posts .fit-img:hover .btn-read-more {
    top: 140px !important;
  }

  .feat-submissions-slider-wrap
    .feat-block.feat-block-alt.mid-block
    .fit-img-md-alt:hover
    .btn-read-more {
    top: 96px !important;
  }

  .gallery-gs .fit-img:hover .btn-read-more {
    top: 140px !important;
  }

  .home .container .row .col-md-70,
  .home .container .row.blog-posts {
    padding-left: 4%;
    padding-right: 4%;
  }

  .home .container > h2 {
    padding-left: 3%;
  }

  .home .container > a {
    padding-right: 3%;
  }
}
/* =====================================================
   Theme
   ===================================================== */
/* .site {
  overflow: hidden !important;
}

.home .site {
  overflow: visible !important;
} */

.site-content a,
.site-content a:visited {
  color: #75b189;
  transition: all 0.2s linear;
}
.site-content a:hover,
.site-content a:visited:hover {
  color: #499c64;
  text-decoration: none;
}

.facebook-block {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .facebook-block {
    display: none !important;
  }
}

.zoom-image {
  display: none !important;
}

.fit-img {
  float: left;
  width: 100%;
  /*height: 250px;*/
}
.fit-img.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img.compat-object-fit img {
  opacity: 0;
}
.fit-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.fit-img.feature-story {
  float: left;
  width: 100%;
  /*height: 250px;*/
}
.fit-img.feature-story.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img.feature-story.compat-object-fit img {
  opacity: 0;
}
.fit-img.feature-story img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 699px) {
  .addthis_toolbox {
    display: none !important;
  }
}

.fit-img-sm {
  float: left;
  width: 100%;
  height: 180px;
}
.fit-img-sm.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img-sm.compat-object-fit img {
  opacity: 0;
}
.fit-img-sm img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.fit-img-sm-alt {
  float: left;
  width: 100%;
  height: 165px;
}
.fit-img-sm-alt.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img-sm-alt.compat-object-fit img {
  opacity: 0;
}
.fit-img-sm-alt img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.fit-img-md {
  float: left;
  width: 100%;
  height: 197px;
}
.fit-img-md.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img-md.compat-object-fit img {
  opacity: 0;
}
.fit-img-md img {
  width: 100%;
  height: 197px;
  object-fit: cover;
}

.fit-img-md-alt {
  float: left;
  width: 100%;
  height: 240px;
}
.fit-img-md-alt.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img-md-alt.compat-object-fit img {
  opacity: 0;
}
.fit-img-md-alt img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.fit-img-tall {
  float: left;
  width: 100%;
  height: 425px;
}
.fit-img-tall.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.fit-img-tall.compat-object-fit img {
  opacity: 0;
}
.fit-img-tall img {
  width: 100%;
  height: 425px;
  object-fit: cover;
}

.feat-block,
.feat-archive-block {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 30px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.feat-block h3,
.feat-archive-block h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.feat-block .content,
.feat-archive-block .content {
  min-height: 210px;
  padding: 20px 20px 22px 20px;
}
.feat-block .deck,
.feat-block .deck-alt,
.feat-archive-block .deck,
.feat-archive-block .deck-alt {
  font-size: 17px;
}
.feat-block .deck p,
.feat-block .deck-alt p,
.feat-archive-block .deck p,
.feat-archive-block .deck-alt p {
  display: inline;
  line-height: 1.5;
  margin: 0;
}
.feat-block .thumb,
.feat-archive-block .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  display: block;
}
.feat-block .thumb img,
.feat-archive-block .thumb img {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.feat-block .thumb .btn-read-more,
.feat-archive-block .thumb .btn-read-more {
  display: none;
}
.feat-block .thumb:hover .btn-read-more,
.feat-archive-block .thumb:hover .btn-read-more {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  position: absolute;
  z-index: 500;
  left: 0;
  right: 0;
  margin: auto;
  width: 145px;
  top: 102px;
  text-align: center;
  display: inline-block;
  transition:
    border-color 0.18s linear,
    color 0.18s linear;
}
.feat-block .overlay,
.feat-archive-block .overlay {
  transition: all 0.4s ease;
  opacity: 0;
  background: black;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.feat-block .thumb:hover .overlay,
.feat-archive-block .thumb:hover .overlay {
  opacity: 0.65;
}

/* Special case for featured slides on homepage */
.fs-slide .feat-block .overlay {
  width: 101%;
}

.feat-block.feat-block-alt {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  text-align: center;
  border: none;
  margin-bottom: 30px;
}
.feat-block.feat-block-alt h3 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.35;
  width: 100%;
  padding: 80px 12px 25px;
  margin: 0 auto;
  font-weight: 400;
  margin-bottom: 0;
  background: linear-gradient(rgba(20, 20, 20, 0), #141414);
}
.feat-block.feat-block-alt h3 a {
  color: white;
}
.feat-block.feat-block-alt .thumb {
  margin-bottom: 0;
}
.feat-block.feat-block-alt .thumb img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.feat-block.feat-block-alt .info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  text-align: center;
}
.feat-block.feat-block-alt .thumb:hover .overlay {
  opacity: 0.75;
}
.feat-block.feat-block-alt .thumb:hover .btn-read-more {
  top: 190px;
}

.feat-block.feat-block-alt.short-block .thumb:hover .btn-read-more {
  top: 75px;
}

.feat-block.feat-block-alt.mid-block .thumb:hover .btn-read-more {
  top: 95px;
}

.feat-block .thumb:hover .btn-feat.btn-read-more {
  top: 180px !important;
}

.blog-posts .feat-block {
  background: transparent;
  border: none;
}
.blog-posts .feat-block h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.blog-posts .feat-block .meta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #969899;
}
.blog-posts .feat-block .meta a {
  color: black;
}
.blog-posts .feat-block .meta a:hover {
  color: #4d4d4d;
}
.blog-posts .feat-block .thumb {
  margin-bottom: 14px;
}
.blog-posts .feat-block .thumb img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.blog-posts .feat-block .content {
  padding: 0;
}
.blog-posts .feat-block .thumb:hover .btn-read-more {
  top: 69px;
}

.more-arrow {
  height: 13px;
  width: 13px;
  position: relative;
  top: 1px;
  margin-left: 8px;
  display: inline-block;
}

/* On Location Page
   ----------------------------------------------------- */
.on-location .btn-block .btn {
  font-size: 13px;
}

/* Instagram Page
   ----------------------------------------------------- */
@media (min-width: 1040px) {
  .inst-content {
    width: 965px;
    margin: 60px auto 20px auto;
    overflow: hidden;
  }
}

@media (max-width: 960px) {
  .inst-content {
    width: 100%;
    margin: 40px auto 20px auto;
    overflow: hidden;
  }
}

.inst-row {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

@media (max-width: 1039px) {
  .inst-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.inst-col-4 {
  width: 33.33333333%;
  float: left;
}

@media (max-width: 1039px) {
  .inst-col-4 {
    padding-right: 2px !important;
    padding-left: 2px !important;
    padding-bottom: 4px !important;
  }
}

.inst-col-12,
.inst-col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

/*
@media (min-width: 960px) {
.inst-col-12 {
  width: 100%;
	 float: left;}}
*/

@media (max-width: 1039px) {
  .inst-col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.inst-container {
  position: relative;
  width: 100%;
}

.inst-image {
  display: block;
  width: 100%;
  height: auto;
}

.inst-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
}

.inst-container:hover .inst-overlay {
  opacity: 1;
}

.inst-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 959px) {
  .inst-text {
    font-size: 14px;
  }
}

.inst-footer-menu {
  margin: auto 30px;
}

.inst-footer-menu div {
  display: inline;
}

.inst-footer-menu li {
  list-style-type: none;
  display: inline;
}

.inst-footer-menu ul {
  margin: auto;
  padding: inherit;
}

.inst-footer-menu a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #8e8e8e;
  color: rgba(var(--f52, 142, 142, 142), 1);
  margin-right: 8px;
  margin-left: 8px;
}

.inst-footer-menu a:hover,
a:focus,
a:active {
  color: #616161;
}

.inst-footer-branding {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #a5a6a7;
  margin-top: 15px;
}

/* Photography Gear
   ----------------------------------------------------- */
.section-landing .feat-block {
  margin-bottom: 40px;
}
.section-landing h3 {
  padding: 0 20px;
}
.section-landing .content {
  min-height: 0;
}
.section-landing .deck,
.section-landing .deck-alt {
  padding: 0px 20px 22px 20px;
}
.section-landing .col-sm-6:nth-child(2n + 1) {
  clear: both;
}

.section-landing .col-sm-6:nth-child(3) h3,
.section-landing .col-sm-6:nth-child(4) h3,
.section-landing .col-sm-6:nth-child(7) h3,
.section-landing .col-sm-6:nth-child(8) h3,
.section-landing .col-sm-6:nth-child(11) h3,
.section-landing .col-sm-6:nth-child(12) h3,
.section-landing .col-sm-6:nth-child(15) h3,
.section-landing .col-sm-6:nth-child(16) h3 {
  padding: 0;
  clear: none;
}
.section-landing .col-sm-6:nth-child(3) .overlay,
.section-landing .col-sm-6:nth-child(3) .btn-read-more,
.section-landing .col-sm-6:nth-child(4) .overlay,
.section-landing .col-sm-6:nth-child(4) .btn-read-more,
.section-landing .col-sm-6:nth-child(7) .overlay,
.section-landing .col-sm-6:nth-child(7) .btn-read-more,
.section-landing .col-sm-6:nth-child(8) .overlay,
.section-landing .col-sm-6:nth-child(8) .btn-read-more,
.section-landing .col-sm-6:nth-child(11) .overlay,
.section-landing .col-sm-6:nth-child(11) .btn-read-more,
.section-landing .col-sm-6:nth-child(12) .overlay,
.section-landing .col-sm-6:nth-child(12) .btn-read-more,
.section-landing .col-sm-6:nth-child(15) .overlay,
.section-landing .col-sm-6:nth-child(15) .btn-read-more,
.section-landing .col-sm-6:nth-child(16) .overlay,
.section-landing .col-sm-6:nth-child(16) .btn-read-more {
  display: none;
}
.section-landing .col-sm-6:nth-child(3) .feat-block,
.section-landing .col-sm-6:nth-child(4) .feat-block,
.section-landing .col-sm-6:nth-child(7) .feat-block,
.section-landing .col-sm-6:nth-child(8) .feat-block,
.section-landing .col-sm-6:nth-child(11) .feat-block,
.section-landing .col-sm-6:nth-child(12) .feat-block,
.section-landing .col-sm-6:nth-child(15) .feat-block,
.section-landing .col-sm-6:nth-child(16) .feat-block {
  border: none;
  background: none;
  padding: 0;
}
.section-landing .col-sm-6:nth-child(3) .feat-block .content,
.section-landing .col-sm-6:nth-child(4) .feat-block .content,
.section-landing .col-sm-6:nth-child(7) .feat-block .content,
.section-landing .col-sm-6:nth-child(8) .feat-block .content,
.section-landing .col-sm-6:nth-child(11) .feat-block .content,
.section-landing .col-sm-6:nth-child(12) .feat-block .content,
.section-landing .col-sm-6:nth-child(15) .feat-block .content,
.section-landing .col-sm-6:nth-child(16) .feat-block .content {
  padding: 0;
}
.section-landing .col-sm-6:nth-child(3) .feat-block .deck,
.section-landing .col-sm-6:nth-child(3) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(4) .feat-block .deck,
.section-landing .col-sm-6:nth-child(4) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(7) .feat-block .deck,
.section-landing .col-sm-6:nth-child(7) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(8) .feat-block .deck,
.section-landing .col-sm-6:nth-child(8) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(11) .feat-block .deck,
.section-landing .col-sm-6:nth-child(11) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(12) .feat-block .deck,
.section-landing .col-sm-6:nth-child(12) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(15) .feat-block .deck,
.section-landing .col-sm-6:nth-child(15) .feat-block .deck-alt,
.section-landing .col-sm-6:nth-child(16) .feat-block .deck,
.section-landing .col-sm-6:nth-child(16) .feat-block .deck-alt {
  display: block;
  clear: both;
  padding: 0;
}
.section-landing .col-sm-6:nth-child(3) .fit-img,
.section-landing .col-sm-6:nth-child(4) .fit-img,
.section-landing .col-sm-6:nth-child(7) .fit-img,
.section-landing .col-sm-6:nth-child(8) .fit-img,
.section-landing .col-sm-6:nth-child(11) .fit-img,
.section-landing .col-sm-6:nth-child(12) .fit-img,
.section-landing .col-sm-6:nth-child(15) .fit-img,
.section-landing .col-sm-6:nth-child(16) .fit-img {
  width: auto;
  height: auto;
}
.section-landing .col-sm-6:nth-child(3) .fit-img img,
.section-landing .col-sm-6:nth-child(4) .fit-img img,
.section-landing .col-sm-6:nth-child(7) .fit-img img,
.section-landing .col-sm-6:nth-child(8) .fit-img img,
.section-landing .col-sm-6:nth-child(11) .fit-img img,
.section-landing .col-sm-6:nth-child(12) .fit-img img,
.section-landing .col-sm-6:nth-child(15) .fit-img img,
.section-landing .col-sm-6:nth-child(16) .fit-img img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 180px;
  max-width: 100%;
  height: 113px;
  float: left;
  margin-right: 18px;
}

/* Pro Perspectives Page
   ----------------------------------------------------- */
.author-block {
  overflow: hidden;
  background: white;
  padding: 45px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 599px) {
  .author-block {
    padding: 45px 30px;
  }
}
.author-block:nth-of-type(even) .image {
  float: right;
}
@media (max-width: 599px) {
  .author-block:nth-of-type(even) .image {
    float: none;
  }
}
.author-block:nth-of-type(even) .content {
  padding-left: 0;
  padding-right: 5%;
}
@media (max-width: 599px) {
  .author-block:nth-of-type(even) .content {
    padding: 0;
  }
}
.author-block .image {
  float: left;
  width: 24%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #e1e5e7;
}
@media (max-width: 599px) {
  .author-block .image {
    width: 140px;
    float: none;
    margin: 0 auto;
  }
}
.author-block .content {
  padding-left: 5%;
  width: 76%;
  float: left;
}
@media (max-width: 599px) {
  .author-block .content {
    padding-left: 0;
    width: 100%;
    margin-top: 25px;
    clear: both;
    text-align: center;
  }
}
.author-block h3.name {
  margin-bottom: 5px;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 23px;
  display: inline-block;
}
.author-block .handle {
  margin-bottom: 5px;
  line-height: 1.2;
  margin-left: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #a0a2a3;
  display: inline-block;
}

.page-template-page-login h1.entry-title {
  display: none;
}

#mdv-image-upload-form .row,
#mdv-image-upload-form input[type="file"] {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em;
}

#mdv-image-upload-form label {
  width: 20%;
  float: left;
  font-weight: bold;
  clear: both;
}

#mdv-image-upload-form input,
#mdv-image-upload-form textarea,
#mdv-image-upload-form select {
  width: 80%;
  float: left;
}

#mdv-image-upload-form input[type="submit"] {
  width: auto;
}

#mdv-image-upload-form .row.file-upload label {
  width: 100%;
  margin-bottom: 0.25em;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  color: red;
}

/* CTW Page */
.page-template-page-classes-tours-workshops .site-header {
  z-index: initial !important;
}

.page-id-501502 .site-header {
  height: 450px;
  position: relative;
}

.page-id-501502 .header-bar-a {
  background: rgba(0, 0, 0, 0.4);
}

.page-id-501502 .main-navigation {
  background: rgba(0, 0, 0, 0.2);
}

.page-id-501502 .main-navigation ul li a {
  color: #fff;
}

.page-id-501502 .main-navigation {
  top: 113px;
  bottom: auto;
}

.page-template-page-classes-tours-workshops
  #top-nav-search
  input[type="search"] {
  background-image: url("../img/icon-search-white.png");
}

/* Sharing */
.single .share-block {
  margin-top: 2em;
}

.single-assign-submission .share-block,
.single-gallery-submission .share-block,
.single-contest-submission .share-block,
.single-pro-submission .share-block,
.page-ctw .col-md-5.share-block,
.pro-perspectives .col-md-5.share-block,
.post-type-archive-assignment .col-md-5.share-block,
.single-assignment .col-md-5.share-block,
.post-type-archive-gallery-submission .col-md-5.share-block,
.post-type-archive-contest .share-block,
.blog .share-block {
  margin: 0;
  float: right;
  text-align: right;
}

.single-assignment .col-md-5.share-block {
  margin-top: 1em;
}

.single-contest .share-block {
  margin: -1em 0 2em;
}

.single-contest #contest-gallery .share-block {
  margin: 1em 0 0;
}

#contest-gallery > .container > .row {
  padding-left: 0;
  padding-right: 0;
}

#contest-gallery > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.single-assign-submission .share-block > div,
.single-gallery-submission .share-block > div,
.single-contest-submission .share-block > div,
.single-pro-submission .share-block > div,
.page-ctw .col-md-5.share-block > div,
.pro-perspectives .col-md-5.share-block > div,
.post-type-archive-assignment .col-md-5.share-block > div,
.single-assignment .col-md-5.share-block > div,
.post-type-archive-gallery-submission .col-md-5.share-block > div,
.post-type-archive-contest .col-md-5.share-block > div,
.blog .col-md-5.share-block > div {
  display: inline-block;
}

#contest-winners .page-header {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2em;
}
#contest-winners .page-header .col-md-7 {
  padding-left: 0;
}
#contest-winners .page-header .col-md-5 {
  padding-right: 0;
  margin-top: 0.5em;
}
.faded {
  color: #a0a2a3;
}

@media all and (max-width: 1160px) {
  .page-ctw .page-title,
  .pro-perspectives .page-header,
  .post-type-archive-assignment .page-header,
  .single-assignment h1.col-md-7,
  .post-type-archive-gallery-submission h1.col-md-7,
  .post-type-archive-contest h1.col-md-7,
  .blog h1.col-md-7 {
    width: 100%;
  }

  .page-ctw .col-md-5.share-block,
  .pro-perspectives .col-md-5.share-block,
  .post-type-archive-assignment .col-md-5.share-block,
  .single-assignment .col-md-5.share-block,
  .post-type-archive-gallery-submission .col-md-5.share-block,
  .post-type-archive-contest .col-md-5.share-block,
  .blog .col-md-5.share-block {
    float: left;
    width: 100%;
    text-align: left;
  }
}
/* =====================================================
   Resource Boxes
   ===================================================== */
.resource {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 0 24px;
  overflow: hidden;
}

.resource-right {
  width: 47.25%;
  float: right;
  margin: 0 0 20px 20px;
}

.resource-left {
  width: 47.25%;
  float: left;
  margin: 0 20px 20px 0;
}

.resource-box {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}

.resource-box figure {
  margin: 0;
}

.resource-box-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.resource-box-header h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 10px 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.resource-box-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 1rem;
  background: #f6f8f8;
}

.resource-box-content h3 {
  font-size: 1.2rem;
}

.resource-box-content a {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: underline;
}

.resource-box-content ul,
ol {
  margin: 0 0 1.5em -0.5em;
}

.resource-box-content li {
  margin: 0 0 0.7em 0em;
}

.resource-box-content p {
  margin: 0 0 15px 0;
}

/* DIGITAL EDITIONS PAGE */
.de-container {
  margin-top: 30px;
}
.de-container.row > .col-lg-6 {
  margin-bottom: 1em;
}
.de-container p {
  margin: 0.25em 0;
}

@media all and (max-width: 767px) {
  .de-container {
    text-align: center;
  }
  .de-container img {
    margin: 2em auto 1em;
  }
}
/* END DIGITAL EDITIONS PAGE */
@media all and (max-width: 1200px) {
  #contest-gallery > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1039px) {
  .resource-right {
    float: none;
    width: auto;
    margin: 20px 0;
  }

  .resource-left {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}
@media all and (max-width: 959px) {
  .feat-block .thumb:hover .btn-read-more,
  .feat-block .thumb.feature-story:hover .btn-read-more,
  .feat-archive-block .thumb:hover .btn-read-more {
    top: 140px !important;
  }
}
/* =====================================================
   Buttons
   ===================================================== */
.btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none !important;
}

.btn-sm {
  padding: 4px 16px;
  font-size: 11px;
}

.btn-md {
  padding: 6px 20px;
  font-size: 12px;
}

.btn-lg {
  padding: 8px 24px;
  font-size: 14px;
}

.btn-lg-w {
  padding: 7px 32px;
  font-size: 14px;
}

.btn-lg-w.btn-outline {
  padding: 6px 32px;
  font-size: 14px;
}

.btn-lg-alt {
  padding: 9px 30px;
  font-size: 15px;
}

.btn-xlg {
  padding: 10px 28px;
  font-size: 15px;
}

.btn-xxlg {
  padding: 10px 50px;
  font-size: 16px;
}

.btn-xxlg-alt {
  padding: 11px 68px;
  font-size: 16px;
}

.btn-round-a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-round-b {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.btn-round-c {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn-round-d {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.btn-green,
a.btn-green {
  background: #75b189;
  color: white !important;
}
.btn-green:hover,
a.btn-green:hover {
  color: white !important;
  background: #589b6e;
}

.btn-white,
a.btn-white {
  background: white;
}
.btn-white:hover,
a.btn-white:hover {
  background: #e6e6e6;
}

.btn-outline-a {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-outline-a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-outline-b {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-outline-b:hover {
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

.btn-outline-c {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-outline-c:hover {
  background: rgba(155, 155, 155, 0.2);
}

.btn-outline-d,
a.btn-outline-d {
  border: 1px solid black;
  color: black !important;
  background: none;
}
.btn-outline-d:hover,
a.btn-outline-d:hover {
  background: black;
  color: white !important;
}

.btn-outline-e,
a.btn-outline-e {
  border: 1px solid #75b189;
  color: #75b189 !important;
  background: none;
}
.btn-outline-e:hover,
a.btn-outline-e:hover {
  background: #75b189;
  color: white !important;
}

.btn-outline-f,
a.btn-outline-f {
  border: 1px solid #0067b8;
  color: #0067b8 !important;
  background: none;
}

.btn-outline-f:hover,
a.btn-outline-f:hover {
  background: #0067b8;
  color: white !important;
}

a.btn-white-text {
  color: white !important;
}

a.btn-green-text {
  color: #75b189 !important;
}

/* Custom Buttons
   ----------------------------------------------------- */
a.btn-custom-a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  clear: both;
  margin: 0 auto 0;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  border: 1px solid black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  color: #575a5b !important;
}
a.btn-custom-a:hover {
  background: black;
  color: white !important;
  text-decoration: none;
}

a.btn-custom-b {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  clear: both;
  margin: 0 auto 0;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  border: 1px solid #75b189;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  background: #75b189;
  color: #fff !important;
}
a.btn-custom-b:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
  text-decoration: none;
}

.btn-custom-b {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  clear: both;
  margin: 0 auto 0;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  border: 1px solid #75b189;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  background: #75b189;
  color: #fff !important;
  transition: all 0.2s linear;
}
.btn-custom-b:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
  text-decoration: none;
}

.btn-block {
  margin-top: 6px;
}
.btn-block a:nth-child(n + 2) {
  margin-left: 4px;
}

a#favorite-button--grid.logged-out {
  background: url(../img/icon-star-white-outline.png) center center no-repeat;
  background-size: cover !important;
  display: block;
  height: 30px;
  width: 30px;
  border: none;
  outline: none !important;
  float: right;
  transition: 0.2s ease-in-out;
}
a#favorite-button--grid.logged-out:hover {
  background: url("../img/icon-star-white-hover.png") no-repeat;
}

.favorite .btn-block a:nth-child(n + 2) {
  margin-left: 0;
}

.logged-in .interaction-bar .author {
  margin-top: 22px;
}

button#favorite-button--grid.not-favorited {
  background: url(../img/icon-star-white-outline.png) center center no-repeat;
  background-size: cover;
  display: block;
  height: 26px;
  width: 26px;
  border: none;
  outline: none !important;
  transition: 0.2s ease-in-out;
}

button.mdv-favorite-image.favorited {
  background: url(../img/icon-star-white-filled.png) center center no-repeat;
  background-size: cover;
  display: block;
  height: 26px;
  width: 26px;
  border: none;
  outline: none !important;
}

/* CONTEST INTERACTION BAR WITH VOTING */
.interaction-bar .author {
  width: 55%;
  float: left;
  margin: 0 !important;
}

.interaction-bar .btn-block {
  width: 45%;
  float: right;
  margin: 0 !important;
}

.interaction-bar .author {
  padding-top: 10px;
}

.interaction-bar .author .author-name {
  padding-top: 2px !important;
  padding-left: 6px !important;
}

.interaction-bar .btn-block {
  text-align: right;
  padding-right: 10px;
}

.interaction-bar .favorite-block,
.interaction-bar .vote-block {
  margin: 0;
  float: right;
  display: inline-block;
}

.interaction-bar .favorite-block {
  width: 30px;
}

.interaction-bar .vote-block {
  width: 75px;
}

.interaction-bar .favorite-block #favorite-button--grid {
  margin-top: 13px;
}

/* =====================================================
   Forms
   ===================================================== */
input[type="submit"] {
  display: inline-block;
  background: #75b189;
  color: white;
  font-weight: 700;
  padding: 8px 28px;
  font-size: 16px;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"]:hover {
  background: #589b6e;
}

select:focus,
textarea:focus {
  outline: none !important;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  line-height: 1.8 !important;
  font-size: 15px !important;
  vertical-align: top !important;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 10px !important;
}

.gform_wrapper .gfield_required {
  color: #75b189 !important;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 0 3px 5px !important;
}

.button.gform_previous_button {
  display: inline-block;
  background: none;
  color: #75b189;
  font-weight: 700;
  padding: 8px 28px;
  font-size: 16px;
  border: 1px solid #75b189;
  outline: none;
  transition: all 0.15s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button.gform_previous_button:hover {
  color: white;
  background: #75b189;
}

.button.gform_next_button {
  display: inline-block;
  background: #75b189;
  color: white;
  font-weight: 700;
  padding: 8px 28px;
  font-size: 16px;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button.gform_next_button:hover {
  background: #589b6e;
}

/* =====================================================
   Login / Register Pg
   ===================================================== */
#s2member-pro-stripe-registration-form-options-section {
  display: none;
}

#s2member-pro-stripe-registration-form-password-div,
.ws-plugin--s2member-pro-login-widget-lost-password {
  display: none;
}

.col-well-a {
  float: left;
  width: 48%;
  margin-bottom: 35px;
  padding: 20px;
  background: white;
  border: 1px solid #efefef;
}
@media (max-width: 767px) {
  .col-well-a {
    width: 100%;
    margin: 0 0 30px;
  }
}
.col-well-a:nth-of-type(1) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col-well-a:nth-of-type(1) {
    width: 100%;
    margin: 0 0 30px;
  }
}
.col-well-a:nth-of-type(2) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .col-well-a:nth-of-type(2) {
    width: 100%;
    margin: 0 0 30px;
  }
}

.page-template-page-login {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
.page-template-page-login .forgot-pw {
  font-size: 13px;
}
.page-template-page-login .ws-plugin--s2member-pro-login-widget-remember-me {
  margin: 5px 0 7px;
}
.page-template-page-login
  .ws-plugin--s2member-pro-login-widget-remember-me
  input[type="checkbox"] {
  margin-right: 6px;
}
.page-template-page-login .entry-header {
  text-align: center;
  margin-bottom: 35px;
}
.page-template-page-login .entry-header h2 {
  margin-bottom: 0px;
}
.page-template-page-login .s2member-pro-stripe-form-response-error {
  margin-bottom: 10px;
  color: #e82727;
  font-weight: 700;
}
.page-template-page-login .site-content a {
  color: #75b189;
}
.page-template-page-login .site-content a:hover {
  color: #51ab6e;
}

.col-well-a
  #s2member-pro-stripe-registration-form-custom-reg-field-skill-div
  label,
.col-well-a
  #s2member-pro-stripe-registration-form-custom-reg-field-newsletter-div
  label {
  float: left;
  font-size: 15px;
  width: 85%;
}

.col-well-a
  #s2member-pro-stripe-registration-form-custom-reg-field-skill-div
  input[type="radio"],
.col-well-a
  #s2member-pro-stripe-registration-form-custom-reg-field-newsletter-div
  input[type="radio"],
.col-well-a
  #s2member-pro-stripe-registration-form-custom-reg-field-skill-div
  input[type="checkbox"],
.col-well-a
  #s2member-pro-stripe-registration-form-custom-reg-field-newsletter-div
  input[type="checkbox"] {
  float: left;
  clear: both;
  position: relative;
  top: 3px;
  margin-bottom: 8px;
  margin-right: 10px;
  width: 12px;
}

.col-well-a #s2member-pro-stripe-registration-form-captcha-section {
  clear: both;
  float: left;
  margin-top: 5px;
}

#s2member-pro-stripe-registration-form-captcha-section-title,
#s2member-pro-stripe-registration-form-submission-section-title,
#s2member-pro-stripe-registration-form-registration-section-title,
#s2member-pro-stripe-registration-form-custom-fields-section-title,
#s2member-pro-stripe-registration-form-custom-reg-field-skill-label,
#s2member-pro-stripe-registration-form-custom-reg-field-newsletter-label {
  float: left;
  clear: both;
  width: 100% !important;
  color: #75b189;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

#s2member-pro-stripe-registration-form-registration-section-title {
  margin-top: 0;
}

.page-template-page-login .col-well-a input[type="email"],
.page-template-page-login .col-well-a input[type="password"],
.page-template-page-login .col-well-a input[type="text"],
.page-template-page-login .col-well-a input[type="phone"],
.page-template-page-login .col-well-a input[type="textarea"],
.page-template-page-login .col-well-a input[type="submit"] {
  width: 100%;
  margin-bottom: 5px;
}

.page-template-page-login #s2member-pro-stripe-registration-submit {
  background: #75b189;
  color: white;
  margin-top: 15px;
  float: left;
  clear: both;
  width: 100%;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  font-weight: 700;
}
.page-template-page-login #s2member-pro-stripe-registration-submit:hover {
  background: #589b6e;
  width: 100%;
}

.page-template-page-login .terms-conditions {
  margin-top: 7px;
  font-size: 11px;
}
.page-template-page-login .terms-conditions a {
  font-size: 11px;
}

.col-well-a #s2member-pro-stripe-registration-form-captcha-section {
  height: 130px !important;
}

body.page-template-page-profile {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body.page-template-page-profile .acf-label {
  display: none;
}

body.page-template-page-profile .acf-fields > .acf-field {
  padding: 0 0 2em;
}

body.page-template-page-profile #content h4 {
  margin-bottom: -1em;
  color: #75b189;
  font-weight: normal;
}

body.page-template-page-profile label strong {
  color: #75b189;
  font-weight: normal;
  display: block;
  margin-bottom: -1em;
}

.user-favorites {
  padding-top: 3em;
}

form#ws-plugin--s2member-profile input[type="text"],
form#ws-plugin--s2member-profile input[type="email"],
form#ws-plugin--s2member-profile input[type="password"],
form#ws-plugin--s2member-profile input[type="submit"],
form#ws-plugin--s2member-profile textarea,
form#ws-plugin--s2member-profile select,
form#ws-plugin--s2member-profile
  div.ws-plugin--s2member-profile-field-divider-section-title,
div.ws-plugin--s2member-password-strength,
form#ws-plugin--s2member-profile
  div.ws-plugin--s2member-profile-field-divider-section {
  width: 325px !important;
}

form#ws-plugin--s2member-profile input#ws-plugin--s2member-profile-password2 {
  display: block;
}

form#ws-plugin--s2member-profile input[type="checkbox"],
form#ws-plugin--s2member-profile input[type="radio"] {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px !important;
  margin-right: 6px !important;
}

form#ws-plugin--s2member-profile
  label.ws-plugin--s2member-custom-reg-field-op-l {
  display: block;
  float: left;
}

label[for="ws-plugin--s2member-profile-login"] small,
label[for="ws-plugin--s2member-profile-password1"] em {
  display: block;
  margin-top: 1em;
  margin-bottom: -1em;
}

label[for="ws-plugin--s2member-profile-password1"] em:nth-of-type(2) {
  margin-top: 0;
}

/* =====================================================
   Slider
   ===================================================== */
.hero-slider-wrap {
  overflow-y: hidden;
  position: relative;
  top: -168px;
  /* Height of 'site-header' */
  margin-bottom: -143px;
}

.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
  opacity: 0.4;
  z-index: 500;
  top: 55%;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 60px;
}

.fs-slide {
  padding: 0 15px;
}

.feat-submissions-slider-wrap {
  margin: 0 -15px;
}

.feat-submissions-slider-wrap .slick-prev,
.feat-submissions-slider-wrap .slick-next {
  float: right;
  height: 23px;
  width: 23px;
  opacity: 0.9;
  z-index: 500;
}
.feat-submissions-slider-wrap .slick-prev:hover,
.feat-submissions-slider-wrap .slick-next:hover {
  opacity: 0.6;
}

.feat-submissions-slider-wrap .slick-next {
  top: -60px;
  right: 10px;
}

.feat-submissions-slider-wrap .slick-prev {
  top: -60px;
  margin-left: -70px;
  left: 100%;
}

/* Homepage Slide Content
   ----------------------------------------------------- */
.home .ls-l {
  width: 100%;
}

@media (max-width: 599px) {
  .ls-content-wrap {
    top: 240px !important;
  }
}

.ls-content-wrap br {
  display: none;
}

@media (max-width: 750px) {
  .ls-slide-1 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-2 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-3 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-4 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-5 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-6 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-7 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-8 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-9 .ls-l .ls-content-wrap br {
    display: block;
  }
}

@media (max-width: 600px) {
  .ls-slide-10 .ls-l .ls-content-wrap br {
    display: block;
  }
}

.ls-content-wrap {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: 610px;
  left: 0;
  right: 0;
  top: 290px;
  background: #141414;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(20, 20, 20, 0.7) 40%,
    #141414 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(20, 20, 20, 0.7) 40%,
    #141414 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(20, 20, 20, 0.7) 40%,
    #141414 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#141414',GradientType=0 );
}
.ls-content-wrap h1,
.ls-content-wrap h2 {
  margin-bottom: 2px;
  color: white;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 300;
  float: none !important;
}
.ls-content-wrap .btn {
  cursor: pointer;
}
.ls-content-wrap .sub-heading {
  margin-bottom: 30px;
  font-family: "Lora", Georgia, sans-serif;
  font-size: 20px;
}
@media (max-width: 1339px) {
  .ls-content-wrap h1,
  .ls-content-wrap h2 {
    font-size: 50px;
  }
  .ls-content-wrap .sub-heading {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .ls-content-wrap h1,
  .ls-content-wrap h2 {
    font-size: 46px;
  }
  .ls-content-wrap .sub-heading {
    font-size: 19px;
  }
  .ls-content-wrap .btn {
    font-size: 15px;
  }
}
@media (max-width: 1039px) {
  .ls-content-wrap h1,
  .ls-content-wrap h2 {
    font-size: 40px;
  }
  .ls-content-wrap .sub-heading {
    font-size: 18px;
  }
  .ls-content-wrap .btn {
    font-size: 14px;
  }
}
@media (max-width: 899px) {
  .ls-content-wrap h1,
  .ls-content-wrap h2 {
    font-size: 36px;
  }
  .ls-content-wrap .sub-heading {
    font-size: 17px;
  }
  .ls-content-wrap .btn {
    font-size: 14px;
  }
}

.ls-content-inner {
  width: 80% !important;
  margin: 0 auto;
}

.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
  top: -34px !important;
}

.ls-v5 .ls-nav-prev,
.ls-v5 .ls-nav-next {
  top: 56% !important;
}
@media (max-width: 599px) {
  .ls-v5 .ls-nav-prev,
  .ls-v5 .ls-nav-next {
    top: auto !important;
    width: 25px !important;
    height: 42px !important;
    bottom: 40px !important;
  }
}

@media (max-width: 599px) {
  .home .ls-v5 .ls-nav-prev {
    left: 38% !important;
  }
}

@media (max-width: 599px) {
  .home .ls-v5 .ls-nav-next {
    background-position: -165px 0px !important;
    right: 38% !important;
  }
}

.ls-bottom-slidebuttons a {
  opacity: 0.2;
}
.ls-bottom-slidebuttons a.ls-nav-active,
.ls-bottom-slidebuttons a:hover {
  opacity: 0.45;
}

.ls-slide {
  width: 100%;
  height: 610px;
}
.ls-slide.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.ls-slide.compat-object-fit img {
  opacity: 0;
}
.ls-slide img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

/* =====================================================
   Contests
   ===================================================== */
.post-type-archive-contest .grid-contests .col-sm-4 {
  margin-bottom: 30px;
}

.post-type-archive-contest .grid-contests .col-sm-4:nth-child(3n + 4) {
  clear: both;
}

.post-type-archive-contest .feat-block-alt img {
  margin-bottom: 15px;
}

body.single-contest {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff;
}

.grid-contests .feat-block {
  background: transparent;
  border: none;
}
.grid-contests .feat-block h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.grid-contests .feat-block .meta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #969899;
}
.grid-contests .feat-block .meta a {
  color: black;
}
.grid-contests .feat-block .meta a:hover {
  color: #4d4d4d;
}
.grid-contests .feat-block .thumb {
  margin-bottom: 14px;
}
.grid-contests .feat-block .thumb img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.grid-contests .feat-block .content {
  padding: 0;
}
.grid-contests .feat-block .thumb:hover .btn-read-more {
  top: 64px;
}

.submit-header {
  height: 400px !important;
  position: relative;
}

@media (max-width: 62.5em) {
  .submit-header {
    height: 270px !important;
  }
}

/* .single-contest .site-header {
  height: 700px;
  position: relative;
}

@media (max-width: 62.5em) {
  .single-contest .site-header {
    height: 470px;
  }
}

.single-contest .site-header:after {
  content: "";
  position: absolute;
  height: 45%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(20, 20, 20, 0.4) 100%,
    #141414 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(20, 20, 20, 0.4) 100%,
    #141414 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(20, 20, 20, 0.4) 100%,
    #141414 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#141414',GradientType=0 );
}

.single-contest .header-bar-a {
  background: rgba(0, 0, 0, 0.4);
}

.single-contest .main-navigation {
  background: rgba(0, 0, 0, 0.2);
}

.single-contest .main-navigation ul li a {
  color: #fff;
}

.single-contest .entry-header {
  position: absolute;
  bottom: 13em;
  margin: auto;
  padding: 0px 20px;
  width: 100%;
  text-align: center;
  z-index: 100;
}

@media (max-width: 62.5em) {
  .single-contest .entry-header {
    bottom: 5em !important;
  }
}

.single-contest .entry-header img {
  max-width: 380px;
  margin: auto;
  width: 100%;
  padding-bottom: 2em;
}

.single-contest .entry-header h1 {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.single-contest .row .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.single-contest h2 {
  margin-bottom: 10px;
}

.single-contest h3 {
  margin-top: 10px;
}

.single-contest .site-content {
  padding-top: 0;
}

.single-contest .main-navigation {
  top: 113px;
  bottom: auto;
}

.single-contest .entry-content {
  margin: 0;
} */

#contest-sponsors img {
  display: inline;
  vertical-align: middle;
}

#contest-intro {
  padding: 30px 24px;
}

#contest-intro .row:last-of-type {
  margin-bottom: 0;
}

#contest-nav {
  padding: 45px 0;
  text-align: center;
}

#contest-nav a {
  display: inline-block;
  margin: 0 1%;
}

#contest-prizes .container {
  padding: 40px 0;
}

#contest-prizes h2,
#contest-prizes h3,
#contest-prizes h4 {
  font-weight: normal;
  font-size: 24px;
}

/* #contest-prizes ul {
  margin: 0;
  padding: 0;
}

#contest-prizes ul li {
  margin-bottom: 0.5em;
  color: #969899;
  font-size: 16px;
} */

#extra-content .container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d4d7d9;
}

#contest-faq .container {
  width: 1120px;
  padding: 40px 0;
  border-bottom: 1px solid #d4d7d9;
  text-align: center;
}

#contest-faq .container .faq-intro {
  text-align: left;
}

#contest-rules .container {
  width: 1120px;
  padding: 40px 0;
  text-align: center;
}

#contest-faq h2,
#contest-rules h2 {
  font-weight: 400;
}

#contest-faq .container .ui-accordion,
#contest-rules .container .ui-accordion {
  text-align: left;
}

.ui-accordion-header {
  font-size: 1em;
  font-weight: normal;
  background: #fff;
  padding: 0.75em;
  outline: none !important;
  margin-bottom: 8px;
}
.ui-accordion-header:hover,
.ui-accordion-header.ui-state-active {
  cursor: pointer;
  background: #75b189;
  color: #75b189;
}

.ui-state-active {
  margin: 0;
}

.ui-state-default:before {
  content: "+  ";
}

.ui-state-active:before {
  content: "–  ";
}

.ui-accordion-content {
  padding: 0.75em 1.5em;
  background: #fff;
  margin-bottom: 8px;
}

.ui-accordion-content p:first-of-type {
  display: inline;
}

.single-contest-submission .site-content {
  padding-top: 0;
}

.single-contest #right-rail-3 {
  position: static !important;
}

.page-template-page-purchase form input {
  margin-left: 1px;
  margin-right: 0.5em;
  margin-bottom: 1em;
  vertical-align: 9%;
}

.form-row {
  margin-bottom: 1em;
  overflow: hidden;
}

.form-row label {
  float: left;
  font-weight: bold;
  clear: both;
}

.form-row input {
  /* width: 80%; */
  float: left;
}

#cc-exp input {
  width: auto;
  float: none;
}

#cc-terms label {
  width: auto;
}

#cc-terms input {
  width: 20%;
  margin-left: 0.5em;
  margin-top: 0.25em;
}

.bs-callout {
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 2em;
  border: 1px solid #ccc;
}

.bs-callout h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #75b189;
}

.bs-callout p {
  margin-bottom: 0;
}

.payment-errors {
  padding-bottom: 2em;
  display: block;
  color: red;
}

/* =====================================================
   Galleries
   ===================================================== */
.image-facade-prot {
  position: absolute;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button#favorite-button--grid {
  background: url("../img/icon-star-white-outline.png") no-repeat;
  cursor: pointer !important;
  text-indent: -999999px;
  border: none;
  height: 30px;
  width: 30px;
  background-size: cover !important;
  margin: 20px auto 0;
  outline: none !important;
  transition: 0.2s ease-in-out;
}
button#favorite-button--grid:hover {
  background: url("../img/icon-star-white-hover.png") no-repeat;
}

button#favorite-button--grid.mdv-un-favorite-image {
  background: url("../img/icon-star-white-filled.png") no-repeat;
}

button#vote-button {
  background: url("../img/icon-vote-outline.svg") no-repeat;
  background-size: cover;
  cursor: pointer !important;
  text-indent: -999999px;
  border: none;
  height: 30px;
  width: 75px;
  margin: 15px auto 0;
  outline: none !important;
}
button#vote-button:hover {
  opacity: 0.5;
}

button#vote-button.mdv-voted-image {
  background: url("../img/icon-voted-outline.svg") no-repeat;
}

.single .block-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 30px;
  font-size: 14px;
}
.single .block-content h1,
.single .block-content h2 {
  margin-top: 10px;
  font-size: 25px;
  color: #575a5b;
}
.single .block-content .heading-alt-b {
  color: #424445;
}
.single .block-content .details {
  color: #969899;
}
.single .block-content .author-name {
  color: #424445;
  float: left;
  padding-left: 13px;
  padding-top: 13px;
  font-size: 18px;
}
.single .block-content .author-name a {
  color: #424445;
}
.single .block-content .author-name a:hover {
  color: #969899;
}
.single .block-content .author-img {
  float: left;
}
.single .block-content .author-img img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.page-template-page-galleries .feat-block,
.page-template-page-assignments .feat-block {
  background: #fff;
  border: 1px solid #efefef;
  text-align: center;
  display: block;
}
.page-template-page-galleries .feat-block h3,
.page-template-page-assignments .feat-block h3 {
  font-size: 21px;
  margin-bottom: 5px;
  transition: color 0.2s;
}
.page-template-page-galleries .feat-block h5,
.page-template-page-assignments .feat-block h5 {
  color: #a0a2a3;
  font-weight: normal;
}
.page-template-page-galleries .feat-block h5 .black,
.page-template-page-assignments .feat-block h5 .black {
  color: #000;
}
.page-template-page-galleries .feat-block .content,
.page-template-page-assignments .feat-block .content {
  padding: 0;
}
.page-template-page-galleries .feat-block img,
.page-template-page-assignments .feat-block img {
  transition: opacity 0.2s;
}
.page-template-page-galleries .feat-block:hover img,
.page-template-page-assignments .feat-block:hover img {
  opacity: 0.7;
}
.page-template-page-galleries .feat-block:hover h3,
.page-template-page-assignments .feat-block:hover h3 {
  color: #75b189;
}

.gallery-container {
  width: 100%;
}

.gallery-container .col-md-4 {
  padding: 0 5px;
  margin: 6px 0;
}

.gallery-container .entry-content {
  margin: 0;
}

.author-gallery-container {
  width: 100%;
}

.author-gallery-container .col-sm-6 {
  padding: 0 5px;
  margin: 6px 0;
}

.author-gallery-container .entry-content {
  margin: 0;
}

.gallery-tax-container {
  overflow: hidden;
}
.related-stories {
  margin: 2em 0;
  padding-left: 3px;
  padding-right: 3px;
}
.related-stories h2 {
  margin-bottom: 0.25em;
}
.related-stories .col-sm-3 {
  padding-left: 3px;
}

.pagination {
  clear: both;
  text-align: center;
  margin: 4em 0 2em;
}
.pagination .custom-pagination {
  display: inline-block;
}
.pagination .page-numbers {
  background: white none repeat scroll 0% 0%;
  padding: 10px;
  border: 1px solid #efefef;
}
.pagination .page-numbers.current {
  background: #75b189;
  color: #fff;
}
.pagination a.page-numbers {
  color: #75b189;
}
.pagination a.page-numbers:hover {
  background: #75b189;
  color: #fff;
}

.entry-content {
  position: relative;
  overflow: hidden;
}
.entry-content .interaction-bar {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.entry-content:hover .interaction-bar {
  opacity: 1;
}

.interaction-bar .author-name a {
  color: #fff !important;
}
.interaction-bar .author-name a:hover {
  text-decoration: underline;
}

@media all and (max-width: 1024px) {
  .entry-content:hover .interaction-bar {
    opacity: 0;
  }
}
.interaction-bar {
  padding-top: 15px;
  padding-bottom: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(20, 20, 20, 0), #141414);
}
.interaction-bar .author {
  position: relative;
  float: left;
}
.interaction-bar .author-name {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  display: inline-block !important;
  position: relative !important;
  top: 5px !important;
  left: 6px !important;
  color: #f5f5f5 !important;
}
.interaction-bar .author img {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 35px;
  border-radius: 50%;
}
.interaction-bar button {
  cursor: pointer;
}
.interaction-bar .btn-block {
  float: right;
  margin-right: 15px;
}

/*
.logged-out .interaction-bar {
  padding-top: 24px;
  bottom: -42px; } */
.single-gallery-container {
  position: relative;
}
.single-gallery-container .addthis_toolbox {
  position: absolute;
  right: 0;
  top: 30px;
}

.single-gallery-submission h1,
.single-contest-submission h1,
.single-assign-submission h1,
.single-pro-submission h1 {
  float: left;
  font-size: 40px;
  font-weight: 400;
  font-size: 26px;
  color: #c0c0c0;
}
.single-gallery-submission .entry-content,
.single-contest-submission .entry-content,
.single-assign-submission .entry-content,
.single-pro-submission .entry-content {
  margin-top: 0;
}
.single-gallery-submission .site-content,
.single-contest-submission .site-content,
.single-assign-submission .site-content,
.single-pro-submission .site-content {
  padding-top: 0;
}
.single-gallery-submission .main-img-wrap,
.single-contest-submission .main-img-wrap,
.single-assign-submission .main-img-wrap,
.single-pro-submission .main-img-wrap {
  text-align: center;
  padding: 60px 0 30px;
}
.single-gallery-submission .main-img-wrap a.x-back,
.single-contest-submission .main-img-wrap a.x-back,
.single-assign-submission .main-img-wrap a.x-back,
.single-pro-submission .main-img-wrap a.x-back {
  position: absolute;
  right: 16px;
  top: -35px;
  width: 20px;
  height: 20px;
}
.single-gallery-submission .main-img-wrap a.x-back:hover,
.single-contest-submission .main-img-wrap a.x-back:hover,
.single-assign-submission .main-img-wrap a.x-back:hover,
.single-pro-submission .main-img-wrap a.x-back:hover {
  opacity: 0.5;
}
.single-gallery-submission .main-img-wrap a.x-back img,
.single-contest-submission .main-img-wrap a.x-back img,
.single-assign-submission .main-img-wrap a.x-back img,
.single-pro-submission .main-img-wrap a.x-back img {
  width: 20px;
  height: 20px;
}
.single-gallery-submission .alignleft,
.single-gallery-submission .alignright,
.single-contest-submission .alignleft,
.single-contest-submission .alignright,
.single-assign-submission .alignleft,
.single-assign-submission .alignright,
.single-pro-submission .alignleft,
.single-pro-submission .alignright {
  opacity: 0.4;
  transition: all ease-in-out 0.1s;
  width: 35px;
  height: 35px;
}
@media (max-width: 1339px) {
  .single-gallery-submission .alignleft,
  .single-gallery-submission .alignright,
  .single-contest-submission .alignleft,
  .single-contest-submission .alignright,
  .single-assign-submission .alignleft,
  .single-assign-submission .alignright,
  .single-pro-submission .alignleft,
  .single-pro-submission .alignright {
    background: #333333;
    opacity: 0.5;
    padding: 12px 9px;
    width: 50px;
    height: 56px;
  }
}
@media (max-width: 659px) {
  .single-gallery-submission .alignleft,
  .single-gallery-submission .alignright,
  .single-contest-submission .alignleft,
  .single-contest-submission .alignright,
  .single-assign-submission .alignleft,
  .single-assign-submission .alignright,
  .single-pro-submission .alignleft,
  .single-pro-submission .alignright {
    background: #333333;
    opacity: 0.5;
    padding: 9px 6px;
    width: 40px;
    height: 46px;
  }
}
.single-gallery-submission .alignleft:hover,
.single-gallery-submission .alignright:hover,
.single-contest-submission .alignleft:hover,
.single-contest-submission .alignright:hover,
.single-assign-submission .alignleft:hover,
.single-assign-submission .alignright:hover,
.single-pro-submission .alignleft:hover,
.single-pro-submission .alignright:hover {
  opacity: 0.8;
}
.single-gallery-submission .alignleft,
.single-contest-submission .alignleft,
.single-assign-submission .alignleft,
.single-pro-submission .alignleft {
  position: relative;
  left: -80px;
}
@media (max-width: 1339px) {
  .single-gallery-submission .alignleft,
  .single-contest-submission .alignleft,
  .single-assign-submission .alignleft,
  .single-pro-submission .alignleft {
    left: 20px;
  }
}
@media (max-width: 1039px) {
  .single-gallery-submission .alignleft,
  .single-contest-submission .alignleft,
  .single-assign-submission .alignleft,
  .single-pro-submission .alignleft {
    left: 10px;
  }
}
.single-gallery-submission .alignright,
.single-contest-submission .alignright,
.single-assign-submission .alignright,
.single-pro-submission .alignright {
  position: relative;
  right: -50px;
}
@media (max-width: 1339px) {
  .single-gallery-submission .alignright,
  .single-contest-submission .alignright,
  .single-assign-submission .alignright,
  .single-pro-submission .alignright {
    right: 50px;
  }
}
@media (max-width: 1039px) {
  .single-gallery-submission .alignright,
  .single-contest-submission .alignright,
  .single-assign-submission .alignright,
  .single-pro-submission .alignright {
    right: 30px;
  }
}
.single-gallery-submission .navigation,
.single-contest-submission .navigation,
.single-assign-submission .navigation,
.single-pro-submission .navigation {
  width: 100%;
  position: absolute;
  top: 35%;
}
@media (max-width: 1339px) {
  .single-gallery-submission .navigation,
  .single-contest-submission .navigation,
  .single-assign-submission .navigation,
  .single-pro-submission .navigation {
    top: 40%;
  }
}
.single-gallery-submission .navigation a,
.single-contest-submission .navigation a,
.single-assign-submission .navigation a,
.single-pro-submission .navigation a {
  cursor: pointer;
}
.single-gallery-submission .feat-img img,
.single-contest-submission .feat-img img,
.single-assign-submission .feat-img img,
.single-pro-submission .feat-img img {
  display: inline-block;
}

.single-contest-submission .navigation {
  top: 300px;
}

.gal-sub-header {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 25px;
}
.gal-sub-header .btn-gallery-submit {
  float: right;
  margin-right: 275px;
}
.gal-sub-header .addthis_toolbox {
  float: right;
  top: 17px;
}

.single .gal-sub-header h1 {
  font-size: 32px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 30px;
  color: #c0c0c0;
}

.page-template-page-pro-galleries .feat-block .thumb:hover .btn-read-more {
  top: 76px;
  width: 160px;
}

.col-md-4.ad-block {
  text-align: center;
}

.tags {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.tags a {
  color: #424445 !important;
}
.tags ul {
  margin: 0;
  padding: 0;
}
.tags li {
  background: #dce0e4;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.detail-block {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #d7d8d9;
}
.detail-block.bottom {
  border-bottom: none;
}
.detail-block .details p {
  margin-bottom: 15px;
  margin-top: 0;
}

.tags h3 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 18px;
}

.single-gallery-submission .row .row .row,
.single-contest-submission .row .row .row,
.single-assign-submission .row .row .row,
.single-pro-submission .row .row .row {
  margin-left: 0;
  margin-right: 0;
}
.single-gallery-submission .camera-block,
.single-contest-submission .camera-block,
.single-assign-submission .camera-block,
.single-pro-submission .camera-block {
  padding: 20px 0;
}
.single-gallery-submission .icon-camera,
.single-contest-submission .icon-camera,
.single-assign-submission .icon-camera,
.single-pro-submission .icon-camera {
  width: 44px;
  float: left;
  margin-right: 10px;
}
.single-gallery-submission .date-block .col-md-4,
.single-contest-submission .date-block .col-md-4,
.single-assign-submission .date-block .col-md-4,
.single-pro-submission .date-block .col-md-4 {
  padding: 0;
}
.single-gallery-submission .date-block .row,
.single-contest-submission .date-block .row,
.single-assign-submission .date-block .row,
.single-pro-submission .date-block .row {
  margin-bottom: 5px;
}
.single-gallery-submission .date-block .row:last-child,
.single-contest-submission .date-block .row:last-child,
.single-assign-submission .date-block .row:last-child,
.single-pro-submission .date-block .row:last-child {
  margin-bottom: 0;
}
.single-gallery-submission .date-block .details,
.single-contest-submission .date-block .details,
.single-assign-submission .date-block .details,
.single-pro-submission .date-block .details {
  text-align: right;
}
.single-gallery-submission .view-block .col-md-3:first-of-type,
.single-contest-submission .view-block .col-md-3:first-of-type,
.single-assign-submission .view-block .col-md-3:first-of-type,
.single-pro-submission .view-block .col-md-3:first-of-type {
  padding-left: 0;
}
.single-gallery-submission .view-block .number,
.single-contest-submission .view-block .number,
.single-assign-submission .view-block .number,
.single-pro-submission .view-block .number {
  font-size: 24px;
}
.single-gallery-submission .detail-location-block .row,
.single-contest-submission .detail-location-block .row,
.single-assign-submission .detail-location-block .row,
.single-pro-submission .detail-location-block .row {
  margin-bottom: 5px;
}
.single-gallery-submission .detail-location-block .col-md-4,
.single-contest-submission .detail-location-block .col-md-4,
.single-assign-submission .detail-location-block .col-md-4,
.single-pro-submission .detail-location-block .col-md-4 {
  padding: 0;
}
.single-gallery-submission .map-block .row,
.single-contest-submission .map-block .row,
.single-assign-submission .map-block .row,
.single-pro-submission .map-block .row {
  margin-bottom: 5px;
}
.single-gallery-submission .map-block .col-md-12,
.single-contest-submission .map-block .col-md-12,
.single-assign-submission .map-block .col-md-12,
.single-pro-submission .map-block .col-md-12 {
  padding: 0;
}

form#order select,
form#filter select {
  display: none;
}
form#order,
form#filter {
  text-align: right;
  padding-right: 2px;
}
form#order span.sort-by,
form#filter span.filter-by {
  display: inline-block;
  padding-top: 5px;
  padding-right: 6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
form#order .chosen-container,
form#filter .chosen-container {
  float: right;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  width: 250px !important;
  text-align: left;
}
form#order .chosen-container .chosen-single:hover,
form#filter .chosen-container .chosen-single:hover {
  text-decoration: none !important;
}
form#order .chosen-container .chosen-drop,
form#filter .chosen-container .chosen-drop {
  width: 250px;
}

form#filter > div:first-of-type {
  display: none;
}
li.level-1,
li.level-2,
li.level-3,
li.level-4 {
  font-size: 14px;
}
form#order .chosen-container-single .chosen-single,
form#filter .chosen-container-single .chosen-single {
  padding: 3px 0 0 8px;
  height: 32px;
}

form#order .chosen-container-single .chosen-single div b,
form#filter .chosen-container-single .chosen-single div b {
  background-position: 0 5px;
}

form#order .chosen-container-active.chosen-with-drop .chosen-single div b,
form#filter .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}

.page-template-page-pro-galleries .addthis_toolbox {
  text-align: right;
}
.page-template-page-pro-galleries .addthis_toolbox > a {
  display: inline-block;
  float: none;
}
.page-template-page-pro-galleries .feat-block {
  text-align: center;
}
.page-template-page-pro-galleries .feat-block .content img {
  margin: 0.5em auto 1em;
  width: 70px;
  border-radius: 35px;
}
.page-template-page-pro-galleries .feat-block .content h5 {
  font-weight: normal;
  color: #a0a2a3;
  margin-bottom: 0.5em;
}
.page-template-page-pro-galleries .feat-block .content h5 span {
  color: #000;
}

.page-template-page-contact .site-content h3 {
  margin-bottom: -0.25em;
}

.page-template-page-contact .site-content {
  padding-top: 0;
}

.page-template-page-contact .header-int {
  padding-bottom: 40px;
}

.page-template-page-contact .header-int img {
  width: 100%;
}

.contact-intro {
  border-bottom: 1px solid #e3e5e6;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.contact-columns {
  border-bottom: 1px solid #e3e5e6;
  margin-bottom: 40px;
}

.contact-social {
  display: block;
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 8px;
}
.contact-social:hover {
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
  text-decoration: none !important;
}
.contact-social img {
  width: 98%;
  height: auto;
}

.page-template-page-contact .gform_wrapper {
  margin-top: 0;
}

.page-template-page-contact .gform_wrapper {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.page-template-page-contact .gform_wrapper ul li span label {
  display: none !important;
}

@media all and (max-width: 1059px) {
  form#order,
  form#filter {
    text-align: left;
    margin: 1em 0 0;
    clear: both;
  }
  form#order .chosen-container,
  form#filter .chosen-container {
    float: none;
  }
}

@media all and (max-width: 959px) {
  .contact-columns .col-md-4 {
    margin-bottom: 30px;
  }

  .contact-bottom .col-md-6 {
    margin-bottom: 30px;
    overflow: hidden;
  }
}
@media all and (max-width: 768px) {
  .page-template-page-contact .site-content .container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .page-template-page-contact .header-int img {
    width: 300%;
    max-width: none;
    margin-left: -120%;
    margin-top: -27%;
    z-index: -1;
    position: relative;
  }
}
/* =====================================================
   Navigation
   ===================================================== */
.main-navigation {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}
@media (max-width: 1119px) {
  .main-navigation {
    text-align: left;
  }
}
/* @media (max-width: 799px) {
  .main-navigation {
    display: none;
  }
} */
.main-navigation ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 1119px) {
  .main-navigation ul {
    display: table;
  }
}
.main-navigation li {
  margin: 0;
  padding: 16px 12px;
  display: inline-block;
}
@media (max-width: 959px) {
  .main-navigation li:last-child {
    display: none;
  }
}
@media (max-width: 1119px) {
  .main-navigation li {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    text-align: center;
    width: 6%;
    padding: 10px 1%;
  }
}
.main-navigation a {
  padding: 16px 0;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  transition: none;
}
@media (max-width: 1199px) {
  .main-navigation a {
    font-size: 14px;
  }
}
@media (max-width: 1039px) {
  .main-navigation a {
    font-size: 13px;
  }
}
.main-navigation a:hover {
  border-bottom: 2px solid #333333;
}
@media (max-width: 1119px) {
  .main-navigation a:hover {
    color: #666666;
    border-bottom: none;
  }
}
@media (max-width: 919px) {
  .main-navigation a:hover {
    border-bottom: none;
  }
}
.main-navigation a.alt-link {
  font-size: 13px;
}
.main-navigation .sub-menu {
  margin-top: 31px;
  background: #1c1c1c;
  text-align: left;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.main-navigation .sub-menu a {
  color: #a0a2a3;
}
.main-navigation .sub-menu a:hover {
  border-bottom: none;
  color: #75b189;
}
.main-navigation .sub-menu li {
  padding: 16px 13px;
  display: block;
}
.main-navigation .sub-menu li:hover {
  width: 100%;
  background: #272727;
}
.main-navigation .sub-menu li:hover a {
  color: #75b189;
}
.main-navigation .sub-menu a,
.main-navigation .sub-menu li {
  text-align: left;
  white-space: nowrap;
}

li.nav-sm {
  padding-right: 4px;
}
@media (max-width: 1119px) {
  li.nav-sm {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    text-align: center;
    width: 6%;
    padding: 10px 1%;
  }
}
@media (max-width: 799px) {
  li.nav-sm {
    padding: inherit;
    display: inline-block;
  }
}
li.nav-sm a {
  font-size: 13px;
}

.home .main-navigation {
  background: #1e1e1e;
}
.home .main-navigation a {
  color: white;
}
.home .main-navigation a:hover {
  border-bottom: 2px solid white;
}
.home .main-navigation .sub-menu a:hover {
  border-bottom: none;
}

#site-navigation ul#primary-menu {
  margin-left: -3.75%;
}
@media (max-width: 1119px) {
  #site-navigation ul#primary-menu {
    margin-left: 0;
  }
}

/* Alternate Top Navigation Block */
.top-nav-alt-block {
  display: none;
}

/* =====================================================
   Archive
   ===================================================== */
.archive .pagination {
  margin-top: 40px;
}
.archive .news-block-alt {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #75b189;
  color: white;
  text-align: center;
  padding: 34px 44px;
  margin-bottom: 30px;
}
.archive .news-block-alt h3 {
  color: white;
  margin-bottom: 8px;
}
.archive .news-block-alt .subheader {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
.archive .news-block-alt .btn {
  font-weight: 700;
}

.content-archive .content {
  overflow: hidden;
  padding: 2px 35px 35px;
}
.content-archive.feat-archive-block h3 {
  margin-bottom: 6px;
}
.content-archive .meta {
  font-size: 13px;
  color: #a0a2a3;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.archive-grid-item.ad-block {
  text-align: center;
  margin-bottom: 30px;
}

.sponsored-snipe {
  display: block;
  width: 120px;
  height: 43px;
  position: absolute;
  top: 6px;
  right: 1px;
  z-index: 200;
  background: url(../img/sponsored.png) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 1039px) {
  .sponsored-snipe {
    right: -4px;
  }
}
@media all and (max-width: 959px) {
  .sponsored-snipe {
    right: -7px;
  }
}
@media all and (max-width: 767px) {
  .archive.tax-locations-category #content .row,
  .archive.tax-gear-category #content .row,
  .archive.tax-how-to-category #content .row,
  .archive.tax-columns-category #content .row,
  .blog #content .row {
    margin-left: 0;
    margin-right: 0;
  }

  .archive.tax-locations-category #content .col-md-12,
  .archive.tax-gear-category #content .col-md-12,
  .archive.tax-how-to-category #content .col-md-12,
  .archive.tax-columns-category #content .col-md-12,
  .blog #content .col-md-12 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media all and (max-width: 600px) {
  .sponsored-snipe {
    right: -15px;
  }
}
/* =====================================================
   Submission
   ===================================================== */
.main-img-wrap {
  background: #212224;
  overflow: hidden;
}

.lt-gray {
  color: #a0a2a3;
}

.detail-block.camera-block div:nth-child(2) {
  font-size: 18px;
  line-height: 0.85;
  padding-bottom: 0.1em;
}

.submission-actions {
  clear: both;
  text-align: right;
}
.submission-actions #favorite-button--grid {
  margin: 15px 0;
}
.submission-actions #vote-button {
  margin: 12px 0;
}

.detail-location-block .col-md-8 {
  text-align: right;
  padding-right: 0;
}

a.report,
a.report:visited {
  color: #a0a2a3 !important;
  font-size: 12px;
}
a.report:hover,
a.report:visited:hover {
  color: #212224 !important;
}

@media all and (max-width: 767px) {
  .map-container iframe {
    display: none;
  }

  .map-container .hidden {
    display: inline !important;
  }
}
/* =====================================================
   Assignments
   ===================================================== */
.post-type-archive-assignment .feat-block .content {
  text-align: center;
}
.post-type-archive-assignment .feat-block:hover h3 a {
  transition: all ease-in-out 0.1s;
  color: #75b189;
}

.search-search-block--assignments .search-form {
  margin-bottom: 22px;
}

@media all and (min-width: 960px) {
  .search-search-block--assignments {
    float: right;
    width: 336px;
  }

  .search-search-block--assignments .search-form {
    margin-bottom: 0;
  }
}

.assignment-dates {
  clear: both;
  color: black;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}

.current-assignment .assignment-dates {
  color: #fff;
  font-size: 18px;
}

.assignment-dates-icon {
  display: inline-block;
  margin-right: 4px;
  margin-top: -3px;
  vertical-align: middle;
}

h5.assignment-subhead {
  font-weight: 400;
  font-size: 14px;
  color: #a0a2a3;
}
h5.assignment-subhead .black {
  color: black;
}

.grid-assignment .thumb .btn-read-more {
  display: none !important;
}
.grid-assignment .overlay {
  transition: all 0.15s ease;
  opacity: 0;
  background: white;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.grid-assignment .thumb:hover .overlay {
  opacity: 0.35;
}

.current-assignment .fit-img img {
  height: 400px;
}

.post-type-archive-assignment .current-assignment .feat-block .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.current-assignment .feat-block .thumb {
  margin-bottom: 0;
}

.current-assignment .feat-block .assignment-dates {
  padding-top: 10%;
}

.current-assignment .feat-block h3 {
  padding-top: 5px;
  font-size: 48px;
  font-weight: 500;
}

.current-assignment .feat-block:hover h3 a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.current-assignment .feat-block h3 a {
  color: #fff;
}
.current-assignment .feat-block h3 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 600px) {
  .current-assignment .feat-block h3 {
    font-size: 36px;
  }
}
.post-type-archive-assignment .site-header,
.single-assignment .site-header {
  height: 450px;
  position: relative;
  text-align: center;
}

.post-type-archive-assignment .main-navigation,
.single-assignment .main-navigation {
  top: 113px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.2);
}

.post-type-archive-assignment .main-navigation a,
.single-assignment .main-navigation a {
  color: #fff;
}

.post-type-archive-assignment .entry-header,
.single-assignment .entry-header {
  padding-top: 4%;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-type-archive-assignment .entry-header h1,
.post-type-archive-assignment .entry-header h2,
.single-assignment .entry-header h1,
.single-assignment .entry-header h2 {
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  margin-bottom: 0.1em;
}
.post-type-archive-assignment .entry-header p,
.single-assignment .entry-header p {
  color: #fff;
  margin: 0;
}

.post-type-archive-assignment .newsletter-block,
.single-assignment .newsletter-block {
  text-align: left;
}

@media all and (max-width: 600px) {
  .post-type-archive-assignment .entry-header h1,
  .single-assignment .entry-header h1 {
    font-size: 48px;
  }
}
.assignment-bg {
  background: rgba(0, 0, 0, 0.15);
}

.grid-assignment:nth-child(3n + 5) {
  clear: both;
}

/* =====================================================
   Blog
   ===================================================== */
.blogCol {
  width: 33%;
  padding: 0 15px;
  float: left;
}
.blogCol:nth-child(3n + 1) {
  clear: both;
}

.alm-btn-wrap {
  clear: both;
  width: 200px;
  margin: 0 auto;
}

/* =====================================================
   Blog Single
   ===================================================== */
/* Clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* .single h1 {
  line-height: 1.2;
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
} */

.single td {
  background: white;
  padding: 30px;
}

.single .entry-content {
  font-size: 18px;
  line-height: 1.6;
  overflow: visible;
}

.single .post-nav-links {
  overflow: hidden;
  padding: 10px 0 0;
  border-top: 1px solid #e3e5e6;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.single .post-nav-links a {
  color: black;
}
.single .post-nav-links a:hover {
  color: #666666;
}
.single .prev-link {
  float: right;
  text-align: right;
}
.single .next-link {
  float: left;
  text-align: left;
}

.entry-content .addthis_toolbox,
.entry-content .addthis_button,
.entry-header .addthis_toolbox,
.entry-header .addthis_button {
  margin: 0 0 15px !important;
}

.entry-meta {
  font-size: 15px;
  color: #969899;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.icon-comments {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 2px;
  width: 15px;
  height: 15px;
}

.wp-caption .wp-caption-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  background: white;
  padding: 15px 35px;
  font-style: italic;
  color: #7a7c7d;
  font-size: 15px;
}

.single .entry-header .subtitle {
  font-family: "Lora", Georgia, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 27px;
}

/*.single .entry-content img {
  width: 100%; }*/
#respond:focus {
  outline: none !important;
}

.author-meta {
  padding-top: 40px;
  border-top: 1px solid #e3e5e6;
}

.author-meta .col-md-4 .col-md-4 {
  padding-right: 0;
}

.author-meta img.avatar {
  border-radius: 40px;
}

.author-meta .author-name {
  margin: 0 0 0.25em;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.author-meta .author-bio {
  font-size: 16px;
  color: #969899;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.author-meta .author-social {
  padding: 12px 6px;
}

.author-meta .author-social img {
  display: inline;
  height: 16px;
  width: auto;
}

.author-meta .author-name a {
  color: #575a5b;
}
.author-meta .author-name a:hover {
  color: #75b189;
  text-decoration: none;
}

.single .single-container .row .col-md-70 {
  padding-left: 4%;
  padding-right: 4%;
}

@media all and (max-width: 400px) {
  #comments .comment-author {
    width: 100%;
  }

  #comments .reply {
    position: relative;
  }

  #comments .comment-content p:first-child {
    margin-top: 0 !important;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.single .sponsored-snipe-text {
  color: #fff;
  background: #ecae49;
  padding: 0.5em 1em;
  box-shadow: 1px 1px 5px #ccc;
  display: inline-block;
  margin-top: 2px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* =====================================================
   Author Page
   ===================================================== */
.archive.author .main-navigation {
  top: 113px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.2);
}

.archive.author .main-navigation a {
  color: #fff;
}

.authorGrid {
  margin-top: 40px;
}

.authorGrid .author {
  overflow: hidden;
  padding: 25px;
  margin-bottom: 30px;
  background: white;
  text-align: center;
}
.authorGrid .author h2 {
  font-size: 22px;
  margin: 10px 0 12px;
}
.authorGrid .author p {
  margin: 0;
}

/*
.author:nth-child(odd) .authorAvatar {
  float: right; }

.author:nth-child(even) .authorAvatar {
  margin-right: 25px;
  float: left; }
*/
.authorGrid .authorAvatar img {
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #e1e5e7;
}

.authorGrid .authorCol {
  width: 50%;
  float: left;
}
@media (max-width: 599px) {
  .authorGrid .authorCol {
    width: 100%;
  }
}

body.archive.author {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.archive.author .container .col-md-8 p {
  color: #969899;
}

.archive.author .container .col-md-8 .black {
  color: #000;
}

.archive.author .site-header {
  height: 450px;
  background-image: url(../assets/img/header-author.jpg);
  background-size: cover;
}

.archive.author .site-header .entry-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
}
.archive.author .site-header .entry-header img {
  display: inline;
  border-radius: 40px;
  border: 2px solid #efefef;
}
.archive.author .site-header .entry-header h1 {
  color: #fff;
  font-weight: normal;
  vertical-align: 50%;
  margin-bottom: 0.25em;
}

.author-header-left {
  width: 100px;
  float: left;
}

.author-header-right {
  width: 80%;
  float: left;
}

.author-social {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 8px 16px 4px;
  display: inline;
}

.author-social .ss-icon {
  color: #fff;
  padding-right: 10px;
}
.author-social .ss-icon:hover {
  color: #ccc;
}
.author-social .ss-icon:last-child {
  padding-right: 0;
}

#website a,
#website a:visited {
  color: #969899;
  cursor: pointer;
}
#website a:hover,
#website a:visited:hover {
  color: #000;
  text-decoration: none;
}

#about {
  margin-bottom: 1.25em;
}
#about h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
#about p:first-of-type {
  margin-top: 0;
}

#city,
#state {
  display: inline;
  padding-right: 5em;
}

#country {
  display: inline;
}

#city p,
#state p,
#country p {
  display: inline;
}

#bag {
  margin-top: 2.5em;
}
#bag h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
#bag p:first-of-type {
  margin-top: 0;
}

.photographer-social {
  padding: 1em 0 4em;
}
.photographer-social a {
  border: 1px solid #000;
  color: #000;
  padding: 9px 10px;
  border-radius: 20px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.photographer-social a:hover i {
  color: #fff;
}

a.icon-facebook {
  border-color: #3c5b95;
}
a.icon-facebook i {
  color: #3c5b95;
}
a.icon-facebook:hover {
  background: #3c5b95;
}

a.icon-instagram {
  border-color: #417399;
}
a.icon-instagram i {
  color: #417399;
}
a.icon-instagram:hover {
  background: #417399;
}

a.icon-flickr {
  border-color: #f91c83;
}
a.icon-flickr i {
  color: #f91c83;
}
a.icon-flickr:hover {
  background: #f91c83;
}

a.icon-twitter {
  border-color: #5aadeb;
}
a.icon-twitter i {
  color: #5aadeb;
}
a.icon-twitter:hover {
  background: #5aadeb;
}

a.icon-google {
  border-color: #d64c42;
}
a.icon-google i {
  color: #d64c42;
}
a.icon-google:hover {
  background: #d64c42;
}

#author-about {
  padding-bottom: 4em;
}

.author-grid-container {
  padding-bottom: 60px;
}

.author-grid-item:nth-child(2n + 1) {
  clear: left;
}

.author-grid-item .feat-img {
  overflow: hidden;
}

.author-grid-item .feat-img img {
  height: 266px;
  object-fit: cover;
  width: 100%;
}

.author-articles h2,
.author-grid-container h2 {
  margin-bottom: 0.25em;
}

.archive.author .pagination {
  margin-bottom: 6em;
}

/* =====================================================
   Comments
   ===================================================== */
ol.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#comments {
  border-top: 1px solid #e3e5e6;
  padding-top: 30px;
  margin-top: 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
#comments a {
  color: #75b189;
}
#comments a:hover,
#comments a:visited {
  color: #51ab6e;
}
#comments .form-submit {
  margin-top: 0;
  float: right;
}
#comments input[type="submit"] {
  font-weight: 400;
}
#comments .comment-body {
  position: relative;
}
#comments .comment {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 20px;
}
#comments .says {
  display: none;
}
#comments .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  text-align: right;
}
#comments a.comment-reply-link {
  color: #424445;
}
#comments .comment-metadata a {
  font-size: 15px;
  color: #424445;
}
#comments .comment-content {
  color: #969899;
  font-size: 15px;
  line-height: 21px;
}
#comments .comment-content p {
  float: left;
  clear: both;
  margin-top: 0;
  margin-left: 70px;
  margin-bottom: 15px;
}
#comments .comment-content p:first-child {
  margin-top: -42px;
}
#comments .comment-author {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-right: 15px;
}
#comments .comment-author .fn {
  font-weight: 600;
  position: relative;
  top: -50px;
  margin-left: 70px;
}
#comments .comment-author img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* =====================================================
   Ad Blocks
   ===================================================== */
#header-1,
#footer-1 {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
}

#header-1_ad_container,
#footer-1_ad_container {
  margin: 15px;
  text-align: center;
  display: inline-block;
}

#right-rail-1_ad_container,
#right-rail-2_ad_container,
#right-rail-3_ad_container,
#right-rail-4_ad_container {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#right-rail-1_ad_container > ins,
#right-rail-2_ad_container > ins,
#right-rail-3_ad_container > ins,
#right-rail-4_ad_container > ins {
  border: 10px solid white !important;
}

@media (max-width: 699px) {
  .footer-ad-block,
  .footer-ad-block-home {
    /*    width: 300px;*/
    height: auto;
    background: none;
    margin: 0 auto 40px;
  }
}

.header-ad-block img,
.footer-ad-block img,
.footer-ad-block-home img {
  max-width: 100%;
}

.sidebar-ad-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.right-rail-1,
.right-rail-2,
.right-rail-3,
.right-rail-4,
.right-rail-5 {
  border: 10px solid white !important;
}

@media all and (max-width: 767px) {
  .archive-grid-item {
    width: 100%;
  }
}
/* =====================================================
   Data Tables
   ===================================================== */
.datatbl-outer {
  background: white;
  margin: 35px 0px;
}

.datatbl {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 3px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.datatbl,
.datatbl--flip tbody {
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(
        ellipse at left,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 75%
      )
      0 center,
    radial-gradient(
        ellipse at right,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 75%
      )
      100% center;
  background-size:
    10px 100%,
    10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  border-radius: 3px;
  margin: auto;
}

.datatbl td:first-child,
.datatbl--flip tbody tr:first-child {
  background-image: linear-gradient(
    to right,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.datatbl td:last-child,
.datatbl--flip tbody tr:last-child {
  background-image: linear-gradient(
    to left,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.datatbl th {
  font-weight: 100;
  font-size: 20px;
  text-align: left;
  background: #1b1e24;
  color: #e7e7e7;
  padding: 20px 20px;
  border-bottom: 4px solid #ddd;
}

.datatbl--flip th {
  font-weight: 100;
  font-size: 20px;
  text-align: left;
  background: #1b1e24;
  color: #d5e5db;
  padding: 20px 20px;
  border-right: 4px solid #ddd;
  border-bottom: none;
}

.datatbl td {
  background: none;
  font-size: 16px;
  padding: 20px 20px;
  border-top: 1px solid #e7e7e7;
  color: #7a7c7d;
  width: 824px;
}

.datatbl--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.datatbl--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.datatbl--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.datatbl--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.datatbl--flip td,
.datatbl--flip th {
  display: block;
}

.datatbl--flip td {
  background-image: none !important;
  border-right: 0;
  border-bottom: 0;
}

.datatbl--flip th:not(:last-child),
.datatbl--flip td:not(:last-child) {
  border-bottom: 0;
}

/* =====================================================
   Search
   ===================================================== */
.main-navigation .container {
  position: relative;
}

.top-nav-form-wrap {
  float: right;
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
}
@media (max-width: 1119px) {
  .top-nav-form-wrap {
    display: none;
  }
}

/* reset webkit search input browser style */
input {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
  /* remove the search and cancel icon */
}

/* placeholder */
input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

/* top nav search */
#top-nav-search input[type="search"],
.home #top-nav-search input[type="search"],
.page-template-page-classes-tours-workshops input[type="search"],
.single-contest #top-nav-search input[type="search"] {
  width: 16px;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.home #top-nav-search input[type="search"],
.page-template-page-classes-tours-workshops input[type="search"],
.single-contest #top-nav-search input[type="search"] {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#top-nav-search input[type="search"] {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L13.875 13.875M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%232D3033' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#top-nav-search input[type="search"]:focus {
  position: relative;
  top: -3px;
  background-image: none;
  width: 175px;
  padding: 3px 3px 3px 15px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: auto;
  border-color: #6dcff6;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

#top-nav-search input:-moz-placeholder {
  color: transparent;
}

#top-nav-search input::-webkit-input-placeholder {
  color: transparent;
}

/* Main Search Page */
.sr-img {
  display: block;
  float: left;
  width: 24%;
  margin-right: 3%;
}
.sr-img img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.sr-text {
  float: right;
  width: 73%;
}

.search-search-block form {
  position: relative;
  margin-bottom: 50px;
}
.search-search-block form input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #575a5b;
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 5px 10px 5px 32px;
  width: 100%;
}
/*.search-search-block form input[type="search"]:before {
      content: '';
      background-image: url("../img/icon-search.svg") no-repeat;
      width: 10px;
      height: 10px; }*/
.search-search-block form .search-submit {
  display: none !important;
}

.icon-search {
  position: relative;
}

.icon-search img {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 11px;
  left: 10px;
}

.search article {
  margin-bottom: 40px;
  overflow: hidden;
}
.search h2 {
  margin-bottom: 0;
  line-height: 26px;
  font-size: 22px;
}
.search .entry-summary {
  margin-top: 0;
}
.search p {
  margin-bottom: 10px;
}
.search .entry-meta {
  font-size: 14px;
  color: #a0a2a3;
}
.search .entry-meta a {
  color: #a0a2a3;
}

@media all and (max-width: 1039px) {
  .row .col-md-70 .row,
  .row .col-md-8 .row {
    margin-right: 0;
    margin-left: 0;
  }

  .feat-block a.thumb {
    float: none;
    display: block;
  }
  .feat-block a.thumb img {
    width: auto !important;
    height: auto !important;
  }

  .feat-block a.fit-img-sm img {
    width: 100% !important;
    height: 180px !important;
  }

  .feat-block.feat-block-alt a.thumb img {
    width: 100% !important;
    height: 425px !important;
  }

  .current-assignment .feat-block a.thumb.fit-img img {
    height: 400px !important;
  }

  .feat-block a.thumb.fit-img img {
    height: 250px !important;
    width: 100% !important;
  }

  .single .col-md-70,
  .single .col-md-30 {
    width: 100%;
  }

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

  .site-footer .mag,
  .site-footer .mag-ipad {
    display: inline-block;
    float: none;
  }
}
@media all and (max-width: 959px) {
  .single-gallery-submission .view-block,
  .single-contest-submission .view-block,
  .single-assign-submission .view-block,
  .single-pro-submission .view-block {
    border-top: 1px solid #d7d8d9;
  }

  .single-gallery-submission .view-block .col-md-3,
  .single-contest-submission .view-block .col-md-3,
  .single-assign-submission .view-block .col-md-3,
  .single-pro-submission .view-block .col-md-3 {
    width: 33.333%;
    float: left;
  }

  .detail-block.date-block {
    border-bottom: none;
  }

  .detail-block.detail-location-block .col-md-8,
  .detail-block.date-block .col-md-8 {
    padding-left: 0;
  }

  .single-gallery-submission .date-block .details,
  .single-contest-submission .date-block .details,
  .single-assign-submission .date-block .details,
  .single-pro-submission .date-block .details {
    text-align: left;
  }

  .archive .col-md-4,
  .archive .col-sm-4,
  .blog .col-sm-4 {
    width: 100%;
  }

  .feat-block a.thumb.fit-img img {
    height: 325px !important;
    width: 100% !important;
  }

  .fit-img img {
    height: 325px;
  }

  .fit-img.feature-story img {
    height: 325px !important;
  }
}
@media all and (max-width: 767px) {
  .feat-block .content,
  .feat-archive-block .content {
    min-height: 0 !important;
  }

  .grid-contests .fit-img-sm-alt-2 img {
    width: 100%;
  }

  .single-gallery-submission .entry-content > .container,
  .single-contest-submission .entry-content > .container,
  .single-assign-submission .entry-content > .container,
  .single-pro-submission .entry-content > .container,
  .single-gallery-submission .hentry > .container,
  .single-contest-submission .hentry > .container,
  .single-assign-submission .hentry > .container,
  .single-pro-submission .hentry > .container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .single-gallery-submission .row .col-md-12 .row,
  .single-contest-submission .row .col-md-12 .row,
  .single-assign-submission .row .col-md-12 .row,
  .single-pro-submission .row .col-md-12 .row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-page-on-location .on-location .row .col-md-70,
  .page-template-page-photography-gear .section-landing .row .col-md-70,
  .page-template-page-tips-techniques .section-landing .row .col-md-70,
  .page-template-page-pro-perspectives .pro-perspectives .row .col-md-70,
  .post-type-archive-assignment .section-landing .row .col-md-12,
  .post-type-archive-contest .grid-contests .col-md-8,
  .author .container .row .col-md-12 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media all and (max-width: 600px) {
  .home h2,
  .on-location .col-md-70 > h3 {
    float: none;
    text-align: center;
  }

  .home a.more-link {
    top: auto;
    text-align: center;
    display: block;
    margin: 0 auto 2em;
    float: none;
  }

  .container .col-md-70 .col-sm-12,
  .container .col-md-70 .col-sm-6,
  .container .col-md-70 .col-md-6,
  .container .col-md-12 .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
  }

  .section-landing h3,
  .section-landing .deck,
  .section-landing .deck-alt {
    padding-left: 0;
    padding-right: 0;
  }

  .home .blog-posts .feat-block .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive.author .site-header .entry-header {
    bottom: 4em;
  }

  .author-header-left,
  .author-header-right {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  #contest-sponsors a {
    width: 32%;
  }
}

/* BELOW COPIED FROM ASSIGNMENTS, AS NEW LAYOUT WILL BE JUST LIKE ASSIGNMENTS LANDING */

.page-template-page-galleries .feat-block {
  text-align: left;
  background: #fff;
}

.page-template-page-galleries .feat-block:hover h3 a {
  transition: all ease-in-out 0.1s;
  color: #75b189;
}

.page-template-page-galleries .feat-block .content {
  padding: 20px;
}

h5.assignment-subhead {
  font-weight: 400;
  font-size: 14px;
  color: #a0a2a3;
}

h5.assignment-subhead .black {
  color: black;
}

.grid-submission h3 {
  padding-left: 0;
}
.grid-submission .thumb .btn-read-more {
  display: none !important;
}

.grid-submission .overlay {
  transition: all 0.15s ease;
  opacity: 0;
  background: white;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.grid-submission .thumb:hover .overlay {
  opacity: 0.35;
}

.page-template-page-galleries .site-header {
  height: 450px;
  position: relative;
  text-align: center;
}
.page-template-page-galleries .main-navigation {
  top: 113px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.2);
}
.page-template-page-galleries .main-navigation a {
  color: #fff;
}
.page-template-page-galleries .entry-header {
  padding-top: 4%;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-galleries .entry-header h1,
.page-template-page-galleries .entry-header h2 {
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  margin-bottom: 0.1em;
}
.page-template-page-galleries .entry-header p {
  color: #fff;
  margin: 0;
}
.page-template-page-galleries .newsletter-block {
  text-align: left;
}
@media all and (max-width: 600px) {
  .page-template-page-galleries .entry-header h1 {
    font-size: 48px;
  }
}
.page-template-page-galleries .assignment-bg {
  background: #fff;
}

.grid-submission:nth-child(3n + 5) {
  clear: both;
}

.member-contest-table {
  background: #eee;
}
.member-contest-table th h3 {
  font-size: 16px;
  margin: 0;
}
.member-contest-table th {
  text-align: center;
}
.member-contest-table th,
.member-contest-table td {
  padding: 10px;
}
.member-contest-table td {
  text-align: center;
}
.member-contest-table td p {
  margin: 0;
}

.tax-gallery_submission_region .grid-submission:nth-child(3n + 5) {
  clear: none;
}
.tax-gallery_submission_region .grid-submission:nth-child(3n + 4) {
  clear: both;
}
/**
* Subscribe Panels
*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-primary {
  border-color: #dfdfdf;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  font-size: 14px;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #75b189;
  border-color: #75b189;
}
.panel-title {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-body {
  padding: 15px;
}

/* ==========================================================================
   #SUBSCRIBE
   ========================================================================== */
.magazine-template-subscribe .site-content {
  padding-top: 0;
}

.page-template-membership-contest .site-content {
  padding-top: 0;
}

.page-template-membership .site-content {
  padding-top: 0;
}

.page-template-templateSubscribe .site-content {
  padding-top: 0;
}

.landing-page-top--bg-image {
  padding-top: 24px;
}
@media (min-width: 41.25em) {
  .landing-page-top--bg-image {
    padding-top: 45px;
  }
}

@media (min-width: 41.25em) {
  .subscription-tiers {
    align-items: flex-end;
  }
}

@media (min-width: 62.5em) {
  .subscription-tier-container.order-2 {
    order: 2;
  }
  .subscription-tier-container.order-1 {
    order: 1;
  }
  .subscription-tier-container.order-3 {
    order: 3;
  }
}

.subscription-tier {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 62.5em) {
  .subscription-tier {
    min-height: 770px;
  }
}

.subscription-tier__header {
  background: #43484d;
  color: #fff;
  font-size: 19px;
  font-size: 1.2666666667rem;
  line-height: 1.5789473684;
  letter-spacing: 0.05em;
  padding: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.subscription-tier-container:first-child .subscription-tier__header {
  background: #75b189;
}
@media (max-width: 41.25em) {
  .subscription-tier-container:first-child .subscription-tier__header {
    margin-top: 0px;
  }
}

.subscription-tier__title {
  padding-bottom: 80px;
}
@media (max-width: 41.25em) {
  .subscription-tier__title {
    padding-bottom: 0px;
  }
}

.membership-tier__title {
  padding-bottom: 20px;
}

.subscription-tier__head {
  font-size: 19px;
  color: #fff !important;
  font-size: 1.2666666667rem;
  line-height: 1.5789473684;
  margin-bottom: 0;
}

.subscription-tier__subhead {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #4c7359;
  letter-spacing: 0.135em;
}

.subscription-tier__main {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff;
  padding: 24px 40px;
  width: 100%;
}

.subscription-tier-section__title {
  font-size: 17px;
  font-size: 1.1333333333rem;
  line-height: 1.4117647059;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.subscription-tier-section__title > strong {
  background: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0 0.5em;
  position: relative;
}
.subscription-tier-section__title:before {
  background: #d9d9d9;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.subscription-tier__price {
  font-size: 52px;
  font-size: 3.4666666667rem;
  line-height: 1.1538461538;
  margin-bottom: 24px;
}
.subscription-tier__price sup {
  font-size: 46.15384615%;
  top: -1em;
}

.curency {
  font-size: 21px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  vertical-align: middle;
}

.subscription-tier__content p {
  margin-bottom: 12px;
}
.subscription-tier__content ul {
  list-style: none;
  margin: 0 0 1.5em 0em;
}
.subscription-tier__content li {
  font-weight: 300;
  margin-bottom: 24px;
  padding-left: 7px;
  position: relative;
}
.subscription-tier__content li:before {
  background: url("../img/gray-check.png") no-repeat;
  content: "";
  display: block;
  height: 11px;
  left: -1em;
  position: absolute;
  top: 7px;
  width: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
  all and (-o-min-device-pixel-ratio: 3 / 2),
  all and (min--moz-device-pixel-ratio: 1.5),
  all and (min-device-pixel-ratio: 1.5) {
  .subscription-tier__content li:before {
    background-image: url("../img/gray-check@2x.png");
    background-size: 14px auto;
  }
}

.subscription-tier__footer {
  background: #fff;
  padding: 20px 40px 40px;
  margin-top: auto;
  width: 100%;
}

.subscription-cta .content {
  background: #fff;
  padding: 48px;
}
.subscription-cta .content p:last-child {
  margin-bottom: 0;
}

.subscription-cta {
  text-align: center;
}
@media (min-width: 62.5em) {
  .subscription-cta {
    text-align: left;
  }
}
/* @media (max-width: 62.49em) {
  .subscription-cta .subscription-cta-link {
    margin-top: 24px;
  }
} */

.magazine-feature {
  padding: 48px;
}
.magazine-feature:nth-child(even) {
  background: #fff;
}
.magazine-feature .feature__image {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 62.5em) {
  .magazine-feature .feature__image {
    text-align: left;
  }
}

.ghost-feature {
  padding: 48px;
}
.ghost-feature:nth-child(odd) {
  background: #fff;
}
.ghost-feature .feature__image {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 62.5em) {
  .ghost-feature .feature__image {
    text-align: left;
  }
}

@media (min-width: 62.5em) {
  .feature__content {
    padding: 48px;
  }
}

.subscribe-faq {
  background: #fff;
  padding: 48px 0;
}
@media (min-width: 41.25em) {
  .subscribe-faq {
    padding: 96px 0;
  }
}

.subscribe-faq .ui-accordion-header:before {
  content: "+ ";
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  width: 24px;
}

.subscribe-faq .ui-accordion-header.ui-state-active:before {
  content: "\2013 ";
  font-size: 24px;
  vertical-align: -4%;
  color: #fff;
}

.subscribe-faq .ui-accordion-header {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6666666667;
  background: #75b189;
  border-radius: 5px;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0.75em 0 0;
  cursor: pointer;
  outline: none !important;
}

.subscribe-faq .ui-accordion-header.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-faq__question-label,
.subscribe-faq__question {
  display: inline-block;
  vertical-align: top;
}

.subscribe-faq__question {
  width: 85%;
}

.subscribe-faq .ui-accordion-content {
  border: 1px solid #e1e1e1;
  color: #969899;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6666666667;
  padding: 1.5em 1.5em 1.5em 2.5em;
}

.ui-accordion-content p:first-of-type {
  display: inline;
}

.ui-accordion-content p {
  margin: 1.5em 0;
}

.ui-accordion-content a {
  text-decoration: underline;
}

.feature__description {
  font-size: 18px;
  line-height: 1.6;
}

/* SUBSCRIBE GRID */

.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1288px;
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -24px;
  /* [3] */
  font-size: 0;
}

.o-layout__item {
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem;
}

.o-layout--large {
  margin-left: -48px;
}
.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--stretch {
  display: flex;
  flex-wrap: wrap;
}
.o-layout--stretch > .o-layout__item {
  display: flex;
}
.o-layout--stretch.o-layout--center {
  justify-content: center;
}
.o-layout--stretch.o-layout--right {
  justify-content: flex-end;
}
.o-layout--stretch.o-layout--left {
  justify-content: flex-start;
}

.o-layout--center {
  text-align: center;
}
.o-layout--center > .o-layout__item {
  text-align: left;
}

.o-layout--reverse {
  direction: rtl;
}
.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

.stacked:not(.stacked--border) .post-thumbnail {
  display: block;
  margin-bottom: 12px;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-none {
  padding: 0 !important;
}

.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-top {
  margin-top: 24px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-bottom {
  margin-bottom: 24px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-border-none {
  border: 0 !important;
}

.u-background-none {
  background: none !important;
}

@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
}

@media (min-width: 62.5em) {
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }
}

@media (min-width: 41.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
}

@media (min-width: 62.5em) {
  .u-text-right\@desktop {
    text-align: right;
  }
}

.u-text-center {
  text-align: center;
}

@media (max-width: 41.24em) {
  .u-text-center\@mobile {
    text-align: center;
  }
}

@media (max-width: 62.49em) {
  .u-text-center\@tablet {
    text-align: center;
  }
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media (min-width: 41.25em) {
  .u-text-right\@tablet {
    text-align: right;
  }
}

@media (min-width: 62.5em) {
  .u-text-right\@desktop {
    text-align: right;
  }
}

/* End Subscription Styles */

/* Begin Media.NET Styles */
.medianet-desktop-outer-box {
  background-color: transparent;
  margin: 0 10px 20px 10px;
  padding: 8px 0;
  text-align: center;
}

.medianet-desktop-inner-box {
  /*background: url(/../wp-content/themes/odp/assets/img/leaderboard-ad-heading.png) -2px 50% no-repeat;*/
  background-color: transparent;
  /*display: inline-block;*/
  min-height: 70px;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 11px;*/
}

.medianet-mobile-outer-box {
  background-color: transparent;
  /*border-top: 1px solid #ebecee;*/
  /*border-bottom: 1px solid #ebecee;*/
  margin: 0 0 1.5em;
  /*margin: 10px;*/
  padding: 2px 0 5px 0;
  clear: both;
}

.medianet-mobile-outer-box select {
  max-width: 100%;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .medianet-mobile-outer-box {
    width: 95%;
  }
}

.medianet-mobile-inner-box {
  background-color: transparent;
  display: block;
  min-width: 300px;
  min-height: 50px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}
/* End Media.NET Styles */

/* Begin In-Content Styles */
.desktop-incontent-outer-box {
  background-color: transparent;
  margin: 0 10px 20px 10px;
  padding: 8px 0;
  text-align: center;
  clear: both;
}

.desktop-incontent-inner-box {
  background: url(../img/leaderboard-ad-heading.png) -2px 50% no-repeat;
  min-height: 90px;
  min-width: 728px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
}

.mobile-incontent-outer-box {
  display: block;
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #ebecee;
  border-bottom: 1px solid #ebecee;
  text-align: center;
}

.mobile-incontent-inner-box {
  display: block;
  padding-bottom: 24px;
  text-align: center;
}

.mobile-incontent-ad-label {
  height: 15px;
  margin-top: 0;
  color: #707070;
  font-size: 10px;
  text-align: center;
}
/* End In-Content Styles */

.oop-ad {
  height: 0px;
}

/* Begin NGG Adjustments */
a.ngg-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.ngg-imagebrowser {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* End NGG Adjustments */

/* BEGIN CUSTOM NGG STYLES */
.nggc-imagebrowser {
  min-width: 300px;
}

.nggc-container {
  position: relative;
  max-width: 100%;
  min-width: 300px;
  padding: 0px;
  z-index: 1;
}

.nggc-background {
  background: #cccccc;
}

@media (min-width: 740px) {
  .nggc-anchor-spacing {
    height: 0px;
  }

  .nggc-image {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-height: 600px;
  }

  .nggc-ad-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;
  }

  .nggc-back {
    top: 46%;
    margin: 0px;
  }

  .nggc-next {
    top: 46%;
    margin: 0px;
  }
}

@media (min-width: 660px) and (max-width: 739px) {
  .nggc-anchor-spacing {
    height: 0px;
  }

  .nggc-image {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-height: 400px;
  }

  .nggc-ad-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;
  }

  .nggc-back {
    top: 46%;
    margin-top: -25%;
  }

  .nggc-next {
    top: 46%;
    margin-top: -25%;
  }
}

@media (min-width: 501px) and (max-width: 659px) {
  .nggc-anchor-spacing {
    height: 50px;
  }

  .nggc-image {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-height: 400px;
  }

  .nggc-ad-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;
  }

  .nggc-back {
    top: 46%;
    margin: 0px;
  }

  .nggc-next {
    top: 46%;
    margin: 0px;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .nggc-anchor-spacing {
    height: 0px;
  }

  .nggc-image {
    position: relative;
    max-width: 300px;
    min-width: 300px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-width: 300px;
    min-height: 250px;
  }

  .nggc-ad-wrapper {
    min-width: 300px;
  }

  .nggc-back {
    top: 43%;
    margin: 0px;
  }

  .nggc-next {
    top: 43%;
    margin: 0px;
  }
}

.nggc-container a {
  display: block !important;
  font-size: 0;
  margin: 0px;
  text-align: center;
}

.nggc-container-ad {
  text-align: center;
}

.nggc-imagebrowser-nav {
  padding: 5px;
  text-align: center;
}

.nggc-back {
  position: absolute;
  left: 15px;
  width: 32px;
  height: 58px;
  padding: 0px;
  z-index: 3;
}

.nggc-next {
  position: absolute;
  right: 15px;
  width: 32px;
  height: 58px;
  padding: 0px;
  z-index: 3;
}

.nggc-dot-container {
  display: inline-block;
  padding-top: 20px;
  /*  padding-bottom: 20px;*/
}

.nggc-dot-float {
  float: left;
  height: 30px;
}

.nggc-dot-padding {
  padding-right: 19px;
}

.nggc-dot img {
}

.nggc-imagebrowser-desc {
  clear: both;
}
/* END CUSTOM NGG STYLES */

/* Begin GDPR Styles */
#cookie-law-info-bar {
  padding: 20px 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    bottom: 50px !important;
  }
  .cli-plugin-button-mobile {
    display: block;
  }
}
/* End GDPR Styles */

/* Begin New My Account Styles */
.nma-top-block-header {
  background: #75b189;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.nma-top-block-row {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.nma-top-block-subtext {
  padding-left: 25px !important;
  line-height: 30px;
}

.nma-small-block-header {
  padding: 15px 25px;
  font-weight: bold;
}

.nma-small-block-subtext {
  padding: 25px 10px;
  text-align: center;
}

.nma-small-block-btn {
  padding-bottom: 35px;
  text-align: center;
}

.nma-big-block-header {
  padding: 15px 25px;
  font-weight: bold;
}

.nma-big-block-subtext {
  text-align: left;
  line-height: 30px;
}

.nma-big-block-btn {
  padding-top: 28px;
  text-align: center;
}

.nma-block {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 30px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nma-block-body {
  margin-left: 30px;
  margin-right: 30px;
}

.nma-btn {
  width: 210px;
  border: 1px solid #75b189;
  transition: all 0.2s linear;
  text-align: center;
}

.nma-white-btn:hover,
a.nma-white-btn:hover {
  background: #75b189 !important;
  color: #fff !important;
}

.nma-bottom-border {
  border-bottom: 1px solid #eeeeee;
}

.nma-remove-lr-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* End New My Account Styles */

/* Begin 'Advertisement' Styles */
.ad-advertisement-vertical {
  background: url(/wp-content/themes/odp/assets/img/leaderboard-ad-heading.png) -2px
    50% no-repeat;
  min-height: 75px;
  min-width: 300px;
  padding-left: 11px;
  display: inline-block;
}

.ad-advertisement-horizontal {
  height: 18px;
  margin-top: 0px;
  color: #707070;
  font-size: 15px;
  text-align: center;
}
/* End 'Advertisement' Styles */

/**uniconsent styles**/

.unic .unic-bar .inner {
  padding: 20px !important;
}

.unic .unic-bar {
  padding: 0px !important;
}

.unic .button {
  padding-left: 2em !important;
  padding-right: 2em !important;
  border-radius: 50px !important;
}

.unic .button.is-small {
  border-radius: 50px !important;
  height: 35px !important;
}

.unic .unic-bar .inner p {
  margin-bottom: 10px !important;
}

.unic .unic-logo-bar span {
  display: none !important;
}

.unic .unic-logo-bar a {
  display: none !important;
}

.unic-logo span {
  display: none !important;
}

.unic-logo a {
  display: none !important;
}

/* Begin Read Next Styles */
.rn-thumb {
  width: 100%;
  height: 102px;
  object-fit: cover;
}

@media (max-width: 1039px) {
  .rn-thumb {
    width: 100%;
    height: 100%;
  }
}

.rn-native {
  height: 100%;
  padding-left: 15px;
  display: inherit;
}

@media (max-width: 1039px) {
  .rn-native {
    margin-left: 1px;
  }

  .rn-margin {
    margin-right: 5px;
  }

  .rn-padding {
    padding-left: 15px;
  }
}
/* End Read Next Styles */

/* Begin Partner Discount Styles */
.partner-discount {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-bottom: 48px;
  min-height: 590px;
}

.partner-discount__top,
.partner-discount__bottom {
  padding: 24px;
}

.partner-discount__top {
  display: flex;
  align-content: center;
  border-bottom: 1px solid #d1d1d1;
  height: 240px;
  justify-content: center;
}
.partner-discount__top > img {
  margin: auto;
}

.partner-discount__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner-discount__bottom .c-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 255px;
  text-align: center;
}

.partner-discount-layout {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -24px;
}

.partner-discount ul {
  margin: 0px;
}

.partner-discount li {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
/* End Partner Discount Styles */

/* Begin NEW Contest Styles */
.single-contest .site-content {
  padding-top: 0;
}

.single-gallery-submission h1.entry-title,
.single-contest-submission h1.entry-title,
.single-photo-submission h1.entry-title {
  border-bottom: 1px solid #ccc;
}

.gallery-submission .entry-header,
.contest-submission .entry-header,
.photo-submission .entry-header {
  padding-bottom: 35px;
}

.gallery-submission .entry-header h1.entry-title,
.contest-submission .entry-header h1.entry-title,
.photo-submission .entry-header h1.entry-title {
  border-bottom: 0;
  margin: 0;
}

.gallery-submission .navigation,
.contest-submission .navigation,
.photo-submission .navigation {
  display: block;
  overflow: hidden;
  padding: 10px 0 30px;
}

.gallery-submission .navigation a,
.contest-submission .navigation a,
.photo-submission .navigation a {
  font-size: 20px;
}

.gallery-submission .navigation .alignleft a:before,
.contest-submission .navigation .alignleft a:before,
.photo-submission .navigation .alignleft a:before {
  content: "&larr; ";
}

.gallery-submission .navigation .alignright a:after,
.contest-submission .navigation .alignright a:after,
.photo-submission .navigation .alignright a:after {
  content: " &rarr;";
}

#mdv-image-upload-form .row,
#mdv-image-upload-form input[type="file"] {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em;
}

#mdv-image-upload-form label {
  width: 20%;
  float: left;
  font-weight: bold;
}

#mdv-image-upload-form input,
#mdv-image-upload-form textarea {
  width: 80%;
  float: left;
}

#mdv-image-upload-form input[type="submit"] {
  width: auto;
}

.image-information {
  overflow: hidden;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #d8dee3;
  padding: 30px 30px;
  margin: 10px 0;
}
.image-information .row {
  overflow: hidden;
  margin-bottom: 1em;
}

.single-gallery-submission #comments,
.single-contest-submission #comments,
.single-photo-submission #comments {
  overflow: hidden;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #d8dee3;
  padding: 30px 30px 20px;
  margin: 10px 0px;
}

.e2ma_signup_form_row,
.e2ma_signup_form_groups,
.e2ma_signup_form_required_footnote {
  border: none !important;
}

.contest-navigation {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.contest-navigation li {
  float: none;
  display: table-cell;
  width: 1%;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px 12px;
  border-radius: 4px;
  position: relative;
}

.contest-navigation li:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.contest-navigation li:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.contest-navigation li:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.contest-navigation li:hover,
.contest-navigation li.current_page_item {
  background: #e6e6e6;
}

.contest-navigation li a {
  display: inline-block;
  width: 100%;
}

.contest-navigation li a:hover {
  text-decoration: none;
}

.gallery-terms.well {
  text-align: center;
}

.full-width-ad-block {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}

.contest-canvas .site-header {
  background: none;
  padding: 30px 0 40px;
  text-align: center;
}
.contest-canvas .site-header .contest-logo {
  margin-bottom: 30px;
  max-width: 400px;
}
.contest-canvas .site-header .contest-banner {
  margin-bottom: 60px;
}

.contest-sponsors {
  background: #f6f8f8;
  text-align: center;
}
/* .contest-sponsors a {
  display: inline-block;
  padding: 17px 2%;
  width: 31.3333%;
}
@media (min-width: 62.5em) {
  .contest-sponsors a {
    width: 16%;
  }
} */

.contest-sponsors.has-featured-sponsors {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.has-featured-sponsors .contest-sponsors__featured {
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
}

.contest-sponsors .contest-sponsors__featured a {
  background-color: #f3f3f3;
  width: 26%;
  padding: 17px 2%;
}
@media (min-width: 992px) {
  .contest-sponsors .contest-sponsors__featured a {
    width: auto;
    padding: 17px 20px;
  }
  .contest-sponsors .contest-sponsors__featured a img {
    max-height: 88px;
    max-width: 200px;
    width: auto;
    position: relative;
  }
}

@media (min-width: 992px) {
  .contest-sponsors .contest-sponsors__featured--single {
    z-index: 50;
    display: block;
    height: 113px;
    overflow: hidden;
    margin-top: -113px;
    position: relative;
  }
}
.contest-sponsors .contest-sponsors__featured--single a {
  background-color: transparent;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 2%;
  position: relative;
  width: 31%;
}
@media (min-width: 992px) {
  .contest-sponsors .contest-sponsors__featured--single a {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 24px 40px 0;
    width: 290px;
  }
  .contest-sponsors .contest-sponsors__featured--single a:before {
    background-color: #f3f3f3;
    border-radius: 70%;
    content: "";
    height: 290px;
    position: absolute;
    top: 0;
    width: 290px;
  }
}

#contest-basics {
  overflow: hidden;
  clear: both;
  text-align: center;
  margin: 40px 0px;
}
#contest-basics p {
  margin-bottom: 0;
  font-size: 18px;
}

#contest-intro {
  overflow: hidden;
}

#contest-nav {
  text-align: center;
  padding: 20px 0;
  clear: both;
  margin-bottom: 60px;
}

#contest-nav.contest-nav-bottom {
  padding-top: 10px;
}

#contest-prizes {
  background: #f6f8f8;
  text-align: center;
  clear: both;
}

#contest-prize-deck {
  background: #f6f8f8;
}
#contest-prize-deck .prize-content {
  margin: 0 auto 48px;
  max-width: 812px;
}
#contest-prize-deck .prize-image {
  background: linear-gradient(#f6f8f8 75%, #ffffff 75%);
  text-align: center;
  padding: 0px 20px;
}

.col-prize {
  background: #fff;
  border: 1px solid #e1e1e1;
  min-height: 760px;
  padding: 30px;
}
@media all and (max-width: 768px) {
  .col-prize {
    width: auto;
    margin-bottom: 20px;
  }
}
.col-prize ul {
  list-style: none;
  margin-left: 0;
}
.col-prize li {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1rem;
  text-align: left;
}
.col-prize li:first-child {
  padding-top: 0;
}
.col-prize li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.place {
  color: #333333;
  background: #fff;
  font-size: 48px;
  line-height: 0.5;
  padding: 0 0 0.75em;
}
.place span {
  font-size: 18px;
}

.place img {
  display: inline;
}

.contest-divider {
  position: relative;
}
.contest-divider:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 48px auto;
  max-width: 1085px;
  width: 90%;
}

#contest-quote {
  background-color: #333333;
  color: white;
  padding: 37px 12px;
  text-align: center;
}
#contest-quote blockquote {
  font-family: "Lora", Georgia, sans-serif;
  font-size: 26px;
  font-size: 1.5294117647rem;
  line-height: 1.4473684211;
  letter-spacing: -0.2px;
  margin: 24px 0;
}
@media (min-width: 62.5em) {
  #contest-quote blockquote {
    font-size: 38px;
    font-size: 2.2352941176rem;
    line-height: 1.4473684211;
  }
}
#contest-quote figcaption {
  border-top: 1px solid #bfbfbf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-top: 14px;
  text-transform: uppercase;
}

#contest-faq .ui-accordion-header {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  margin: 0.75em 0 0;
  padding: 0.5em 1em 1em 53px;
  position: relative;
  outline: none !important;
}
#contest-faq .ui-accordion-header.ui-state-active {
  border-bottom-color: #fff;
  margin-bottom: -2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#contest-faq .ui-accordion-header:before {
  background: url(../../assets/img/contest-arrow.png) 0 3px no-repeat;
  background-size: 9px;
  display: inline-block;
  content: " ";
  height: 30px;
  left: 0;
  position: absolute;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
  width: 16px;
}

#contest-faq .ui-accordion-header.ui-state-active:before {
  background-position: 0;
  transform: rotate(90deg);
}

#contest-faq .ui-accordion-content {
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  padding: 1.5em 1.5em 1.5em 53px;
  position: relative;
}

.contest-faq__q-label,
.contest-faq__a-label {
  font-weight: normal;
  left: 33px;
  position: absolute;
}

.ui-accordion-content p:first-of-type {
  display: inline;
}

.ui-accordion-content p {
  margin: 1.5em 0;
}

#contest-rules {
  border: 1px solid #dddddd;
  max-height: 1200px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 24px;
}

#contest-faq {
  margin-bottom: 60px;
  overflow: hidden;
  clear: both;
}

.contest-footer {
  background: #000;
}

.page-template-page-purchase #content input[type="radio"] {
  margin: 0 0.5em 1em 0.25em;
}

.page-template-page-purchase #content input[type="submit"] {
  margin: 1.5em 0 0;
}

#mdv-payment-form label {
  width: 20%;
  float: left;
  font-weight: bold;
}

#mdv-payment-form .form-row {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em;
}

#mdv-payment-form input,
#mdv-payment-form textarea {
  width: 80%;
  float: left;
}

#mdv-payment-form input[type="submit"] {
  width: auto;
}

#cc-exp input {
  width: 80px;
}

#cc-exp span {
  float: left;
}

#cc-cvc input {
  width: 87px;
}

#cc-terms label {
  width: auto;
}

#cc-terms input {
  float: none;
  margin-left: 6px;
  width: auto;
}

.payment-errors {
  display: block;
  font-weight: bold;
  color: #f24141;
  margin-bottom: 2em;
  font-size: 24px;
}

#mdv-image-upload-form .row.file-upload label {
  width: 100%;
  margin-bottom: 0.25em;
}

#mdv-image-upload-form .row.file-upload label .red {
  color: #f24141;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  color: #f24141;
}

.single-gallery-submission .feat-img,
.single-contest-submission .feat-img,
.single-photo-submission .feat-img {
  position: relative;
}

.single-gallery-submission .interaction-bar,
.single-contest-submission .interaction-bar,
.single-photo-submission .interaction-bar {
  opacity: 1;
}

.gallery-submission.col-md-4,
.contest-submission.col-md-4 {
  border-bottom: none;
}

@media (min-width: 992px) {
  .gallery-submission.col-md-4,
  .contest-submission.col-md-4 {
    width: 32%;
    margin-right: 1.333%;
    margin-bottom: 0;
  }

  .gallery-submission.col-md-4 .entry-content,
  .contest-submission.col-md-4 .entry-content {
    margin-top: 0.75em;
  }
}
.archive.author .gallery-container.row {
  margin-left: 0;
  margin-right: 0;
}

.has-interaction-bar {
  position: relative;
}

/* ENTRY FEE STYLES */
.contest-entry-fees {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  padding: 24px 12px;
}

.entry-fee {
  margin: 0 24px;
}

.entry-fee__price {
  display: block;
  font-size: 36px;
  font-size: 2.1176470588rem;
  line-height: 1.1666666667;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.entry-fee__description {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  .entry-fee__description {
    margin-bottom: 0;
  }
}

/* END ENTRY FEE STYLES */
/* INTERACTION BAR */
.entry-content .interaction-bar {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.entry-content:hover .interaction-bar {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .entry-content:hover .interaction-bar {
    opacity: 0;
  }
}

.interaction-bar .author-name a {
  color: #fff !important;
}
.interaction-bar .author-name a:hover {
  text-decoration: underline;
}

.interaction-bar {
  padding-top: 15px;
  padding-bottom: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(20, 20, 20, 0), #141414);
}
.interaction-bar .author {
  position: relative;
  float: left;
}
.interaction-bar .author-name {
  font-family: "lato", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  display: inline-block !important;
  position: relative !important;
  top: 5px !important;
  left: 6px !important;
  color: white !important;
}
.interaction-bar .author img {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 35px;
  height: auto;
  border-radius: 50%;
}
.interaction-bar button {
  cursor: pointer;
}
.interaction-bar .btn-block {
  float: right;
  margin-right: 15px;
}

.single .entry-content .interaction-bar .author img {
  min-width: 0 !important;
}

/* END INTERACTION BAR */
/* FINALISTS */
.finalist-gallery .entry-header,
.gallery-actions .entry-header {
  overflow: hidden;
}

.gallery-container,
.gallery-actions {
  clear: both;
  overflow: hidden;
  padding-bottom: 30px;
}
@media (min-width: 62.5em) {
  .gallery-container,
  .gallery-actions {
    padding-bottom: 60px;
  }
}

.gallery-actions .o-layout__item {
  margin-bottom: 24px;
}
@media (min-width: 62.5em) {
  .gallery-actions .o-layout__item {
    margin-bottom: 0;
  }
}

.gallery-actions #order {
  float: right;
}

.post-type-archive-gallery-submission .page-header h1 {
  border: none;
}

.post-type-archive-gallery-submission article,
.page-template-page-gallery article,
.single-gallery article,
.post-type-archive-gallery-submission article,
.single-contest .finalist-gallery article {
  border: none;
  padding: 0;
  line-height: 0;
}

.page-template-page-gallery article a img,
.single-gallery article a img,
.single-contest .finalist-gallery article a img {
  width: 245px;
  height: 245px;
  object-fit: cover;
  margin: 1.5em 0 0;
}

/* END FINALISTS */
/* IMAGE PROTECTION */
.image-facade-prot {
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* MULTI-CATEGORY CONTEST LANDING PAGE */
.page-template-page-multicat-contest h2,
.page-template-page-multicat-contest h3,
.page-template-page-multicat-contest h4,
.page-template-page-multicat-contest h5,
.page-template-page-multicat-contest h6 {
  color: #000;
  margin-bottom: 6px;
}

.contest-cat-links-container {
  text-align: center;
  padding-bottom: 40px;
  margin-left: 0;
  overflow: hidden;
}
.contest-cat-links-container .contest-cat-link {
  display: block;
  background: #efefef;
  margin-right: 2%;
  padding: 10px;
  width: 30%;
}
.contest-cat-links-container .contest-cat-link:hover {
  text-decoration: none;
}
.contest-cat-links-container .contest-cat-link:nth-child(3n + 3) {
  margin-right: 0;
}
.contest-cat-links-container .contest-cat-link img {
  width: 100%;
}
.contest-cat-links-container .contest-cat-link h2 {
  margin: 0.25em 0 0;
}

.contest-logo {
  text-align: center;
}

.contest-banner-image-container {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 62.5em) {
  .contest-banner-image-container {
    height: auto;
  }
}

.contest-banner {
  max-width: initial;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .contest-banner {
    height: auto;
    max-width: none;
    width: 100%;
  }
}

.contest-basic-content {
  padding-bottom: 20px;
}

.contest-basic-content ul {
  margin-left: 0;
}

.block-content {
  clear: both;
}

/* START JUDGES STYLES */
.author-block {
  overflow: hidden;
  background: #fff;
  padding: 45px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#judges {
  background: #f6f8f8;
}

@media (max-width: 599px) {
  .author-block {
    padding: 45px 30px;
  }
}
.author-block:nth-of-type(even) .image {
  float: right;
}

@media (max-width: 599px) {
  .author-block:nth-of-type(even) .image {
    float: none;
  }
}
.author-block:nth-of-type(even) .content {
  padding-left: 0;
  padding-right: 5%;
}

@media (max-width: 599px) {
  .author-block:nth-of-type(even) .content {
    padding: 0;
  }
}
.author-block .image {
  float: left;
  width: 24%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #e1e5e7;
  line-height: 0;
}

@media (max-width: 599px) {
  .author-block .image {
    width: 140px;
    float: none;
    margin: 0 auto;
  }
}
.author-block .content {
  padding-left: 5%;
  width: 76%;
  float: left;
}

@media (max-width: 599px) {
  .author-block .content {
    padding-left: 0;
    width: 100%;
    margin-top: 25px;
    clear: both;
    text-align: center;
  }
}
.author-block h3.name {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: normal;
  color: #495570;
  font-size: 26px;
  display: inline-block;
}

.author-block .handle {
  margin-bottom: 20px;
  line-height: 1.2;
  margin-left: 4px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #a4aab7;
  display: inline-block;
}

/* END JUDGES STYLES */
/* END MULTI-CATEGORY CONTEST LANDING PAGE */
.itsg_single_ajax_remove {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  text-align: center;
  margin: 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background-color: #f6f9fc;
  border: 1px solid #d8dee3 !important;
  border-radius: 50px;
  color: #6f7c82;
  text-transform: uppercase;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
  padding: 4px 24px;
  text-decoration: none;
}

.itsg_single_ajax_remove:hover {
  color: #292e31;
  text-decoration: none;
}

.hidden {
  display: none;
}

.countdown-clock {
  display: flex;
  font-family: "Lora", Georgia, sans-serif;
  font-size: 44px;
  font-size: 2.5882352941rem;
  line-height: normal;
  font-weight: bold;
  justify-content: center;
  margin: 40px auto;
  max-width: 1090px;
  position: relative;
  text-align: center;
}
.no-js .countdown-clock {
  display: none;
}
@media (min-width: 62.5em) {
  .countdown-clock {
    font-size: 64px;
    font-size: 3.7647058824rem;
    line-height: normal;
  }
  .countdown-clock:before {
    background-color: #ddd;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
.countdown-clock > div {
  background: #fff;
  border-left: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  z-index: 2;
}
@media (min-width: 62.5em) {
  .countdown-clock > div {
    width: 180px;
  }
}
.countdown-clock > div:last-child {
  border-right: 1px solid #ddd;
}
.countdown-clock div > span {
  padding: 0 5px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock .countdown-clock__label {
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

#contest-winners img {
  display: block;
}
@media (min-width: 62.5em) {
  #contest-winners img {
    margin-left: auto;
    margin-right: auto;
    max-width: 512px;
  }
}

.past-winner a {
  color: #333333;
}

.past-winner__title {
  color: #333333;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.6538461538;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contest-newsletter-cta {
  background: #1a1a1a;
  background-size: 412px auto;
  color: #fff;
  padding: 24px 0;
  position: relative;
}
@media (min-width: 62.5em) {
  .contest-newsletter-cta {
    padding: 48px 0;
  }
}

.contest-newsletter-cta__heading {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1.9666666667;
  letter-spacing: 0.013em;
}

.contest-newsletter-cta__form {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 62.5em) {
  .contest-newsletter-cta__form {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.contest-newsletter-cta__form #input_46_2 {
  border-color: #1a1a1a;
  margin-bottom: 12px;
  flex-grow: 1;
  min-height: 52px;
  padding: 12px;
}
@media (min-width: 62.5em) {
  .contest-newsletter-cta__form #input_46_2 {
    margin-right: 24px;
    margin-bottom: 0;
    max-width: 360px;
  }
}
.contest-newsletter-cta__form input[type="submit"] {
  border: 2px solid currentColor;
}

.judge__image img {
  border-radius: 60px;
}

.archive-contest-logo {
  align-items: center;
  background-position: center center;
  display: flex;
  height: 245px;
  text-align: center;
}

.single-contest .newsletter-bar {
  padding: 85px 20px 75px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  min-height: 325px;
  width: 100%;
  background: url("../img/banner-newsletter.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.single-contest .newsletter-bar h3 {
  line-height: 1.2;
  font-weight: 300;
  font-size: 38px;
  margin: 0 0 7px;
  color: white;
}
.single-contest .newsletter-bar .subtitle {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.fit-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}

.past-winner .fit-img img {
  height: 209px;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  transition: fill 0.15s;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

#inspiration-articles {
  background: #f6f8f8;
}

/* START SITE-WIDE BANNER STYLES */
.c-site-wide-banner {
  background-color: #75b189;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  padding: 12px 0;
  text-align: center;
}

.c-site-wide-banner a {
  color: inherit;
}

#news-scroll-container {
  overflow: hidden;
}

@media (min-width: 20em) {
  #news-scroll-text {
    text-align: center;

    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    -moz-animation: my-animation 14s linear infinite;
    -webkit-animation: my-animation 14s linear infinite;
    animation: my-animation 14s linear infinite;
  }
}

@media (min-width: 62.5em) {
  #news-scroll-text {
    text-align: center;

    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    -moz-animation: my-animation 20s linear infinite;
    -webkit-animation: my-animation 20s linear infinite;
    animation: my-animation 20s linear infinite;
  }
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel.owl-loaded {
  overflow: hidden;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 23px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 41.25em) {
  .owl-theme .owl-dots {
    bottom: 12px;
  }
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  background: transparent;
  border: 2px solid #fff;
  display: block;
  opacity: 0.5;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots .owl-dot:focus > span {
  opacity: 0.9;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border-collapse: transparent;
}

.owl-carousel.past-winners-carousel .owl-nav .owl-prev,
.owl-carousel.past-winners-carousel .owl-nav .owl-next {
  background: white;
  height: 100%;
  margin: 0;
  padding: 24px;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 90;
}
.owl-carousel.past-winners-carousel .owl-nav .owl-prev .icon,
.owl-carousel.past-winners-carousel .owl-nav .owl-next .icon {
  height: 35px;
  width: 19px;
}
.owl-carousel.past-winners-carousel .owl-nav .owl-prev {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  left: 0;
}
.owl-carousel.past-winners-carousel .owl-nav .owl-next {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 100%
  );
  right: 0;
}

.past-winner span {
  padding: 0px;
}
@media all and (max-width: 999px) {
  .past-winner span {
    padding: 0px 20px 0px 20px;
    float: left;
  }
}

.owl-nav {
  display: block;
}
@media all and (max-width: 999px) {
  .owl-nav {
    display: none;
  }
}

/* End Contest Styles */
