@import url('https://fonts.googleapis.com/css?family=Montserrat:,300,400,700');
@font-face {
  font-family: 'Selima';
  src: url('/fonts/selima_-webfont.eot');
  font-weight: normal;
}
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: #f7f4ee url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/backgrounds/topo-pattern-white-bg.png) top left repeat;
  font-family: 'Montserrat', sans-serif;
  color: #58676f;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  outline: none;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #58676f;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #58676f;
  letter-spacing: 0.02em;
  /*font-weight: bold;	updated font wants gotham light
  font-weight: 700;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 4em;
  line-height: 1.2em;
  text-shadow: #000 1px 1px 1px, #000 1px 1px 30px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  text-align: center;
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.9em;
  }
}
h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
}
hr {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
  border: 0;
  height: 1px;
  margin: 1.5em auto;
  max-width: 960px;
}
@media only screen and (max-width: 959px) {
  hr {
    max-width: 96%;
  }
}
/* Text elements */
p {
  font-size: 0.9em;
  margin-bottom: 2.1em;
}
p.nomargin {
  font-size: 0.9em !important;
}
ul,
ol {
  margin: 0 0 1.5em 2em;
}
ul {
  list-style: disc;
}
ul li {
  font-size: 0.9em;
  margin-bottom: 0.6em;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
iframe {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  iframe {
    overflow: auto;
  }
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  max-width: 100%;
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  background-color: #5bb4a6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 0.4em 1.6em;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  border: 0;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
  background-color: #5bb4a6;
  text-decoration: none;
}
.btn {
  -webkit-appearance: unset;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
textarea {
  color: #58676f;
  border: 0;
  background: #fff;
  padding: 3px;
  height: 30px;
  width: 100%;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
/* Links */
a {
  font-family: 'Montserrat', sans-serif;
  color: #613777;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#main-nav:before,
#main-nav:after,
section:before,
section:after,
main:before,
main:after,
article:before,
article:after,
.catalog-cta:before,
.catalog-cta:after,
footer:before,
footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
#main-nav:after,
section:after,
main:after,
footer:after {
  clear: both;
}
.hidden {
  display: none !important;
}
/* Global Layout */
#site-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#site-wrap.hero-loader {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/spiffygif_50x50.gif) center 300px no-repeat;
}
header,
section {
  width: 100%;
}
header nav,
main,
.section-inner,
article {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  header nav,
  main,
  .section-inner,
  article {
    width: 96%;
  }
}
header#main-nav {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/backgrounds/topo-pattern-white-bg.png) top left repeat-x;
  -webkit-box-shadow: 0px 0px 25px #000;
  box-shadow: 0px 0px 25px #000;
  height: 142px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header#main-nav {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
  }
}
header #top-bar-bg {
  width: 100%;
  background-color: #613777;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
header nav#top-bar {
  height: 32px;
  overflow: hidden;
  padding-top: 8px;
  line-height: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  header nav#top-bar {
    padding-top: 0;
    display: none;
  }
}
header nav#top-bar #promotion {
  float: left;
  max-width: 230px;
  line-height: 12px;
  height: 14px;
}
@media only screen and (max-width: 959px) {
  header nav#top-bar #promotion {
    display: none;
  }
}
header nav#top-bar #promotion a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/promo-link-arrow.png) middle right no-repeat;
  color: #cccc48;
}
header nav#top-bar ul {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}
header nav#top-bar ul a {
  color: #fff;
  font-size: 12px;
}
header nav#top-bar ul li {
  margin-right: 15px;
}
header nav#top-bar ul li.book-trip a {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-suitcase.png) top left no-repeat;
  padding-left: 28px;
  font-weight: 700;
  font-size: 14px;
}
header nav#top-bar ul li.catalog {
  display: none;
}
@media only screen and (max-width: 767px) {
  header nav#top-bar ul li.catalog {
    display: inline-block;
  }
}
header nav#top-bar #top-phone {
  float: right;
  color: #cccc48;
  font-size: 12px;
  padding-left: 21px;
  display: block;
  position: relative;
}
header nav#top-bar #top-phone:before {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.8em;
}
header nav#primary-bar {
  height: 102px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar {
    height: auto;
  }
}
header nav#primary-bar #logo {
  width: 303px;
  height: 46px;
  margin-top: 20px;
  float: left;
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar #logo {
    width: 188px;
    padding: 5px 0 0 10px;
    margin-top: 0;
    height: auto;
  }
  header nav#primary-bar #logo img {
    width: 194px;
  }
}
header nav#primary-bar ul {
  display: block;
  width: auto;
  float: right;
  padding-top: 34px;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 959px) {
  header nav#primary-bar ul {
    margin-right: unset;
  }
}
@media (min-width: 960px) and (max-width: 1150px) {
  header nav#primary-bar ul {
    margin-right: 2%;
  }
}
@media (min-width: 1151px) and (max-width: 1230px) {
  header nav#primary-bar ul {
    margin-right: -7%;
  }
}
@media (min-width: 1231px) {
  header nav#primary-bar ul {
    margin-right: -14%;
  }
}
@media (max-width: 783px) {
  header nav#primary-bar ul {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header nav#primary-bar ul {
    width: 58%;
  }
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar ul {
    padding-top: 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  header nav#primary-bar ul#top-text-nav li {
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 3%;
    font-size: 16px;
    float: none;
  }
  header nav#primary-bar ul#top-text-nav li a {
    color: #fff;
  }
}
header nav#primary-bar ul li {
  display: inline-block;
  text-align: left;
}
@media (min-width: 960px) and (max-width: 1150px) {
  header nav#primary-bar ul li {
    margin-left: 14px;
  }
}
@media (min-width: 1151px) and (max-width: 1230px) {
  header nav#primary-bar ul li {
    margin-left: 17px;
  }
}
@media (min-width: 1231px) {
  header nav#primary-bar ul li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header nav#primary-bar ul li {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar ul li {
    margin: 0;
    background: #ffffff url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) bottom center repeat-x;
    display: block;
    text-align: center;
  }
}
header nav#primary-bar ul li.nav-item {
  *display: inline;
  zoom: 1;
  float: left;
}
header nav#primary-bar ul li.nav-item:hover .menu-wrap {
  display: block;
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar ul li.nav-item:hover .menu-wrap {
    display: none !important;
  }
}
header nav#primary-bar ul li.nav-item a {
  display: block;
}
header nav#primary-bar ul li a.primary,
header nav#primary-bar ul li.mobile-only span {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .02em;
  color: #58676f;
  font-size: 16px !important;
  font-weight: bold;
  font-weight: 700;
  text-shadow: rgba(83, 74, 60, 0.15) -1px -1px 0px, rgba(246, 244, 239, 0.85) 0 1px 0.5px;
}
header nav#primary-bar ul li a.primary:hover,
header nav#primary-bar ul li.mobile-only span:hover {
  text-decoration: none;
  color: #613777;
}
@media (min-width: 960px) and (max-width: 1150px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 14px !important;
  }
}
@media (min-width: 1151px) and (max-width: 1230px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 16px !important;
  }
}
@media (min-width: 1231px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 16px !important;
  }
}
@media (max-width: 959px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 13px !important;
  }
}
@media (max-width: 900px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 12px !important;
    letter-spacing: 0px;
  }
}
@media (max-width: 850px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    font-size: 15px;
    padding-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar ul li a.primary,
  header nav#primary-bar ul li.mobile-only span {
    text-shadow: none;
    font-size: 22px;
  }
}
header nav#primary-bar ul li.mobile-only span {
  display: none;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar ul li.mobile-only span {
    display: block !important;
  }
}
header nav#primary-bar ul li.mobile-only span a {
  display: inline;
  color: #58676f;
}
header nav#primary-bar ul li .menu-wrap {
  display: none;
  position: absolute;
  width: 310px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/menu-nubbin.png) top center no-repeat;
  padding-top: 17px;
}
header nav#primary-bar ul li .menu-wrap:hover {
  display: block;
}
@media only screen and (max-width: 767px) {
  header nav#primary-bar ul li .menu-wrap:hover {
    display: none !important;
  }
}
header nav#primary-bar ul li .menu-wrap ul,
header nav#primary-bar ul li .menu-wrap ul li,
header nav#primary-bar ul li .menu-wrap ul li {
  margin: 0;
  padding: 0;
  display: block;
}
header nav#primary-bar ul li .menu-wrap ul a,
header nav#primary-bar ul li .menu-wrap ul li a,
header nav#primary-bar ul li .menu-wrap ul li a {
  display: inline;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item {
  display: block;
  width: 100%;
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) bottom left repeat-x;
  padding: 8px 0 12px 0;
  /* Who Travels - Volunteer Vacations */
  /* Who Travels - NPCA         */
  /* Who Travels - Culture      */
  /* Who Travels - Nature       */
  /* Who Travels - FF           */
  /* Who Travels - Group        */
  /* Who Travels - Cuba         */
  /* Who Travels - Women-Only */
  /* Trip Types - Nature & Wildlife Adventures */
  /* Trip Types - Cultural Festivals */
  /* Trip Types - Bespoke Travel */
  /* Trip Types - Volunteer Vacations */
  /* Trip Types - Cultural Vacations */
  /* Trip Types - Family Travel */
  /* Trip Types - Solo Travelers */
  /* Why DC - Immersion       */
  /* Why DC - Sustainable     */
  /* Why DC - Inclusive       */
  /* Why DC - CS              */
  /* Why DC - Typical         */
  /* Why DC - NPCA            */
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item a {
  display: table-cell;
  vertical-align: middle;
  height: 51px;
  padding-left: 60px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icons-sprite.png) left top no-repeat;
  background-position: left -770px;
  color: #58676f;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  text-align: left;
  font-weight: bold;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item a:hover {
  color: #613777;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item:last-of-type {
  background: 0;
  padding-bottom: 0;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item:hover {
  background-color: #f7f4ee;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-3612 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-volunteer-vacations.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-118 a {
  background-position: left top;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-119 a {
  background-position: left -70px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-120 a {
  background-position: left -140px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-121 a {
  background-position: left -211px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-122 a {
  background-position: left -284px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-2710 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-cuba.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-5409 a,
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-6432 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-women.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-4753 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-nature.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-6516 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-festivals.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-6649 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-bespoke.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-3612 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-volunteer.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-4754 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-culture.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-5015 a {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-icon-dc.png) left top no-repeat;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-4914 a {
  background-position: left -354px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-130 a {
  background-position: left -355px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-131 a {
  background-position: left -423px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-132 a {
  background-position: left -492px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-133 a {
  background-position: left -563px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-134 a {
  background-position: left -634px;
}
header nav#primary-bar ul li .menu-wrap ul li.menu-item.menu-item-135 a {
  background-position: left top;
}
header nav#primary-bar ul li .menu-wrap .menu {
  display: block;
  width: 270px;
  padding: 8px 18px 15px;
  background: #fff;
  border-radius: 6px;
}
header nav#primary-bar ul li .menu-wrap.our-trips .menu {
  width: 100%;
  padding-right: 0;
  padding-top: 15px;
  clear: both;
}
header nav#primary-bar ul li .menu-wrap.our-trips .menu:before,
header nav#primary-bar ul li .menu-wrap.our-trips .menu:after {
  content: '';
  display: table;
  clear: both;
}
header nav#primary-bar ul li .menu-wrap.our-trips ul li.menu-item {
  display: block;
  padding: 8px 0 12px 0;
}
header nav#primary-bar ul li .menu-wrap.why-dc {
  right: 0;
}
header nav#primary-bar ul li .menu-wrap.our-destinations {
  left: 0;
  margin: 0 auto;
  width: 100%;
}
header nav#primary-bar ul li .menu-wrap.our-destinations .menu {
  width: 100%;
  padding-right: 0;
  padding-top: 15px;
  padding-left: 16px;
  clear: both;
}
@media only screen and (max-width: 1128px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations .menu {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 959px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations .menu {
    padding-left: 8px;
  }
}
header nav#primary-bar ul li .menu-wrap.our-destinations .menu:before,
header nav#primary-bar ul li .menu-wrap.our-destinations .menu:after {
  content: '';
  display: table;
  clear: both;
}
header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group {
  width: 311px;
  float: left;
  margin-right: 9px;
  min-height: 115px;
}
@media only screen and (max-width: 1128px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group {
    width: 300px;
    margin-right: 10px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 959px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group {
    width: 232px;
    margin-right: 8px;
    min-height: 92px;
  }
}
header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group img.country-thumb {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 10px 10px 0;
  background-color: #f7f4ee;
}
@media only screen and (max-width: 1128px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group img.country-thumb {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 959px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group img.country-thumb {
    width: 80px;
    height: 80px;
  }
}
header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0;
}
@media only screen and (max-width: 1128px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group h5 {
    font-size: 1.0em;
  }
}
@media only screen and (max-width: 959px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group h5 {
    font-size: 0.9em;
  }
}
header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group ul {
  width: 190px;
  float: right;
  list-style-type: disc;
}
@media only screen and (max-width: 1128px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group ul {
    width: 170px;
  }
}
@media only screen and (max-width: 959px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group ul {
    width: 136px;
  }
}
header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group ul li {
  color: #58676f;
  font-size: 0.8em;
  line-height: 1;
  list-style-type: disc;
  display: list-item;
  font-style: italic;
  margin: .25em 0;
}
@media only screen and (max-width: 1128px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group ul li {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 959px) {
  header nav#primary-bar ul li .menu-wrap.our-destinations div.country-group ul li {
    font-size: 9px;
  }
}
/*------------------------------------*
    Mobile Optimized Navigation
*------------------------------------*/
/* Mobile navigation */
.nav-mobile {
  display: none;
  /* Hide from browsers that don't support media queries */
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav.svg) no-repeat center center;
  background-size: 40px;
  height: 50px;
  width: 50px;
}
.nav-mobile.active {
  background-color: #613777;
  background-image: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/nav-close.svg);
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #8B2870;
  height: 49px;
  width: 50px;
  cursor: pointer;
}
.nav-click:hover {
  background-color: #6E1656;
}
/*------------------------------------*
    Media Queries
*------------------------------------*/
@media only screen and (max-width: 767px) {
  #main-nav-wrap {
    display: none;
    clear: both;
  }
  #main-nav-wrap:before,
  #main-nav-wrap:after {
    content: '';
    display: table;
    clear: both;
  }
  #main-nav-wrap #top-text-nav {
    padding: 10px 0 2px;
    background: #613777;
    width: 100%;
  }
  .nav-mobile {
    display: block;
  }
  .nav {
    width: 100%;
  }
  .nav-list {
    display: none;
  }
  .nav-item {
    width: 100%;
    float: none;
  }
  .nav-item > a {
    padding: 15px;
  }
  .nav-click {
    display: block;
  }
  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .menu-item:hover .nav-submenu {
    display: none;
  }
  .menu {
    position: static;
    width: 100%;
  }
}
.sticky-nav-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sticky-nav-wrap {
    display: none;
  }
}
nav.sticky-nav-bar {
  height: 62px;
  /* background: transparent url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/sticky-nav-bg.png) top left repeat-x; */
  background: #613777;
  padding-top: 15px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav.sticky-nav-bar {
    padding: 0 1%;
  }
}
@media only screen and (max-width: 767px) {
  nav.sticky-nav-bar {
    display: none;
  }
}
nav.sticky-nav-bar.sticky {
  position: fixed;
  top: 0;
  z-index: 2;
}
nav.sticky-nav-bar .sticky-nav-inner {
  width: 960px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/sticky-nav-logo.png?v=1) center left no-repeat;
  background-size: 55px 50px;
  padding: 0 0 0 88px;
  height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav.sticky-nav-bar .sticky-nav-inner {
    background: none;
    padding: 0;
    height: auto;
    width: 96%;
  }
}
nav.sticky-nav-bar .sticky-nav-inner a.catalog-button {
  float: right;
  margin-right: 11px;
  margin-top: 8px;
  padding: 6px 18px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav.sticky-nav-bar .sticky-nav-inner a.catalog-button {
    margin-right: 5px;
    padding: 8px 6px;
  }
}
nav.sticky-nav-bar .sticky-nav-inner ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}
nav.sticky-nav-bar .sticky-nav-inner ul li {
  float: left;
  position: relative;
  padding-right: 20px;
  text-align: center;
  font-size: 0.8em;
  max-width: 100px;
  /* For Destinations page */
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav.sticky-nav-bar .sticky-nav-inner ul li {
    padding-right: 2.5%;
    font-size: 0.8em;
    max-width: 90px;
    text-align: left;
    display: inline-block;
  }
}
nav.sticky-nav-bar .sticky-nav-inner ul li:last-of-type {
  padding-right: 0;
}
nav.sticky-nav-bar .sticky-nav-inner ul li a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  height: 50px;
}
nav.sticky-nav-bar .sticky-nav-inner ul li a.menu-parent {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav.sticky-nav-bar .sticky-nav-inner ul li a.menu-parent {
    font-size: 13px;
  }
}
nav.sticky-nav-bar .sticky-nav-inner ul li a:hover,
nav.sticky-nav-bar .sticky-nav-inner ul li a:active,
nav.sticky-nav-bar .sticky-nav-inner ul li a.active {
  color: #cccc48;
}
nav.sticky-nav-bar .sticky-nav-inner ul li ul {
  position: absolute;
  left: 0;
  display: none;
  width: 800px;
}
nav.sticky-nav-bar .sticky-nav-inner ul li ul li {
  display: inline-block;
  max-width: none;
  text-align: left;
}
nav.sticky-nav-bar .sticky-nav-inner ul li ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 1em;
  height: auto;
}
nav.sticky-nav-bar .sticky-nav-inner ul li.has-submenu {
  max-width: none;
  vertical-align: baseline;
  display: block;
  height: auto;
}
nav.sticky-nav-bar .sticky-nav-inner ul li.has-submenu.active ul {
  display: block;
}
nav.sticky-nav-bar .sticky-nav-inner ul li.has-submenu.active a.menu-parent {
  color: #cccc48;
}
nav.sticky-nav-bar.spacing-none .sticky-nav-inner ul li {
  max-width: none;
}
nav.sticky-nav-bar.spacing-wide .sticky-nav-inner ul li {
  max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav.sticky-nav-bar.spacing-wide .sticky-nav-inner ul li {
    padding-right: 2.5%;
    font-size: 0.7em;
    max-width: 84px;
  }
}
section.header-only h1 {
  color: #58676f;
  text-align: left;
  text-shadow: none;
  padding: 40px 0;
}
section.hero {
  background-color: #58676f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  visibility: hidden;
}
section.hero .section-inner {
  display: table;
}
section.hero .section-inner .hero-copy {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  section.hero {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  section.hero {
    min-height: 0;
    height: auto;
    padding: 12% 0;
  }
}
section.hero h1,
section.hero p {
  padding: 0 90px;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  section.hero h1,
  section.hero p {
    padding: 0 4%;
  }
}
section.hero h1 {
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  section.hero h1 {
    margin: 2% 0;
  }
}
section.hero h1 span {
  display: block;
  font-size: .5em;
  line-height: 1.3;
}
section.hero p {
  text-shadow: #000 2px 1px 5px, #000 1px 1px 15px;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  section.hero p {
    font-size: 0.8em;
  }
}
section.hero .standout-logo {
  position: absolute;
  top: 24px;
  right: 24px;
}
section.hero .standout-logo a {
  display: block;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/fta_member_circle_homepage.png) no-repeat center;
  background-size: 170px 170px;
}
@media only screen and (max-width: 767px) {
  section.hero .standout-logo {
    display: none;
    position: static;
  }
  section.hero .standout-logo a {
    margin: auto;
  }
}
section.hero .scroll-down {
  /*background: transparent url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/hero-scroll-down.png) center bottom no-repeat; */
  display: block;
  height: 95px;
  width: auto;
  margin: 0;
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'Montserrat';
}
@media only screen and (max-width: 767px) {
  section.hero .scroll-down {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .scroll-down {
    display: none;
  }
}
section.hero .scroll-down a {
  display: block;
  color: #f7f4ee;
  text-shadow: #000 2px 1px 5px;
  width: 250px;
  height: 31px;
  margin: 0 auto;
  font-size: 17px;
  padding-top: 23px;
}
section.hero .scroll-down a span {
  display: inline-block;
  width: 130px;
  background: #613777;
  height: 65px;
  /* Must be half the width */
  margin: 0 12px;
  border-radius: 500px 500px 0 0;
  position: relative;
  top: 7px;
  text-align: center;
  font-size: 25px;
}
section.hero .scroll-down a span:after {
  content: "\f107";
  top: 0;
  position: relative;
  font-size: 2.2em;
  font-family: "FontAwesome";
  color: #ffffff;
  text-shadow: none;
}
section.hero .scroll-down:after {
  display: none;
}
section.basic-page {
  text-align: left;
  min-height: 400px;
}
.row {
  margin-left: 2%;
}
.landing-page-photo-wrapper {
  clear: both;
  overflow: hidden;
  background: #768eb2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.publications-photos-wrapper {
  width: 25%;
  float: left;
  background: #768eb2;
}
.publications-photos-thumbnail-wrapper {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.logo-thumbnail-wrapper {
  height: auto;
  max-width: 100%;
}
#catalog-heading {
  width: 570px;
  float: right;
  text-align: center;
  color: #fff;
}
.section-inner-lp-catalog {
  padding: 20px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/catalog.png) -30px 6px no-repeat;
  background-size: 100%;
  text-align: left;
}
.section-inner-lp-catalog .request-catalog-pardot-form {
  margin-left: 350px !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .section-inner-lp-catalog {
    background-position: left 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-inner-lp-catalog {
    background: none;
    min-height: auto;
  }
}
.catalog-section-inner {
  background: #768eb2;
  height: 400px;
}
article h3 {
  font-weight: 400;
}
article img.photo,
article .still-or-video {
  float: right;
  margin: 0 0 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  article img.photo,
  article .still-or-video {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  article img.photo,
  article .still-or-video {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  article img.photo:before,
  article .still-or-video:before,
  article img.photo:after,
  article .still-or-video:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  article img.photo,
  article .still-or-video {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 960px) {
  article .alignleft .still-or-video {
    margin: 0 20px 50px 0;
  }
}
article .still-or-video {
  text-align: center;
}
article .still-or-video.ytembed {
  border: 8px solid #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background: white;
}
article .left-column {
  width: 50%;
  padding-right: 15px;
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  article .left-column {
    min-width: 0;
    width: 100%;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  article .left-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  article .left-column:before,
  article .left-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
article .right-column {
  width: 50%;
  padding-left: 15px;
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  article .right-column {
    min-width: 0;
    width: 100%;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  article .right-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  article .right-column:before,
  article .right-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
article aside {
  width: 42%;
  float: left;
  padding-right: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  article aside {
    min-width: 0;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  article aside {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  article aside:before,
  article aside:after {
    content: '';
    display: table;
    clear: both;
  }
}
article aside:last-of-type {
  padding-right: 0;
}
article aside.right-column {
  padding: 0;
}
.section-inner {
  text-align: center;
}
.page-template-default h2 {
  padding-top: 35px;
}
.wrap {
  text-align: left;
  clear: both;
}
.wrap:before,
.wrap:after {
  content: '';
  display: table;
  clear: both;
}
.page-2-col,
.trip-2-col {
  clear: both;
}
.page-2-col:before,
.trip-2-col:before,
.page-2-col:after,
.trip-2-col:after {
  content: '';
  display: table;
  clear: both;
}
.page-2-col .details,
.trip-2-col .details {
  float: left;
  width: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-2-col .details,
  .trip-2-col .details {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .page-2-col .details,
  .trip-2-col .details {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .page-2-col .details:before,
  .trip-2-col .details:before,
  .page-2-col .details:after,
  .trip-2-col .details:after {
    content: '';
    display: table;
    clear: both;
  }
}
.page-2-col figure,
.trip-2-col figure {
  width: 600px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-2-col figure,
  .trip-2-col figure {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-2-col figure,
  .trip-2-col figure {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .page-2-col figure:before,
  .trip-2-col figure:before,
  .page-2-col figure:after,
  .trip-2-col figure:after {
    content: '';
    display: table;
    clear: both;
  }
}
.page-2-col.wide-text .details,
.trip-2-col.wide-text .details {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .page-2-col.wide-text .details,
  .trip-2-col.wide-text .details {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .page-2-col.wide-text .details:before,
  .trip-2-col.wide-text .details:before,
  .page-2-col.wide-text .details:after,
  .trip-2-col.wide-text .details:after {
    content: '';
    display: table;
    clear: both;
  }
}
.page-2-col.wide-text figure,
.trip-2-col.wide-text figure {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .page-2-col.wide-text figure,
  .trip-2-col.wide-text figure {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .page-2-col.wide-text figure:before,
  .trip-2-col.wide-text figure:before,
  .page-2-col.wide-text figure:after,
  .trip-2-col.wide-text figure:after {
    content: '';
    display: table;
    clear: both;
  }
}
.still-or-video {
  height: 500px;
}
.still-or-video.ytembed {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .still-or-video.ytembed {
    border: 0;
    box-shadow: none;
  }
}
.still-or-video.ytembed a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.still-or-video.ytembed a span {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-video-play.png) center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.still-or-video.ytembed a img {
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  position: absolute;
  max-width: unset;
}
.still-or-video-landing {
  height: 350px;
}
.still-or-video-landing.ytembed {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .still-or-video-landing.ytembed {
    border: 0;
    box-shadow: none;
  }
}
.still-or-video-landing.ytembed a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.still-or-video-landing.ytembed a span {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-video-play.png) center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.still-or-video-landing.ytembed a img {
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  position: absolute;
  max-width: unset;
}
a#npca-flag {
  width: 294px;
  height: 191px;
  position: absolute;
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/npca-flag.png) top left no-repeat;
  display: block;
  top: -1px;
  right: 0;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  a#npca-flag {
    display: none;
  }
}
a.button,
a.read-more {
  background-color: #5bb4a6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 0.4em 1.6em;
  padding: 8px 30px;
  display: inline-block;
  font-size: 12px;
}
a.button:hover,
a.read-more:hover {
  background-color: #5bb4a6;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  a.button,
  a.read-more {
    width: 98%;
    font-size: inherit;
    display: block;
    padding: 8px 0;
  }
}
.scroll-down {
  /* background: transparent url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-scroll-down.png) top left no-repeat; */
  width: 42px;
  height: 42px;
  margin: 2.3em auto 1em;
  display: block;
  clear: both;
  background-color: #613777;
  border-radius: 42px;
  font-family: "FontAwesome";
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down:after {
  content: "\f107";
  top: 0;
  position: relative;
  font-size: 1.75em;
}
.traveler-photo {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 767px) {
  .traveler-photo {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-size: 100%;
  }
}
.page-template-page-trips .catalog-cta {
  background-color: transparent;
  height: auto;
  margin: 40px auto;
  padding: 0;
}
.catalog-cta {
  height: 149px;
  padding: 54px 0 62px;
  background-color: #768eb2;
  margin: 1.5em auto;
}
@media only screen and (max-width: 767px) {
  .catalog-cta {
    padding: 0;
    height: auto;
    background: none;
  }
}
.catalog-cta p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-cta p {
    font-size: inherit;
  }
  .catalog-cta p.cta-copy,
  .catalog-cta p .cta-copy {
    display: none;
  }
  .catalog-cta p .tel {
    background-color: #5bb4a6;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0.4em 1.6em;
    width: 98%;
    margin: 4px auto;
    display: block;
    font-size: 1.2em;
    padding: 8px 0;
    letter-spacing: 0.03em;
  }
  .catalog-cta p .tel:hover {
    background-color: #5bb4a6;
    text-decoration: none;
  }
  .catalog-cta p .tel a {
    color: #fff;
  }
}
.catalog-cta a.cta-button {
  background-color: #5bb4a6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0.4em 1.6em;
  margin: 14px auto;
  display: block;
  font-size: 1.4em;
  padding: 11px 0 13px;
  width: 370px;
  letter-spacing: 0.03em;
}
.catalog-cta a.cta-button:hover {
  background-color: #5bb4a6;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .catalog-cta a.cta-button {
    width: 98%;
    font-size: 1.2em;
    padding: 8px 0;
    margin: 5px auto;
  }
}
ul.trip-grid {
  margin: 0 auto 40px;
  list-style-type: none;
  padding: 0;
  display: inline-block;
  clear: both;
}
ul.trip-grid:before,
ul.trip-grid:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  ul.trip-grid {
    margin: 0;
    display: block;
    width: 100%;
  }
}
ul.trip-grid li {
  display: block;
  float: left;
  padding: 0;
  text-align: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 30px 5px;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  ul.trip-grid li {
    float: none;
    padding-bottom: 30px;
  }
}
ul.trip-grid li .trip-thumb {
  width: 230px;
  height: 220px;
  background-color: #f7f4ee;
  background-image: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dc-mark-placeholder.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 6px;
}
ul.trip-grid li .trip-thumb a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
ul.trip-grid li .trip-thumb a span {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 12px 1%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.01em;
  background: rgba(0, 0, 0, 0.5);
  width: 98%;
  min-height: 24%;
}
ul.trip-grid li .trip-thumb a:hover span {
  background: #5bb4a6;
}
ul.trip-grid li a.more-link {
  font-weight: bold;
  font-style: italic;
  display: block;
}
ul.trip-grid li p {
  margin-bottom: 1px;
  padding: 0 5px;
  min-height: 95px;
  font-size: 0.84em;
}
@media only screen and (max-width: 767px) {
  ul.trip-grid li p {
    min-height: 0;
  }
}
/* To Top Button */
.go-top {
  display: none;
  position: fixed;
  bottom: 9em;
  right: 0.5em;
  text-decoration: none;
  font-size: 12px;
  color: white;
  background: #5bb4a6 url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-arrow-to-top.png) center 1em no-repeat;
  background-color: rgba(91, 180, 166, 0.3);
  padding: 2.3em 1em 0.5em;
  border-radius: .5em;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .go-top {
    display: none;
  }
}
.go-top:hover {
  background-color: rgba(91, 180, 166, 0.6);
}
section#press {
  background: #768eb2;
  clear: both;
  text-align: center;
}
section#press:before,
section#press:after {
  content: '';
  display: table;
  clear: both;
}
section#press:before {
  display: block;
  width: 100%;
  height: 27px;
  /* background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/catalog-form-top-edge.jpg) top center repeat-x; */
  /* rough edge removed */
}
section#press .section-inner {
  border-color: rgba(255, 255, 255, 0.32);
  border-style: dashed;
  border-width: 1px 0;
  margin: 25px auto;
  padding: 25px 0 20px;
}
@media only screen and (max-width: 767px) {
  section#press .section-inner {
    border: none;
    padding: 0;
  }
}
section#press h2 {
  color: white;
  /*font-weight: 600;*/
  margin-bottom: 6px;
  font-size: 0.9em;
  opacity: 0.65;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
section#press .press-logo-cloud {
  text-align: center;
}
section#press .press-logo-cloud span img {
  opacity: 0.65;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  margin: 14px 20px;
  max-height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#press .press-logo-cloud span img {
    max-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  section#press .press-logo-cloud span img {
    margin: 0 3px 5px;
    max-width: 65%;
    max-height: 32px;
  }
}
section#press .press-logo-cloud span a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
section#press .press-below-logos {
  opacity: 0.65;
}
section#press .press-below-logos p {
  color: white;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
section#press .press-below-logos p a {
  color: white;
  text-decoration: underline;
}
section#request-catalog {
  background: #768eb2;
  clear: both;
}
section#request-catalog:before,
section#request-catalog:after {
  content: '';
  display: table;
  clear: both;
}
section#request-catalog .section-inner {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/catalog.png) left 160px no-repeat;
  min-height: 480px;
  text-align: left;
  background-size: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#request-catalog .section-inner {
    background-position: left 20px;
  }
}
@media only screen and (max-width: 767px) {
  section#request-catalog .section-inner {
    background: none;
    min-height: auto;
  }
}
section#request-catalog h2 {
  font-size: 3.9em;
  padding: 30px 0 50px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#request-catalog h2 {
    padding: 30px 0 50px 50%;
    min-height: 150px;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  section#request-catalog h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  section#request-catalog h2 {
    padding-top: 20px;
  }
}
section#request-catalog form,
section#request-catalog #request-catalog-form {
  display: block;
  width: 570px;
  margin-left: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#request-catalog form,
  section#request-catalog #request-catalog-form {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section#request-catalog form,
  section#request-catalog #request-catalog-form {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  section#request-catalog form:before,
  section#request-catalog #request-catalog-form:before,
  section#request-catalog form:after,
  section#request-catalog #request-catalog-form:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#request-catalog form iframe.catalog-form,
  section#request-catalog #request-catalog-form iframe.catalog-form {
    margin: 90px auto 0 auto;
    width: 570px;
    display: block;
  }
}
@media (max-width: 617px) {
  section#request-catalog form iframe.catalog-form,
  section#request-catalog #request-catalog-form iframe.catalog-form {
    height: 820px;
  }
}
section#request-catalog form p,
section#request-catalog #request-catalog-form p {
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.1em;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#request-catalog form p,
  section#request-catalog #request-catalog-form p {
    margin-left: 390px;
    min-height: 80px;
    padding-right: 8%;
  }
}
section#request-catalog form .left,
section#request-catalog #request-catalog-form .left {
  width: 300px;
  float: left;
}
section#request-catalog form .right,
section#request-catalog #request-catalog-form .right {
  width: 235px;
  float: right;
}
section#request-catalog form label,
section#request-catalog #request-catalog-form label {
  display: block;
}
section#request-catalog form input[type="text"],
section#request-catalog #request-catalog-form input[type="text"],
section#request-catalog form input[type="tel"],
section#request-catalog #request-catalog-form input[type="tel"],
section#request-catalog form input[type="email"],
section#request-catalog #request-catalog-form input[type="email"],
section#request-catalog form select,
section#request-catalog #request-catalog-form select {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
section#request-catalog form select,
section#request-catalog #request-catalog-form select {
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 100%;
  color: #5bb4a6;
  border: 0;
  padding: 3px 5px 3px 5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section#request-catalog form select,
  section#request-catalog #request-catalog-form select {
    background: #ffffff url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-select-arrow.png) 95% center no-repeat;
    padding-right: 15%;
  }
}
section#request-catalog form input[type="submit"],
section#request-catalog #request-catalog-form input[type="submit"] {
  font-size: 0.9em;
  padding: 10px 40px;
  text-transform: uppercase;
  float: right;
}
footer {
  background: #58676f;
  color: #fff;
  text-align: left;
}
footer .section-inner {
  padding: 48px 32px 62px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) left 78px repeat-x;
  clear: both;
}
footer .section-inner:before,
footer .section-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .section-inner {
    padding-left: 0;
    padding-right: 0;
    background-position: left 100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .section-inner {
    background: none;
    padding: 20px 0;
  }
}
footer .section-inner ul {
  clear: both;
}
footer .section-inner ul:before,
footer .section-inner ul:after {
  content: '';
  display: table;
  clear: both;
}
footer .col {
  width: 150px;
  float: left;
  text-align: left;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .col {
    padding-right: 2%;
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  footer .col {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  footer .col:before,
  footer .col:after {
    content: '';
    display: table;
    clear: both;
  }
}
footer .col h6 {
  color: #fff;
  padding-bottom: 30px;
  font-weight: normal;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .col h6 {
    font-size: 1.0em;
    display: block;
    height: 33px;
  }
}
footer .col h6 a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .col h6 {
    padding: 20px 0 5px 0;
    background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) left bottom repeat-x;
  }
}
footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .col ul li {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 0.7em;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .col ul li {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  footer .col ul li {
    margin-bottom: 5px;
    padding: 0;
  }
}
footer .col ul li a {
  color: #fff;
}
footer .col#contact-details {
  width: 200px;
  float: left;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer .col#contact-details {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  footer .col#contact-details {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  footer .col#contact-details:before,
  footer .col#contact-details:after {
    content: '';
    display: table;
    clear: both;
  }
}
footer .col#contact-details p {
  font-size: 1em;
}
footer .col#contact-details .phone {
  color: #fff;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 12px;
  display: block;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  footer .col#contact-details .phone {
    font-size: 1em;
  }
}
footer .col#contact-details .phone a {
  font-weight: bold;
  color: #fff;
}
footer .col#contact-details .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  margin-bottom: 45px;
}
footer .col#contact-details .social a {
  width: 40px;
  height: 40px;
  background-color: #5bb4a6;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .col#contact-details #logo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 959px) {
  footer .col#contact-details #logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .col#contact-details .bbb-badge {
  display: block;
}
footer .col#contact-details p.other-details {
  font-size: 0.7em;
  margin: 1em 0;
}
footer #copyright {
  color: #f7f4ee;
  font-size: 0.6em;
  text-align: center;
  padding-bottom: 10px;
}
footer #copyright a {
  color: #f7f4ee;
}
footer .subscribe-form-code p {
  margin-bottom: 10px;
}
footer #associations {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  max-width: 200px;
  margin-left: 0;
}
footer .content-adventure,
footer .tap-logo,
footer .nwf-logo,
footer .fta-member,
footer .sti-final,
footer .better-business,
footer .b-corp,
footer .go-overseas-review-widget-component {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
footer .content-adventure img,
footer .tap-logo img,
footer .nwf-logo img,
footer .fta-member img,
footer .sti-final img,
footer .better-business img,
footer .b-corp img,
footer .go-overseas-review-widget-component img {
  width: 100%;
}
footer .tap-logo,
footer .nwf-logo {
  max-width: 33.33%;
}
footer .b-corp {
  max-width: 50%;
  margin: 0 auto;
  margin-top: -4px;
}
footer .go-overseas-review-widget-component {
  max-width: 50%;
  position: relative;
}
footer .go-overseas-review-widget-component iframe {
  position: absolute !important;
  right: 0;
}
body.admin-bar .cuba-logo-mobile {
  top: 46px !important;
}
.cuba-logo-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.home #site-wrap {
    top: 42px;
  }
}
body.home .cuba-logo-mobile {
  display: none;
  height: 33px;
  position: absolute;
  top: 0;
  background-color: #613777;
  color: #fff;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 7px;
  font-size: 13px;
  box-sizing: border-box;
  margin-top: 9px;
}
body.home .cuba-logo-mobile:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  top: -9px;
  transform: translate(-50%);
  border-bottom: 10px solid #613777;
}
body.home .cuba-logo-mobile a {
  color: #cccc48;
}
@media only screen and (max-width: 767px) {
  body.home .cuba-logo-mobile {
    display: block;
  }
}
/* Some theme legacy stuff... */
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.fb-like iframe {
  max-width: none;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/* Accordion --------------------------------- */
.accordion .accordion-panel .accordion-heading a {
  padding: 13px 20px;
  background: #613777;
  color: white;
  display: block;
  transition: 0.4s;
}
.accordion .accordion-panel .accordion-heading a h4 {
  color: white;
  display: inline;
}
.accordion .accordion-panel .accordion-heading a h4:after {
  content: 'SHOW +';
  float: right;
  font-size: 0.9em;
}
.accordion .accordion-panel .accordion-heading a.active h4:after {
  content: 'HIDE -';
}
.accordion .accordion-panel .accordion-heading:after {
  clear: both;
  content: '';
  display: table;
}
.accordion .accordion-panel .accordion-collapse {
  border: 1px solid #dedede;
  border-top: 0;
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-out;
}
.accordion .accordion-panel .accordion-collapse .accordion-body {
  padding: 20px;
}
.accordion .accordion-panel .accordion-collapse .accordion-body figure {
  width: 50%;
  height: auto;
  float: left;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .accordion-collapse .accordion-body figure {
    width: 100%;
    float: none;
  }
}
.accordion .accordion-panel .accordion-collapse .accordion-body .accordion-text {
  width: 47%;
  margin-left: 3%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .accordion-collapse .accordion-body .accordion-text {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.accordion .accordion-panel .accordion-collapse .accordion-body .accordion-text h4 {
  font-size: 1.4em;
}
.accordion .accordion-panel .accordion-collapse .accordion-body:after {
  clear: both;
  content: '';
  display: table;
}
.accordion .accordion-panel.in .accordion-heading h4:after {
  content: 'SHOW +';
}
/* Last Updated: 11/26/2019 */
/* Custom Trip Category Page Styles */
/* Home Page Specific */
.home #focused-trips ul.scaling-trip-grid {
  padding-right: 35px;
}
.home #focused-trips .above {
  padding-top: 75px;
}
.home .panel-container {
  width: 100%;
}
.home .panel-container .first-panel,
.home .panel-container .side-panel-container,
.home .panel-container .extra-panel {
  height: 400px;
  float: left;
  padding: 2px;
  box-sizing: border-box;
  overflow: hidden;
}
.home .panel-container .side-panel-container a:first-child .side-panel {
  box-sizing: border-box;
  padding-bottom: 2px;
}
.home .panel-container .side-panel-container a:last-child .side-panel {
  padding-top: 2px;
  box-sizing: border-box;
}
.home .panel-container .inner {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.home .panel-container .inner .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.home .panel-container .inner .content h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.home .panel-container .first-panel {
  width: 66.66666667%;
}
.home .panel-container .side-panel-container {
  width: 33.33333333%;
}
.home .panel-container .side-panel-container .side-panel {
  height: 50%;
  width: 100%;
  float: left;
  overflow: hidden;
}
.home .panel-container .extra-panel {
  width: 33.33333%;
}
@media (max-width: 500px) {
  .home .panel-container .first-panel,
  .home .panel-container .side-panel-container {
    width: 100%;
  }
  .home .panel-container .side-panel {
    height: 100%;
  }
}
.home .inner:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home .inner:hover .content {
  height: 100%;
}
.home .inner:hover .content {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.home p {
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .home p {
    font-size: 0.8em;
  }
}
.home h2 {
  font-size: 3.9em;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    font-size: 2em;
  }
}
.home h3 {
  font-size: 2.2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home h3 {
    font-size: 1.1em;
  }
}
.home .catalog-cta {
  background: transparent;
  margin: 40px auto;
  height: auto;
  padding: 0;
}
.home .catalog-cta p {
  color: #58676f;
}
.home .catalog-cta-float {
  background: transparent;
  margin: 40px auto;
  height: auto;
  padding: 0;
}
.home .catalog-cta-float p {
  color: #58676f;
}
.home .footerLink,
.home #experience a {
  color: #cccc48;
}
.home .email a {
  color: #cccc48;
}
.home #top-phone a {
  color: #cccc48 !important;
}
.home section.hero .scroll-down {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/home-hero-scroll-down.png) center bottom no-repeat;
  height: 67px;
  bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section.hero .scroll-down {
    bottom: 5px;
    position: absolute;
  }
}
.home section.hero .scroll-down a {
  height: auto;
  padding-top: 0;
}
.home section#what-to-expect {
  height: 1050px;
  /*background: transparent url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/backgrounds/topo-pattern-white.png) center center repeat;*/
}
@media only screen and (max-width: 959px) {
  .home section#what-to-expect {
    height: auto;
    background-position: top center;
  }
}
.home section#what-to-expect h2 {
  margin-top: 120px;
  color: #58676f;
  /*font-weight: 700;
      font-weight: bold;*/
  font-size: 65px;
  margin-bottom: 39px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect h2 {
    font-size: 32px;
    margin: 25px;
    padding-top: 15px;
  }
}
.home section#what-to-expect p {
  color: #58676f;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect p {
    font-size: 14px;
  }
}
.home section#what-to-expect #experience {
  margin-bottom: 23px;
}
.home section#what-to-expect #experience aside {
  float: left;
  width: 25%;
  height: 500px;
  background: #613777;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#what-to-expect #experience aside {
    width: 25%;
    padding-right: 0%;
    padding-left: 0%;
    height: 500px;
    padding-top: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect #experience aside {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .home section#what-to-expect #experience aside:before,
  .home section#what-to-expect #experience aside:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect #experience aside {
    height: auto;
    background: transparent;
  }
}
.home section#what-to-expect #experience aside h3 {
  /* font-weight: 700; */
  margin-bottom: 18px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 27px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#what-to-expect #experience aside h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect #experience aside h3 {
    margin-bottom: 10px;
    color: #000000;
  }
}
.home section#what-to-expect #experience aside p {
  color: #ffffff;
  font-size: 16px;
  padding: 9px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#what-to-expect #experience aside p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect #experience aside p {
    color: #000000;
  }
}
.home section#what-to-expect #experience .still-or-video {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#what-to-expect #experience .still-or-video {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect #experience .still-or-video {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
.home section#what-to-expect #experience .still-or-video-landing {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#what-to-expect #experience .still-or-video-landing {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .home section#what-to-expect #experience .still-or-video-landing {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
.home section#what-to-expect .npca-note p {
  font-size: 14px;
}
.home section#sample-trips .section-inner {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
}
.home section#sample-trips .section-inner.above {
  padding-top: 75px;
}
.home section#sample-trips .section-inner.below {
  background-position: bottom left;
  padding: 35px 0 43px;
  clear: both;
}
.home section#sample-trips ul.scaling-trip-grid {
  width: 98%;
  min-width: 960px;
  max-width: 1130px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  display: block;
  clear: both;
}
.home section#sample-trips ul.scaling-trip-grid:before,
.home section#sample-trips ul.scaling-trip-grid:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#sample-trips ul.scaling-trip-grid {
    min-width: 0;
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#sample-trips ul.scaling-trip-grid {
    min-width: 0;
    width: 100%;
  }
}
.home section#sample-trips ul.scaling-trip-grid li {
  display: block;
  float: left;
  background-color: #666;
  padding: 0;
  width: 48.8%;
  max-height: 400px;
  margin: 0.60%;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#sample-trips ul.scaling-trip-grid li {
    width: 300px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#sample-trips ul.scaling-trip-grid li {
    float: none;
    width: 265px;
    margin: 10px auto;
  }
}
.home section#sample-trips ul.scaling-trip-grid .trip-details {
  background: rgba(0, 0, 0, 0.5);
  padding: 18px 0 11px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#sample-trips ul.scaling-trip-grid .trip-details {
    min-height: 45%;
  }
}
.home section#sample-trips ul.scaling-trip-grid h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 16px;
  text-shadow: 0 1px 6px #000;
}
@media only screen and (max-width: 767px) {
  .home section#sample-trips ul.scaling-trip-grid h4 {
    font-size: 16px;
  }
}
.home section#sample-trips ul.scaling-trip-grid p {
  color: #fff;
  font-size: 14px;
  padding: 0 5%;
}
@media only screen and (max-width: 767px) {
  .home section#sample-trips ul.scaling-trip-grid p {
    font-size: 12px;
  }
}
.home section#sample-trips ul.scaling-trip-grid a.more-link {
  font-weight: bold;
  font-style: italic;
  display: block;
  color: #cccc48;
}
.home section#trips-for-everyone {
  margin-bottom: 50px;
  font-size: 16px;
}
.home section#trips-for-everyone .section-inner {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
}
.home section#trips-for-everyone .section-inner.above {
  padding-top: 75px;
}
.home section#trips-for-everyone .section-inner.below {
  background-position: bottom left;
  padding: 35px 0 43px;
  clear: both;
}
.home section#trips-for-everyone ul {
  width: 98%;
  min-width: 960px;
  max-width: 1130px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  display: block;
  clear: both;
}
.home section#trips-for-everyone ul:before,
.home section#trips-for-everyone ul:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#trips-for-everyone ul {
    min-width: 0;
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#trips-for-everyone ul {
    min-width: 0;
    width: 100%;
  }
}
.home section#trips-for-everyone ul li {
  display: block;
  float: left;
  padding: 0;
  width: 32.1%;
  height: auto;
  margin: 0.60%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#trips-for-everyone ul li {
    width: 300px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#trips-for-everyone ul li {
    width: 90%;
    float: none;
    margin: 10px auto;
  }
}
.home section#trips-for-everyone ul .trip-details {
  padding: 30px 10%;
}
@media only screen and (max-width: 767px) {
  .home section#trips-for-everyone ul .trip-details {
    padding: 20px 0;
  }
}
.home section#trips-for-everyone ul .trip-details h4 {
  font-weight: normal;
}
.home section#trips-for-everyone ul .trip-details strong {
  font-size: 2em;
}
.home section#trips-for-everyone ul .trip-details p {
  margin-top: 1em;
  font-size: 1em;
}
.home section#traveler-journals {
  min-height: 900px;
  background: #5bb4a6;
  padding: 0 0 58px 0;
}
.home section#traveler-journals:before {
  display: block;
  width: 100%;
  height: 8px;
  /* background: transparent url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/journals-top-edge.png) top center repeat-x; */
  /* rough edge removed */
}
.home section#traveler-journals h2 {
  margin: 114px 0 60px;
  color: #f7f4ee;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#traveler-journals h2 {
    margin: 70px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home section#traveler-journals h2 {
    margin-top: 20px;
  }
}
.home section#traveler-journals ul {
  list-style-type: none;
  display: block;
  width: 100%;
  margin: 0 0 45px;
  padding: 0;
  clear: both;
}
.home section#traveler-journals ul:before,
.home section#traveler-journals ul:after {
  content: '';
  display: table;
  clear: both;
}
.home section#traveler-journals ul li {
  display: block;
  width: 270px;
  float: left;
  margin-left: 10px;
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#traveler-journals ul li {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .home section#traveler-journals ul li {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .home section#traveler-journals ul li:before,
  .home section#traveler-journals ul li:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .home section#traveler-journals ul li {
    margin-bottom: 60px;
  }
}
.home section#traveler-journals ul li:last-of-type {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home section#traveler-journals ul li:last-of-type {
    display: none;
  }
}
.home section#traveler-journals ul li h3 {
  /*font-weight: 600;*/
  font-size: 24px;
  margin: 17px 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .home section#traveler-journals ul li h3 {
    font-size: 18px;
  }
}
.home section#traveler-journals ul li p {
  font-size: 14px;
  text-align: left;
}
.home section#traveler-journals ul li p.country-name {
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}
.home section#traveler-journals ul li blockquote {
  font-style: normal;
  text-align: left;
  border: 1px solid #58676f;
  border-width: 1px 0;
  padding: 19px 0 0px;
  margin: 11px 0;
}
.home section#traveler-journals ul li blockquote p {
  line-height: 28px;
}
.home section#traveler-journals ul li a.journal-trip {
  font-weight: 400;
  color: #f7f4ee;
  font-style: italic;
  display: block;
  font-size: 14px;
  text-align: left;
}
.home section#request-catalog:before,
.home section#press:before {
  display: none;
  width: 0;
  height: 0;
  background: none;
}
.home section#press {
  padding-top: 27px;
}
.home .find-trip-title {
  margin-top: 20px !important;
  color: #ffffff !important;
  font-size: 27px !important;
}
.home section.hero .section-inner .hero-copy p a {
  color: #cccc48;
}
.home .trip-finder {
  background-color: #613777;
  float: left;
  margin: 0 auto;
  width: 25%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .home .trip-finder {
    float: none;
    width: 100%;
    height: 315px;
  }
}
.home .trip-label {
  color: #ffffff;
  font-weight: normal;
  margin-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home .trip-label {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home .trip-label {
    margin-right: 15px;
  }
}
.home .trip-btn {
  background-color: #5bb4a6;
  text-align: center;
  display: block;
  font-size: 1em;
  margin: 30px;
  padding: 5px;
  border-radius: 5px;
  color: #FFFFFF !important;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home .trip-btn {
    margin: 20px;
  }
}
.home .trip-btn:hover {
  text-decoration: none;
}
.home .trip-question {
  color: #ffffff;
  margin-top: 2em;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home .trip-question {
    font-size: 14px;
  }
}
.home .find-trip {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 959px) {
  .home .find-trip {
    margin-bottom: 9px;
  }
}
.home .find-trip-item {
  display: block;
  margin-bottom: 35px;
}
@media only screen and (max-width: 959px) {
  .home .find-trip-item {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .home .find-trip-item {
    margin-bottom: 20px;
  }
}
.home .hero-copy > p {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .home .form-control {
    font-size: 80%;
  }
}
.home .fixed-request-catalog-cta {
  position: unset;
  margin: 0px !important;
}
.home .request-catalog-float {
  position: fixed;
  right: 15px;
  bottom: 42px;
  z-index: 99;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 738px) {
  .home .request-catalog-float {
    display: none !important;
  }
}
.home .request-catalog-float .catalog-cta {
  margin: 0 !important;
}
.home .catalog-cta-float a {
  color: #ffffff;
  font-size: 16px;
  width: 250px;
  margin: 0px !important;
}
/* Why DC Page Specific */
.photo-group {
  padding-bottom: 34px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .photo-group {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .photo-group:before,
  .photo-group:after {
    content: '';
    display: table;
    clear: both;
  }
}
.photo-group .photo {
  float: left;
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .photo-group .photo {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .photo-group .photo {
    margin: 10px 15%;
    width: 65%;
    clear: none;
    display: block;
  }
}
.photo-group .photo:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .photo-group .photo:last-of-type {
    margin: 10px 15%;
  }
}
section#typical-trip img.photo {
  float: left;
  margin: 0 20px 20px 0;
}
section#immersion {
  margin-top: 50px;
}
section#immersion .still-or-video,
section#immersion img {
  width: 401px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  section#immersion .still-or-video,
  section#immersion img {
    width: 100%;
    height: auto;
    border: 0;
  }
}
section#immersion {
  margin-top: 50px;
}
section#immersion .still-or-video-landing,
section#immersion img {
  width: 401px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  section#immersion .still-or-video-landing,
  section#immersion img {
    width: 100%;
    height: auto;
    border: 0;
  }
}
/* Trip Category Pages - Destinations & Focus (Our Trips) */
section.trip-category figure {
  width: 400px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section.trip-category figure {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  section.trip-category figure {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  section.trip-category figure:before,
  section.trip-category figure:after {
    content: '';
    display: table;
    clear: both;
  }
}
section.trip-category figure img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section.trip-category figure img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.trip-category figure img {
    width: 65%;
  }
}
section.trip-category .details {
  width: 500px;
  float: right;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section.trip-category .details {
    width: 45%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  section.trip-category .details {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  section.trip-category .details:before,
  section.trip-category .details:after {
    content: '';
    display: table;
    clear: both;
  }
}
section.trip-category h2 {
  text-align: left;
}
section.trip-category h2 a {
  color: #58676f;
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-trip-link.png) right 60% no-repeat;
  padding-right: 23px;
  line-height: 1;
}
section.trip-category h2 a:hover {
  color: #5bb4a6;
}
section.trip-category.country {
  margin-bottom: 50px;
}
section.trip-category ul {
  margin-left: 1.2em;
}
section.trip-category ul li {
  color: #e18644;
  font-size: 1em;
  letter-spacing: 0.02em;
}
section.trip-category ul li a {
  font-family: 'Montserrat', sans-serif;
}
.still-or-video.ytembed {
  width: 100%;
}
.still-or-video-landing.ytembed {
  width: 100%;
}
/* Our Destinations Page */
section#region-map {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/destinations-map.jpg) top center repeat-x;
  background-size: auto;
  position: relative;
  height: 490px;
}
@media only screen and (max-width: 959px) {
  section#region-map {
    display: none;
  }
}
section#region-map .section-inner {
  position: relative;
}
section#region-map h1 {
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  width: 583px;
  margin: 0;
  padding: 0;
  font-size: 3.6em;
  color: #fff;
}
section#region-map p {
  color: #cccc48;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7em;
  top: 414px;
  line-height: normal;
  font-weight: bold;
  width: 300px;
}
section#region-map ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section#region-map ul li {
  position: absolute;
  width: 250px;
  display: block;
}
section#region-map ul li a {
  font-size: 2.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #f7f4ee;
  text-shadow: #000 1px 1px 1px, #000 1px 1px 30px;
  line-height: 1;
  letter-spacing: 0.02em;
}
section#region-map ul li#map-label-africa {
  top: 191px;
  left: 467px;
  width: 110px;
}
section#region-map ul li#map-label-asia-the-pacific {
  top: 128px;
  left: 679px;
  width: 270px;
}
section#region-map ul li#map-label-central-america-caribbean {
  top: 134px;
  left: 4px;
}
section#region-map ul li#map-label-south-america {
  top: 310px;
  left: 138px;
  width: 130px;
}
section#region-map ul li#map-label-europe {
  left: 380px;
  top: 18px;
}
section#region-map ul li#map-label-north-america {
  top: 25px;
  left: -58px;
}
h2.region {
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/region-sprite.png) center top no-repeat;
  height: 200px;
  margin: 1em auto;
  text-align: center;
  height: 50px;
  padding: 70px 0 75px;
  font-size: 38px;
  font-weight: normal;
}
h2.region#header-africa {
  background-position: center -252px;
}
h2.region#header-europe {
  background-position: center -940px;
}
h2.region#header-asia-the-pacific {
  background-position: center -513px;
  padding-top: 66px;
  height: 52px;
}
h2.region#header-central-america-caribbean {
  height: 9px;
  background-position: center -760px;
  padding-top: 38px;
}
h2.region#header-north-america {
  background-position: center -1195px;
}
.container {
  width: 98%;
  min-width: 960px;
  max-width: 1130px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  display: block;
  clear: both;
}
.container:before,
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    min-width: 0;
    width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    min-width: 0;
    width: 100%;
  }
}
.container li {
  display: block;
  float: left;
  background-color: #666;
  background-size: cover;
  padding: 0;
  width: 32.1%;
  height: 400px;
  margin: 0.60%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container li {
    width: 300px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .container li {
    float: none;
    width: 265px;
    margin: 10px auto;
  }
}
.banner {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 5px 10px;
  color: #fff;
  z-index: 999;
  background-color: #e18644;
}
.banner .banner-extra {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #a5561e transparent transparent;
}
/* Trip Pages */
.page-template-page-trips .trip-card-container.custom-trip,
.page-template-page-custom-trip-category .trip-card-container.custom-trip {
  width: 50%;
  height: 550px;
}
@media (max-width: 959px) {
  .page-template-page-trips .trip-card-container.custom-trip,
  .page-template-page-custom-trip-category .trip-card-container.custom-trip {
    width: 100%;
  }
}
.page-template-page-trips .trip-card-container,
.page-template-page-custom-trip-category .trip-card-container {
  width: 33.333333%;
  height: 350px;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
.page-template-page-trips .trip-card-container .inner,
.page-template-page-custom-trip-category .trip-card-container .inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-template-page-trips .trip-card-container .inner .content,
.page-template-page-custom-trip-category .trip-card-container .inner .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
}
.page-template-page-trips .trip-card-container .inner .content h4,
.page-template-page-custom-trip-category .trip-card-container .inner .content h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.page-template-page-trips .trip-card-container .inner .content p,
.page-template-page-custom-trip-category .trip-card-container .inner .content p {
  margin-bottom: 10px;
}
.page-template-page-trips .trip-card-container .inner .content h4,
.page-template-page-custom-trip-category .trip-card-container .inner .content h4,
.page-template-page-trips .trip-card-container .inner .content p,
.page-template-page-custom-trip-category .trip-card-container .inner .content p,
.page-template-page-trips .trip-card-container .inner .content a,
.page-template-page-custom-trip-category .trip-card-container .inner .content a {
  color: #fff;
}
.page-template-page-trips .trip-card-container .inner .content .link,
.page-template-page-custom-trip-category .trip-card-container .inner .content .link {
  color: #e18644;
  font-style: italic;
}
.single-trip #itinerary-overview h2 {
  margin-bottom: 5px;
}
.single-trip #itinerary-overview h3 {
  text-align: center;
  font-size: 20px;
}
.single-trip .scroll-down {
  margin-top: 1em;
}
.single-trip .photo-group img {
  max-width: 300px;
}
.single-trip .catalog-cta.itinerary {
  padding: 30px 0 32px;
  height: auto;
}
.single-trip .catalog-cta.itinerary a {
  font-size: 1.2em;
}
.single-trip .catalog-cta.itinerary p {
  font-size: 1.3em;
}
.single-trip .catalog-cta.itinerary.no-margin {
  margin-bottom: 0;
}
.single-trip #itinerary-modal {
  background-color: #768eb2;
  width: 287px;
}
@media only screen and (max-width: 767px) {
  .single-trip #itinerary-modal {
    width: 80%;
  }
}
.single-trip #itinerary-modal h2 {
  color: #ffffff;
  text-align: center;
}
.single-trip #itinerary-modal iframe {
  height: 250px !important;
}
.single-trip section#typical-day .trip-2-col .left-column {
  width: 48%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .single-trip section#typical-day .trip-2-col .left-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .single-trip section#typical-day .trip-2-col .left-column:before,
  .single-trip section#typical-day .trip-2-col .left-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
.single-trip section#typical-day .trip-2-col .right-column {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .single-trip section#typical-day .trip-2-col .right-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .single-trip section#typical-day .trip-2-col .right-column:before,
  .single-trip section#typical-day .trip-2-col .right-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
.single-trip section#traveler-journal {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 35px;
}
.single-trip section#traveler-journal article {
  padding: 85px 0 65px 0;
}
@media only screen and (max-width: 767px) {
  .single-trip section#traveler-journal article {
    padding: 0;
  }
}
.single-trip section#traveler-journal article .scroll-down {
  margin: -20px auto 0;
  clear: none;
}
.single-trip section#traveler-journal article .trip-2-col {
  padding: 50px 80px;
  background-color: #5bb4a6;
  background-color: rgba(91, 180, 166, 0.85);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .single-trip section#traveler-journal article .trip-2-col {
    padding: 4% 7%;
  }
}
@media only screen and (max-width: 767px) {
  .single-trip section#traveler-journal article .trip-2-col {
    padding: 4% 0;
  }
}
.single-trip section#traveler-journal article .trip-2-col h2,
.single-trip section#traveler-journal article .trip-2-col h3,
.single-trip section#traveler-journal article .trip-2-col p,
.single-trip section#traveler-journal article .trip-2-col blockquote {
  color: #fff;
}
.single-trip section#traveler-journal article .trip-2-col h2 {
  font-size: 2em;
}
.single-trip section#traveler-journal article .trip-2-col h3 {
  letter-spacing: 0.01em;
  /*font-weight: 400;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-top: .5em;
}
.single-trip section#traveler-journal article .trip-2-col .hometown {
  font-style: italic;
}
.single-trip section#traveler-journal article .trip-2-col blockquote {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .single-trip section#traveler-journal article .trip-2-col blockquote {
    padding: 0 4%;
  }
}
.single-trip section#traveler-journal article .trip-2-col .left-column {
  width: 270px;
  text-align: center;
  float: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .single-trip section#traveler-journal article .trip-2-col .left-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .single-trip section#traveler-journal article .trip-2-col .left-column:before,
  .single-trip section#traveler-journal article .trip-2-col .left-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
.single-trip section#traveler-journal article .trip-2-col .right-column {
  width: 430px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .single-trip section#traveler-journal article .trip-2-col .right-column {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .single-trip section#traveler-journal article .trip-2-col .right-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .single-trip section#traveler-journal article .trip-2-col .right-column:before,
  .single-trip section#traveler-journal article .trip-2-col .right-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
.single-trip section#dates-fees {
  margin-bottom: 40px;
}
.single-trip section#dates-fees a.book-trip {
  font-size: 1.1em;
  padding: 9px 64px;
}
@media only screen and (max-width: 767px) {
  .single-trip section#dates-fees a.book-trip {
    padding: 9px 0;
    font-size: 1.1em;
  }
}
.single-trip section#dates-fees p.phone {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  padding: 6px 0 20px;
  font-size: 1.2em;
}
.single-trip section#dates-fees .wrap {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots-trip-details-column.png) 365px top repeat-y;
}
@media only screen and (max-width: 959px) {
  .single-trip section#dates-fees .wrap {
    background: transparent;
  }
}
.single-trip section#dates-fees .wrap #programs {
  width: 740px;
  float: left;
}
@media only screen and (max-width: 959px) {
  .single-trip section#dates-fees .wrap #programs {
    width: 96%;
    float: none;
  }
}
.single-trip section#dates-fees .wrap #programs .program {
  width: 276px;
  float: left;
  padding: 0 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .single-trip section#dates-fees .wrap #programs .program {
    background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots-vertical.png) top right repeat-y;
    width: 30%;
    padding-right: 5%;
  }
  .single-trip section#dates-fees .wrap #programs .program:last-of-type {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-trip section#dates-fees .wrap #programs .program {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .single-trip section#dates-fees .wrap #programs .program:before,
  .single-trip section#dates-fees .wrap #programs .program:after {
    content: '';
    display: table;
    clear: both;
  }
}
.single-trip section#dates-fees .wrap #programs .program p {
  margin-bottom: 0.4em;
}
.single-trip section#dates-fees .wrap #programs .program a.toggle-included {
  margin-top: 1em;
  display: block;
  width: 276px;
  background: #e18644 url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-reveal-sprite.png) 98% 9px no-repeat;
  padding: 8px 14px;
  color: #f7f4ee;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
}
.single-trip section#dates-fees .wrap #programs .program a.toggle-included.open {
  background-position: 97% -16px;
}
.single-trip section#dates-fees .wrap #programs .program .whats-included {
  display: none;
  padding: 6px;
}
.single-trip section#dates-fees .wrap #programs .program .whats-included.open {
  display: block;
}
.single-trip section#dates-fees .wrap #booking-notes {
  float: right;
  width: 220px;
}
@media only screen and (max-width: 959px) {
  .single-trip section#dates-fees .wrap #booking-notes {
    float: none;
    width: 96%;
    clear: both;
  }
  .single-trip section#dates-fees .wrap #booking-notes:before,
  .single-trip section#dates-fees .wrap #booking-notes:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .single-trip section#dates-fees .wrap #booking-notes {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .single-trip section#dates-fees .wrap #booking-notes:before,
  .single-trip section#dates-fees .wrap #booking-notes:after {
    content: '';
    display: table;
    clear: both;
  }
}
.single-trip section#dates-fees .wrap #booking-notes h4 {
  font-weight: normal;
  margin-bottom: 0.65em;
}
.single-trip section#dates-fees .wrap #booking-notes .special-notes p {
  font-style: italic;
}
/* About Section & Book a trip */
main {
  padding: 64px 0 40px;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 20px;
  }
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #58676f;
  text-shadow: none;
}
main nav {
  width: 200px;
  float: left;
  padding-right: 36px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots-vertical.png) top right repeat-y;
  min-height: 665px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main nav {
    width: 20%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  main nav {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  main nav:before,
  main nav:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  main nav {
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) bottom left repeat-x;
    min-height: 0;
    margin-bottom: 20px;
  }
}
main nav h3 {
  font-size: 2.2em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  main nav h3 {
    font-size: 1.5em;
  }
}
main nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main nav ul li {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  main nav ul li {
    margin-bottom: 5px;
    font-size: 0.9em;
  }
}
main nav ul li a {
  font-weight: bold;
}
main nav ul li.current-menu-item a {
  color: #613777;
}
main article {
  width: 680px;
  float: right;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main article {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  main article {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  main article:before,
  main article:after {
    content: '';
    display: table;
    clear: both;
  }
}
main article h1,
main article h2,
main article h3,
main article h4,
main article h5,
main article h6 {
  text-align: left;
}
main article h1 {
  padding-bottom: 35px;
}
main article figure {
  margin-bottom: 30px;
}
main .wrap {
  padding: 40px 0;
}
main .wrap .left-column {
  width: 600px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main .wrap .left-column {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  main .wrap .left-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  main .wrap .left-column:before,
  main .wrap .left-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
main .wrap .right-column {
  width: 300px;
  float: right;
  padding-left: 30px;
  background: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots-vertical.png) top left repeat-y;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main .wrap .right-column {
    width: 30%;
    padding-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  main .wrap .right-column {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  main .wrap .right-column:before,
  main .wrap .right-column:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  main .wrap .right-column {
    background: none;
  }
}
main #wufoo-form {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main #wufoo-form {
    width: 100%;
  }
}
/* Request Info page */
.page-id-448 section.basic-page,
.page-id-448 section.header-only,
.page-id-448 section#request-catalog:before {
  display: none;
}
/* Ad Landing Pages */
section.landing-page-header h1,
section.landing-page article h1,
section.landing-page-header h2,
section.landing-page article h2,
section.landing-page-header h3,
section.landing-page article h3,
section.landing-page-header h4,
section.landing-page article h4,
section.landing-page-header h5,
section.landing-page article h5 {
  text-align: left;
}
.landing-page-header header #top-bar-bg {
  width: 100%;
  background-color: #4c2a58;
}
.landing-page-header header #top-bar {
  width: 100%;
  height: 25px;
  margin: 10px 0 5px;
  clear: both;
}
.landing-page-header header #top-bar:before,
.landing-page-header header #top-bar:after {
  content: '';
  display: table;
  clear: both;
}
.landing-page-header header #top-bar #top-phone {
  background: url("https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-phone.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  color: #998874;
  display: block;
  font-size: 14px;
  padding-left: 21px;
  width: 165px;
  margin: 0 auto;
  float: right;
  height: 25px;
}
.landing-page-header header #logo {
  float: left;
  width: 303px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .landing-page-header header #logo {
    margin: 8px auto;
    clear: both;
    float: none;
  }
}
.landing-page-header header #masthead-copy {
  margin-left: 15%;
  width: 423px;
  float: left;
}
.landing-page-header header #masthead-copy h1 {
  font-size: 2.3em;
  text-shadow: none;
}
.landing-page-header header #masthead-copy h2 {
  font-size: 1.1em;
  color: #58676f;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .landing-page-header header #masthead-copy {
    width: 40%;
    margin-left: 10%;
  }
  .landing-page-header header #masthead-copy h1 {
    font-size: 2.0em;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page-header header #masthead-copy {
    width: auto;
    margin-left: 0;
    float: none;
    clear: both;
    text-align: center;
    margin-top: 1em;
  }
  .landing-page-header header #masthead-copy h1 {
    text-align: center;
    font-size: 1.9em;
  }
  .landing-page-header header #masthead-copy h2 {
    text-align: center;
  }
}
#top-phone a {
  color: #cccc48 !important;
}
.email a {
  color: #cccc48;
}
.new-landing-page .testimonial {
  border-top: 0;
  margin-top: 0;
}
.new-landing-page .testimonial .blockquote-author {
  border-bottom: 0;
}
.landing-page-block-half-left {
  width: 48.5%;
  margin-right: 1.5%;
  float: left;
}
.landing-page-block-half-right {
  width: 48.5%;
  margin-left: 1.5%;
  float: left;
}
@media (max-width: 767px) {
  .landing-page-block-half-left {
    width: 100%;
    margin-right: 0;
    float: none;
    clear: both;
  }
  .landing-page-block-half-right {
    width: 100%;
    margin-left: 0;
    float: none;
    clear: both;
  }
}
.landing-block-full {
  width: 100%;
}
.lp-element iframe {
  border: 2px solid #613777;
  border-radius: 6px;
  max-width: 99% !important;
  max-height: 600px !important;
}
.landing-page {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/map-background.png) center -150px repeat-x;
}
.landing-page article {
  clear: both;
  padding-bottom: 20px;
}
.landing-page article:before,
.landing-page article:after {
  content: '';
  display: table;
  clear: both;
}
.landing-page .landing-pardot-signup {
  float: right;
  width: 405px;
  margin: 0 0 20px 20px;
}
.landing-page .landing-pardot-signup iframe {
  border: 2px solid #613777;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-pardot-signup {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.landing-page .landing-page-video-wrapper {
  width: 55%;
}
@media (max-width: 767px) {
  .landing-page .landing-page-video-wrapper {
    width: 100%;
  }
}
.landing-page .landing-image img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.34), 0px 0px 15px rgba(0, 0, 0, 0.3) inset;
  display: block;
  padding: 0px;
  border-radius: 2px 2px 2px 2px;
}
.landing-page .landing-content img {
  border: 2px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.341176) 0px 5px 5px, rgba(0, 0, 0, 0.298039) 0px 0px 15px inset;
  display: block;
  padding: 0px;
  border-radius: 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .landing-page .landing-content img {
    max-height: 200px;
  }
}
.landing-page .landing-content .video-block .ytembed {
  float: left;
  margin: 0 0 35px;
}
.landing-page .landing-content .video-block iframe {
  height: 300px;
  width: 500px;
}
.landing-page .landing-content .video-block.alignleft .ytembed {
  float: left;
  margin: 0 22px 35px 0;
}
.landing-page .landing-content .video-block.alignright .ytembed {
  margin: 0 0 50px 50px;
  float: right;
}
.landing-page .landing-content .video-block.left-of-form .ytembed {
  float: left;
  margin: 0 0 35px;
}
.landing-page .landing-content .video-block img {
  border: 0;
  box-shadow: none;
  padding: inhert;
  border-radius: inhert;
  background-position: inhert;
  background-repeat: inherit;
}
.landing-page .landing-content .photo-block {
  margin: 0 10px 40px 0;
}
.landing-page .landing-content .copy-block {
  padding-right: 20px;
}
.landing-page .landing-content .copy-block h1,
.landing-page .landing-content .copy-block h2,
.landing-page .landing-content .copy-block h3,
.landing-page .landing-content .copy-block h4,
.landing-page .landing-content .copy-block h5,
.landing-page .landing-content .copy-block p,
.landing-page .landing-content .copy-block li,
.landing-page .landing-content .copy-block div {
  text-shadow: #fff 1px 1px 1px, #fff 1px 1px 4px;
}
.landing-page .landing-content .copy-block h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  color: #613777;
}
.landing-page .landing-content .copy-block p,
.landing-page .landing-content .copy-block li {
  font-size: 1em;
}
.landing-page .landing-content .copy-block ul {
  margin-left: 1.5em;
}
.landing-page .landing-content .testimonial {
  border-top: 1px dotted #613777;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
}
.landing-page .landing-content .testimonial:before,
.landing-page .landing-content .testimonial:after {
  content: '';
  display: table;
  clear: both;
}
.landing-page .landing-content .testimonial img {
  float: left;
  margin-bottom: 20px;
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-content .testimonial img {
    float: none;
    margin: 0 auto 15px;
    width: auto;
  }
}
.landing-page .landing-content .testimonial blockquote {
  font-style: italic;
  padding-left: 30px;
  font-size: 1.3em;
  color: #58676f;
  padding-top: 10px;
}
.landing-page .landing-content .testimonial blockquote p {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-content .testimonial blockquote {
    font-size: 1em;
  }
}
.landing-page .landing-content .testimonial .blockquote-author {
  font-size: 1.2em;
  color: #444;
  padding-bottom: 6px;
  border-bottom: 6px solid #5bb4a6;
}
.landing-page .landing-content .testimonial .blockquote-author .program {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-content .testimonial .blockquote-author {
    font-size: 0.85em;
    text-align: center;
  }
}
.landing-page .landing-content h2 {
  font-size: 1.8em;
}
.landing-page .disclaimer {
  margin-top: 20px;
  clear: both;
  text-align: center;
  font-size: 0.85em;
}
.landing-page .disclaimer:before,
.landing-page .disclaimer:after {
  content: '';
  display: table;
  clear: both;
}
.disclaimer {
  margin-top: 20px;
  clear: both;
  text-align: center;
  font-size: 0.85em;
}
.disclaimer:before,
.disclaimer:after {
  content: '';
  display: table;
  clear: both;
}
.testimonial {
  border-top: 1px dotted #613777;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
}
.testimonial:before,
.testimonial:after {
  content: '';
  display: table;
  clear: both;
}
.testimonial img {
  float: left;
  margin-bottom: 20px;
  width: 200px;
  margin-right: 30px;
  border: 2px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.341176) 0px 5px 5px, rgba(0, 0, 0, 0.298039) 0px 0px 15px inset;
  display: block;
  padding: 0px;
  border-radius: 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}
@media only screen and (max-width: 767px) {
  .testimonial img {
    float: none;
    margin: 0 auto 15px;
    width: auto;
  }
}
.testimonial blockquote {
  font-style: italic;
  padding-left: 30px;
  font-size: 1.3em;
  color: #58676f;
  padding-top: 10px;
}
.testimonial blockquote p {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .testimonial blockquote {
    font-size: 1em;
  }
}
.testimonial .blockquote-author {
  font-size: 1.2em;
  color: #444;
  padding-bottom: 6px;
  border-bottom: 6px solid #5bb4a6;
}
.testimonial .blockquote-author .program {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .testimonial .blockquote-author {
    font-size: 0.85em;
    text-align: center;
  }
}
.landing-tabs nav.tab-bar,
hr.no-tabs {
  height: 62px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/sticky-nav-bg.png) top left repeat-x;
  padding-top: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
.landing-tabs nav.tab-bar:before,
hr.no-tabs:before,
.landing-tabs nav.tab-bar:after,
hr.no-tabs:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .landing-tabs nav.tab-bar,
  hr.no-tabs {
    padding: 0 1%;
  }
}
.landing-tabs nav.tab-bar .tab-bar-inner,
hr.no-tabs .tab-bar-inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  height: 50px;
}
@media only screen and (max-width: 959px) {
  .landing-tabs nav.tab-bar .tab-bar-inner,
  hr.no-tabs .tab-bar-inner {
    background: none;
    padding: 0;
    height: auto;
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .landing-tabs nav.tab-bar .tab-bar-inner,
  hr.no-tabs .tab-bar-inner {
    width: 100%;
    width: 85%;
    padding: 0 22px;
  }
}
.landing-tabs nav.tab-bar .tab-bar-inner ul,
hr.no-tabs .tab-bar-inner ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}
.landing-tabs nav.tab-bar .tab-bar-inner ul li,
hr.no-tabs .tab-bar-inner ul li {
  float: left;
  position: relative;
  padding-right: 30px;
  text-align: center;
  font-size: 1.1em;
  max-width: 100px;
}
@media only screen and (max-width: 959px) {
  .landing-tabs nav.tab-bar .tab-bar-inner ul li,
  hr.no-tabs .tab-bar-inner ul li {
    padding-right: 2.5%;
    font-size: 1em;
    max-width: 90px;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .landing-tabs nav.tab-bar .tab-bar-inner ul li,
  hr.no-tabs .tab-bar-inner ul li {
    font-size: 0.9em;
  }
}
.landing-tabs nav.tab-bar .tab-bar-inner ul li:last-of-type,
hr.no-tabs .tab-bar-inner ul li:last-of-type {
  padding-right: 0;
}
.landing-tabs nav.tab-bar .tab-bar-inner ul li a,
hr.no-tabs .tab-bar-inner ul li a {
  color: #613777;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  height: 50px;
}
.landing-tabs nav.tab-bar .tab-bar-inner ul li a:hover,
hr.no-tabs .tab-bar-inner ul li a:hover,
.landing-tabs nav.tab-bar .tab-bar-inner ul li a:active,
hr.no-tabs .tab-bar-inner ul li a:active,
.landing-tabs nav.tab-bar .tab-bar-inner ul li a.active,
hr.no-tabs .tab-bar-inner ul li a.active {
  color: #58676f;
}
@media only screen and (max-width: 767px) {
  .landing-tabs nav.tab-bar .tab-bar-inner ul li a,
  hr.no-tabs .tab-bar-inner ul li a {
    height: auto;
  }
}
/* Special Event Promotion Pages */
.event-page {
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/map-background.png) center 0px repeat-x;
}
.event-page .event-page-inner {
  width: 960px;
  margin: 0 auto 70px auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .event-page .event-page-inner {
    width: 94%;
    padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-page-inner {
    width: 96%;
  }
}
.event-page h2,
.event-page h3,
.event-page h4,
.event-page h5 {
  text-align: left;
}
.event-page h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.event-page hr {
  margin-top: 0em;
}
.event-page .event-page-header {
  padding-top: 25px;
}
.event-page .event-page-header #event-callout {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 14px;
}
.event-page .event-page-header #masthead-copy {
  margin-bottom: 24px;
}
.event-page .event-page-header #masthead-copy h1 {
  font-size: 2.4em;
  text-shadow: none;
  margin-bottom: 21px;
}
.event-page .event-page-header #masthead-copy p {
  color: #58676f;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 600;
}
.event-page .event-top article {
  float: left;
  width: 365px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .event-page .event-top article {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-top article {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .event-page .event-top article:before,
  .event-page .event-top article:after {
    content: '';
    display: table;
    clear: both;
  }
}
.event-page .event-top article p {
  color: #58676f;
}
.event-page .event-top article p.trip-location {
  color: #613777;
  font-weight: bold;
}
.event-page .event-top article p.trip-location,
.event-page .event-top article p.trip-dates {
  font-size: 18px;
  margin-bottom: 8px;
}
.event-page .event-top article .connection-to-trip {
  margin: 18px 0 50px;
}
.event-page .event-top article .connection-to-trip p {
  font-style: italic;
  font-weight: normal;
  line-height: 1.8em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .event-page .event-top article .trip-meta,
  .event-page .event-top article .long-description {
    width: 48%;
    float: left;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-top article p,
  .event-page .event-top article h2 {
    text-align: center;
  }
}
.event-page .event-top aside {
  float: right;
  width: 524px;
  height: 600px;
  border: 3px solid #f7f4ee;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/event-form-bg-photo.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .event-page .event-top aside {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-top aside {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .event-page .event-top aside:before,
  .event-page .event-top aside:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-top aside {
    width: 100%;
    height: auto;
    background: #613777;
    background-image: none;
  }
}
.event-page .event-top aside .event-pardot-signup {
  background-color: rgba(97, 55, 119, 0.85);
  width: 410px;
  height: 540px;
  padding: 24px 20px;
  box-sizing: border-box;
  margin: 5% auto 0;
}
@media only screen and (max-width: 767px) {
  .event-page .event-top aside .event-pardot-signup {
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-top aside .event-pardot-signup {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .event-page .event-top aside .event-pardot-signup:before,
  .event-page .event-top aside .event-pardot-signup:after {
    content: '';
    display: table;
    clear: both;
  }
}
.event-page .event-top aside .event-pardot-signup p,
.event-page .event-top aside .event-pardot-signup h2 {
  color: white;
  text-align: center;
}
.event-page .event-top aside .event-pardot-signup h2 {
  letter-spacing: 0.05em;
  font-size: 1.45em;
  line-height: 1;
}
.event-page .event-top aside .event-pardot-signup p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 22px;
}
.event-page .event-top aside .event-pardot-signup iframe {
  background: none transparent;
}
@media only screen and (max-width: 767px) {
  .event-page .event-top aside .event-pardot-signup iframe {
    width: 100%;
    margin: 0 auto;
    height: 420px;
    float: none;
  }
}
.event-page .event-bottom figure {
  float: left;
  width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .event-page .event-bottom figure {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-bottom figure {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .event-page .event-bottom figure:before,
  .event-page .event-bottom figure:after {
    content: '';
    display: table;
    clear: both;
  }
}
.event-page .event-bottom article {
  float: right;
  width: 320px;
}
.event-page .event-bottom article ul {
  margin-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .event-page .event-bottom article {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .event-page .event-bottom article h2 {
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .event-page .event-bottom article {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .event-page .event-bottom article:before,
  .event-page .event-bottom article:after {
    content: '';
    display: table;
    clear: both;
  }
}
.event-page.success a.cta-button {
  font-family: 'Montserrat', sans-serif;
  padding: 0.4em 1.6em;
  background-color: #5bb4a6;
  font-family: 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  display: block;
  font-size: 1.3em;
  padding: 10px 0 11px;
}
.event-page.success a.cta-button:hover {
  background-color: #5bb4a6;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .event-page.success a.cta-button {
    width: 95%;
    font-size: 1.2em;
    padding: 8px 0;
    margin: 5px auto;
  }
}
.event-page.success .event-page-inner {
  margin: 0 auto;
  padding: 80px 0;
}
hr.no-tabs {
  height: 3px;
  padding: 0;
  width: 100%;
  background-position: bottom left;
  max-width: 100%;
}
.success-page .socials {
  text-align: center;
  margin-bottom: 35px;
}
.success-page .socials > div {
  width: 150px;
  height: 200px;
  text-align: center;
  margin-right: 20px;
  border-radius: 4px;
  padding: 25px;
  display: inline-block;
  vertical-align: top;
}
.success-page .socials .fa {
  font-size: 60px;
  color: black;
}
.success-page .socials h4 {
  margin-top: 16px;
}
.success-page .socials a .fa {
  font-size: 60px;
  color: black;
}
.success-page .socials a h4 {
  margin-top: 16px;
}
.success-page .socials a:hover .fa {
  color: #5bb4a6;
}
.success-page .socials a:hover h4 {
  color: #5bb4a6;
}
/* Blog Template Specific */
@media only screen and (min-width: 768px) {
  body.blog header#main-nav,
  body.single-post header#main-nav,
  body.archive header#main-nav,
  body.search-results header#main-nav {
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
  }
}
body.blog section#press,
body.single-post section#press,
body.archive section#press,
body.search-results section#press {
  padding-top: 15px;
}
body.blog section#press:before,
body.single-post section#press:before,
body.archive section#press:before,
body.search-results section#press:before {
  display: none;
}
.rll-youtube-player iframe {
  min-width: 100% !important;
  min-height: 340px !important;
}
main#blog-main {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  float: none;
  -webkit-font-smoothing: antialiased;
}
main#blog-main nav {
  background: transparent;
  min-height: 0px;
}
main#blog-main .mobile-header-blog-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  main#blog-main .mobile-header-blog-logo {
    display: block;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
  }
  main#blog-main .mobile-header-blog-logo a {
    display: inline-block;
  }
  main#blog-main .mobile-header-blog-logo a img {
    width: 165px;
    height: auto;
    margin: 0 auto;
  }
}
main#blog-main #blog-featured,
main#blog-main #blog-content {
  width: 100%;
}
main#blog-main #blog-featured section,
main#blog-main #blog-content section,
main#blog-main #blog-featured article,
main#blog-main #blog-content article,
main#blog-main #blog-featured aside,
main#blog-main #blog-content aside,
main#blog-main #blog-featured div,
main#blog-main #blog-content div,
main#blog-main #blog-featured nav,
main#blog-main #blog-content nav {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-featured section,
  main#blog-main #blog-content section,
  main#blog-main #blog-featured article,
  main#blog-main #blog-content article,
  main#blog-main #blog-featured aside,
  main#blog-main #blog-content aside,
  main#blog-main #blog-featured div,
  main#blog-main #blog-content div,
  main#blog-main #blog-featured nav,
  main#blog-main #blog-content nav {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
  }
}
main#blog-main #blog-featured h1,
main#blog-main #blog-content h1,
main#blog-main #blog-featured h2,
main#blog-main #blog-content h2,
main#blog-main #blog-featured h3,
main#blog-main #blog-content h3,
main#blog-main #blog-featured h4,
main#blog-main #blog-content h4,
main#blog-main #blog-featured h5,
main#blog-main #blog-content h5,
main#blog-main #blog-featured h6,
main#blog-main #blog-content h6 {
  letter-spacing: 0.01em;
}
main#blog-main #blog-featured article h1,
main#blog-main #blog-content article h1,
main#blog-main #blog-featured article h2,
main#blog-main #blog-content article h2 {
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  font-size: 2.25em;
}
main#blog-main #blog-featured article h1 a,
main#blog-main #blog-content article h1 a,
main#blog-main #blog-featured article h2 a,
main#blog-main #blog-content article h2 a {
  color: #58676f;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-featured article h1,
  main#blog-main #blog-content article h1,
  main#blog-main #blog-featured article h2,
  main#blog-main #blog-content article h2 {
    font-size: 2em;
  }
}
main#blog-main #blog-featured article h1,
main#blog-main #blog-content article h1 {
  margin-bottom: 12px;
}
main#blog-main #blog-featured article h2,
main#blog-main #blog-content article h2 {
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-featured article h2,
  main#blog-main #blog-content article h2 {
    font-size: 1.66em;
  }
}
main#blog-main #blog-featured article p,
main#blog-main #blog-content article p {
  font-size: 0.95em;
  margin-bottom: 2.65em;
  line-height: 1.75;
}
main#blog-main #blog-featured article a.post-thumbnail,
main#blog-main #blog-content article a.post-thumbnail {
  display: inline-block;
}
main#blog-main #blog-featured article span.more-link,
main#blog-main #blog-content article span.more-link {
  clear: both;
  margin: 1em 0 0;
  display: block;
}
main#blog-main #blog-featured article span.more-link:before,
main#blog-main #blog-content article span.more-link:before,
main#blog-main #blog-featured article span.more-link:after,
main#blog-main #blog-content article span.more-link:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-featured article span.more-link a,
  main#blog-main #blog-content article span.more-link a {
    max-width: 45%;
  }
}
main#blog-main #blog-page-header {
  width: 100%;
  padding: 42px 0 30px;
  background: #fbf8f2 url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/map-texture-bg.png) top center repeat;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-page-header {
    padding: 24px 0;
  }
}
main#blog-main #blog-page-header section.blog-heading {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-page-header section.blog-heading {
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-page-header section.blog-heading {
    width: 93%;
  }
}
main#blog-main #blog-page-header section.blog-heading h1 {
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  font-size: 2.75em;
  margin-bottom: 12px;
}
main#blog-main #blog-page-header section.blog-heading h1 span {
  font-size: 0.65em;
  color: #e18644;
  margin-left: 0.75em;
  font-weight: 400;
  letter-spacing: normal;
}
main#blog-main #blog-page-header section.blog-heading h1 em {
  color: #613777;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-page-header section.blog-heading h1 {
    font-size: 2em;
  }
}
main#blog-main #blog-page-header section.blog-heading p {
  font-size: 0.95em;
  margin-bottom: 0;
}
main#blog-main #blog-featured {
  padding: 30px 0 25px;
  background: #fbf8f2 url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/map-texture-bg.png) top center repeat;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-featured {
    padding: 12px 0 8px;
  }
}
main#blog-main #blog-featured section.featured-posts {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-featured section.featured-posts {
    width: 93%;
  }
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-image {
  width: 54%;
  max-width: 535px;
  float: left;
  max-height: 426px;
  overflow: hidden;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-image img {
  width: 100%;
  max-width: 640px;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content {
  float: right;
  width: 42%;
  max-width: 415px;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content .featured-label {
  color: #58676f;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.85em;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content h2 {
  font-size: 2.2em;
  margin-bottom: 25px;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content .posted-on {
  padding-bottom: 6px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) bottom left repeat-x;
  font-size: 0.95em;
  margin-bottom: 20px;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content .posted-on a {
  color: #e18644;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content span.more-link {
  margin-top: 2em;
}
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content span.more-link a,
main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content span.more-link a.button {
  padding: 5px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content {
    margin-left: 2.5%;
  }
  main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content h2 {
    font-size: 1.85em;
  }
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-featured section.featured-posts article.featured-post .featured-image {
    margin-bottom: 15px;
    width: 100%;
  }
  main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content {
    width: 100%;
  }
  main#blog-main #blog-featured section.featured-posts article.featured-post .featured-content h2 {
    font-size: 1.85em;
  }
}
main#blog-main #blog-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 55px 0 50px;
}
body.archive main#blog-main #blog-content {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  body.single-post main#blog-main #blog-content {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content {
    width: 94%;
    padding-top: 35px;
  }
}
main#blog-main #blog-content section.blog-posts {
  width: 640px;
  float: left;
}
main#blog-main #blog-content section.blog-posts article {
  width: 100%;
  float: none;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main#blog-main #blog-content section.blog-posts {
    width: 60%;
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-posts {
    width: 100%;
    float: none;
    clear: both;
  }
}
main#blog-main #blog-content section.blog-sidebar {
  width: 300px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main#blog-main #blog-content section.blog-sidebar {
    width: 35%;
    max-width: 300px;
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-sidebar {
    width: 100%;
    float: none;
    clear: both;
    background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
    padding-top: 25px;
  }
}
main#blog-main #blog-content section.blog-sidebar .sidebar-blog-logo {
  padding-bottom: 18px;
}
main#blog-main #blog-content section.blog-sidebar .sidebar-blog-logo img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content section.blog-sidebar .sidebar-blog-logo img {
    width: 90%;
  }
}
main#blog-main #blog-content section.blog-sidebar .widget-area {
  background-color: #f7f4ee;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-sidebar .widget-area {
    background: transparent;
  }
}
@media only screen and (min-width: 960px) {
  main#blog-main #blog-content section.blog-sidebar .widget-area {
    padding-bottom: 200px;
  }
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside {
  margin: 0 15px;
  padding: 26px 0 24px 0;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-sidebar .widget-area aside {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside p,
main#blog-main #blog-content section.blog-sidebar .widget-area aside h4 {
  color: #58676f;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside p {
  line-height: 2;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside h4 {
  margin-bottom: 18px;
  font-size: 1.13em;
  line-height: 1;
  font-weight: 500;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="text"],
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="search"],
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="number"],
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="tel"],
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="email"],
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="password"] {
  background-color: #f7f4ee;
  border: 1px solid #e18644;
  width: 98%;
  color: #58676f;
  -webkit-appearance: none;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="text"]::-webkit-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="search"]::-webkit-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="number"]::-webkit-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="tel"]::-webkit-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="email"]::-webkit-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="password"]::-webkit-input-placeholder {
  color: #e18644;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="text"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="search"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="number"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="tel"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="email"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="password"]:-moz-placeholder {
  color: #e18644;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="text"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="search"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="number"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="tel"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="email"]:-moz-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="password"]:-moz-placeholder {
  color: #e18644;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="text"]:-ms-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="search"]:-ms-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="number"]:-ms-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="tel"]:-ms-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="email"]:-ms-input-placeholder,
main#blog-main #blog-content section.blog-sidebar .widget-area aside input[type="password"]:-ms-input-placeholder {
  color: #e18644;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text#text-2 {
  background: none;
  padding-top: 22px;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .catalog-box {
  background: #613777;
  padding: 30px 23px 22px;
  width: 100%;
  box-sizing: border-box;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .catalog-box h5 {
  color: #f7f4ee;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .catalog-box p {
  text-align: center;
  margin-bottom: 0;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .catalog-box p a.button {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .catalog-box {
    padding: 20px 15px;
  }
  main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .catalog-box h5 {
    line-height: 1;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_text .textwidget {
    width: 100%;
    max-width: 100%;
  }
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_categories,
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_nav_menu {
  background: none;
  padding-top: 0;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_categories h4,
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_nav_menu h4 {
  display: none;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_categories ul,
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_nav_menu ul {
  margin: 0 0 0 1.25em;
  padding: 0;
  list-style: none;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_categories ul li,
main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_nav_menu ul li {
  margin: 0;
  padding: 0 0 8px 8px;
  list-style-image: url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/icon-bullet-right-angle.png);
  font-size: 1.13em;
  font-weight: 400;
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_categories ul,
  main#blog-main #blog-content section.blog-sidebar .widget-area aside.widget_nav_menu ul {
    width: auto !important;
    max-width: 275px;
  }
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget hr {
  background: #c6c0b5;
  border: 0;
  height: 1px;
  margin: 0 0 20px;
  width: 50%;
  clear: both;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget hr:before,
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget hr:after {
  content: '';
  display: table;
  clear: both;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article {
  margin-bottom: 12px;
  clear: both;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article:before,
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article:after {
  content: '';
  display: table;
  clear: both;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article .rp-thumb {
  float: left;
  width: 40%;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article .rp-thumb a {
  display: inline-block;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article .rp-thumb a img {
  width: 100%;
  max-width: 200px;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article .rp-title {
  float: right;
  width: 55%;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article .rp-title h5 {
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.25;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article .rp-title h5 a {
  color: #58676f;
}
main#blog-main #blog-content section.blog-sidebar .widget-area aside.dc_rp_widget article:last-of-type hr {
  display: none;
}
main#blog-main #blog-content section.blog-sidebar aside {
  max-width: 300px;
}
main#blog-main #blog-content section.blog-posts article {
  clear: both;
}
main#blog-main #blog-content section.blog-posts article:before,
main#blog-main #blog-content section.blog-posts article:after {
  content: '';
  display: table;
  clear: both;
}
main#blog-main #blog-content section.blog-posts article .entry-header p.entry-data {
  display: none;
  margin: 0;
  font-style: italic;
  color: #777;
  padding-bottom: 15px;
}
main#blog-main #blog-content section.blog-posts article .entry-header p.entry-data .posted-on {
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content section.blog-posts article .entry-header p.entry-data {
    display: block !important;
    font-size: 0.75em;
  }
}
main#blog-main #blog-content section.blog-posts article .post-data {
  float: left;
  width: 80px;
  font-size: 0.7em;
  line-height: 18px;
  margin-right: 2%;
}
main#blog-main #blog-content section.blog-posts article .post-data p {
  padding: 8px 0px;
  margin: 0px;
  font-size: 1.1em;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content section.blog-posts article .post-data p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-posts article .post-data p {
    display: none;
  }
}
main#blog-main #blog-content section.blog-posts article .post-data .label {
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
}
main#blog-main #blog-content section.blog-posts article .post-data .datebox {
  display: block;
  background: #58676f;
  color: #f7f4ee;
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-align: center;
  width: 60px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 2px;
}
main#blog-main #blog-content section.blog-posts article .post-data .datebox .month {
  background: #e18644;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 4px 0px;
  border-bottom: 1px solid #bbab93;
  border-radius: 2px 2px 0px 0px;
}
main#blog-main #blog-content section.blog-posts article .post-data .datebox .day {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 4px 0px;
}
main#blog-main #blog-content section.blog-posts article .post-entry {
  float: right;
  width: 100%;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots-double.png) top left repeat-x;
  padding: 33px 0 68px 0;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-posts article .post-entry {
    padding-bottom: 30px;
  }
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-image {
  margin-bottom: 35px;
  width: 100%;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-image img,
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  main#blog-main #blog-content section.blog-posts article .post-entry {
    max-width: 535px;
  }
  main#blog-main #blog-content section.blog-posts article .post-entry .entry-image img,
  main#blog-main #blog-content section.blog-posts article .post-entry .entry-content img {
    max-width: 535px;
  }
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content p:last-of-type {
  margin-bottom: 0;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h2 {
  color: #58676f;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
  padding-top: 27px;
  font-weight: 400;
  margin: 1em 0 0.75em;
  font-size: 2em;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h3,
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h4,
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h5 {
  font-weight: 600;
  margin: 1em 0;
  letter-spacing: normal;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h3 {
  font-size: 1.95em;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h4 {
  font-size: 1.25em;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h5 {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  color: #58676f;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content .wp-caption {
  border-color: #f7f4ee;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content .wp-caption .wp-caption-text {
  color: #e18644;
  font-style: italic;
  padding: 2px;
  font-size: 0.75em;
}
main#blog-main #blog-content section.blog-posts article .post-entry .entry-content .bctt-click-to-tweet {
  margin: 2em 0;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content section.blog-posts article .entry-header h2 {
    margin-bottom: 20px;
  }
  main#blog-main #blog-content section.blog-posts article .post-data {
    display: none;
  }
  main#blog-main #blog-content section.blog-posts article .entry-image {
    margin-bottom: 12px;
  }
}
body.single-post main#blog-main #blog-content section.blog-posts article .entry-header h1 {
  margin: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1129px) {
  body.single-post main#blog-main #blog-content section.blog-posts article .entry-header h1 {
    font-size: 2.85em;
  }
}
body.single-post main#blog-main #blog-content section.blog-posts article .entry-header p.entry-data {
  display: block !important;
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry {
  float: left;
}
@media only screen and (min-width: 1129px) {
  body.single-post main#blog-main #blog-content section.blog-posts article .post-entry {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  body.single-post main#blog-main #blog-content section.blog-posts article .post-entry {
    max-width: 640px;
  }
  body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-image img,
  body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content img {
    max-width: 640px;
  }
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content {
  margin-bottom: 1em;
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h3 {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  color: #613777;
  margin-top: 1.75em;
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h3 a {
  color: #613777;
}
@media only screen and (min-width: 1129px) {
  body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content h3 {
    font-size: 1.95em;
  }
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content .sharedaddy {
  margin: 2.5em 0 0 0;
  padding: 0;
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content .sharedaddy h3.sd-title {
  color: #58676f !important;
  font-family: 'Oswald', Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 1.2em !important;
  line-height: 1.2em;
  margin: 0 0 14px 0;
  font-weight: 400;
}
body.single-post main#blog-main #blog-content section.blog-posts article .post-entry .entry-content .sharedaddy h3.sd-title:before {
  display: none;
  border: 0;
  margin: 0;
}
body.single-post main#blog-main #blog-content section.blog-posts article .entry-meta {
  color: #e18644;
  font-size: 0.75em;
  margin: 0;
}
main#blog-main #blog-content section.blog-posts .load-more-button {
  clear: both;
}
main#blog-main #blog-content section.blog-posts .load-more-button:before,
main#blog-main #blog-content section.blog-posts .load-more-button:after {
  content: '';
  display: table;
  clear: both;
}
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts {
  display: block;
  width: 100%;
  max-width: 535px;
  float: right;
  padding-bottom: 50px;
}
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a,
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a:link,
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a:visited {
  background-color: #5bb4a6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 0.4em 1.6em;
  overflow: hidden;
  display: block;
}
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a:hover,
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a:link:hover,
main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a:visited:hover {
  background-color: #5bb4a6;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts {
    padding-bottom: 10px;
    padding-top: 25px;
  }
  main#blog-main #blog-content section.blog-posts .load-more-button p#pbd-alp-load-posts a {
    font-size: 20px;
  }
}
main#blog-main #blog-content .posts-pagination nav,
main#blog-main #blog-content .single-post-pagination nav {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) top left repeat-x;
  color: #58676f;
}
main#blog-main #blog-content .posts-pagination nav .nav-links,
main#blog-main #blog-content .single-post-pagination nav .nav-links {
  font-size: 1.05em;
}
main#blog-main #blog-content .posts-pagination nav {
  padding: 8px 0 50px 0;
  text-align: center;
}
main#blog-main #blog-content .posts-pagination nav .nav-links {
  font-weight: 600;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots.png) bottom left repeat-x;
  padding-bottom: 8px;
}
html.no-touch main#blog-main #blog-content .posts-pagination nav .nav-links a:hover {
  background-color: #5bb4a6;
  color: white;
  text-decoration: none;
}
main#blog-main #blog-content .posts-pagination nav .nav-links .page-numbers {
  padding: 0 2px;
}
main#blog-main #blog-content .posts-pagination nav .nav-links .next,
main#blog-main #blog-content .posts-pagination nav .nav-links .prev {
  font-size: 0.85em;
}
main#blog-main #blog-content .posts-pagination nav .nav-links .next {
  margin-left: 5px;
}
main#blog-main #blog-content .posts-pagination nav .nav-links .prev {
  margin-right: 5px;
}
main#blog-main #blog-content .single-post-pagination {
  text-align: center;
  font-size: 0.9em;
}
main#blog-main #blog-content .single-post-pagination .nav-previous,
main#blog-main #blog-content .single-post-pagination .nav-next {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1129px) {
  main#blog-main #blog-content .single-post-pagination {
    font-size: 1em;
  }
}
main#blog-main #blog-content #comments {
  margin: 1em 0 50px;
  background: rgba(0, 0, 0, 0) url(https://discovercorps.com/wp-content/themes/discovercorps-v2/img/dots-double.png) top left repeat-x;
  padding: 30px 0;
}
main#blog-main #blog-content #comments h3 {
  font-weight: 400;
}
main#blog-main #blog-content #comments #submit,
main#blog-main #blog-content #comments #respond input#submit {
  background-color: #5bb4a6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 0.4em 1.6em;
  padding: 9px 35px;
  font-size: 1.1em;
}
main#blog-main #blog-content #comments #submit:hover,
main#blog-main #blog-content #comments #respond input#submit:hover {
  background-color: #5bb4a6;
  text-decoration: none;
}
main#blog-main #blog-content #comments input[type="text"],
main#blog-main #blog-content #comments input[type="search"],
main#blog-main #blog-content #comments input[type="number"],
main#blog-main #blog-content #comments input[type="tel"],
main#blog-main #blog-content #comments input[type="email"],
main#blog-main #blog-content #comments input[type="password"],
main#blog-main #blog-content #comments #author,
main#blog-main #blog-content #comments #email,
main#blog-main #blog-content #comments #url,
main#blog-main #blog-content #comments textarea {
  background: #f7f4ee;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  margin: 4px 20px 4px 0px;
  padding: 5px;
  border: 1px solid #e18644;
  height: auto;
  min-height: 26px;
}
@media only screen and (max-width: 959px) {
  main#blog-main #blog-content #comments input[type="text"],
  main#blog-main #blog-content #comments input[type="search"],
  main#blog-main #blog-content #comments input[type="number"],
  main#blog-main #blog-content #comments input[type="tel"],
  main#blog-main #blog-content #comments input[type="email"],
  main#blog-main #blog-content #comments input[type="password"],
  main#blog-main #blog-content #comments #author,
  main#blog-main #blog-content #comments #email,
  main#blog-main #blog-content #comments #url,
  main#blog-main #blog-content #comments textarea {
    max-width: 300px;
  }
}
main#blog-main #blog-content #comments form {
  max-width: 98%;
}
main#blog-main #blog-content #comments form label {
  min-width: 65px;
  display: block;
  clear: both;
  color: #58676f;
}
main#blog-main #blog-content #comments #comment {
  background: #F9F9F9;
  width: 96%;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  margin: 6px 0px;
  padding: 6px;
  border: 1px solid #e18644;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
main#blog-main #blog-content #comments .commentlist {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
main#blog-main #blog-content #comments .commentlist ul,
main#blog-main #blog-content #comments .commentlist ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
main#blog-main #blog-content #comments .commentlist li {
  margin-top: 20px;
  padding: 0px;
  clear: both;
}
main#blog-main #blog-content #comments .commentlist li li {
  padding-left: 20px;
}
main#blog-main #blog-content #comments .comment .comment-content {
  display: block;
  background: #F9F9F9;
  width: 78%;
  padding: 12px 2%;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
main#blog-main #blog-content #comments .comment .comment-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
main#blog-main #blog-content #comments .bypostauthor .comment-content {
  background: #EDF3F7;
}
main#blog-main #blog-content #comments .comment-meta {
  float: left;
  display: inline-block;
  width: 16%;
  margin-right: 2%;
  padding: 0px;
}
main#blog-main #blog-content #comments .comment-author {
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12px;
}
main#blog-main #blog-content #comments .comment .avatar {
  display: block;
  background: #F9F9F9;
  margin: 0px auto 6px;
  padding: 0px;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
}
main#blog-main #blog-content #comments .comment-edit-link {
  float: right;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  margin-top: 20px;
  padding: 0px;
}
main#blog-main #blog-content #comments .comment-awaiting-moderation {
  font-weight: bold;
}
main#blog-main #blog-content #comments .reply a,
main#blog-main #blog-content #comments .reply a:visited {
  float: left;
  display: inline-block;
  background: #f7f4ee;
  border: 1px solid #5bb4a6;
  color: #5bb4a6 !important;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  margin-top: 6px;
  padding: 2px 12px;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
main#blog-main #blog-content #comments .reply a:hover {
  background: #5bb4a6;
  color: #f7f4ee !important;
  text-decoration: none;
}
main#blog-main #blog-content #comments #respond {
  width: 100%;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
}
main#blog-main #blog-content #comments #respond input#submit {
  float: left;
}
main#blog-main #blog-content #comments .comment #respond {
  margin-bottom: 40px;
}
main#blog-main #blog-content #comments .logged-in-as {
  font-size: 0.8em;
  margin-top: -12px;
}
main#blog-main #blog-content #comments #cancel-comment-reply-link {
  display: block;
}
main#blog-main #blog-content #comments .nocomments {
  display: none;
}
main#blog-main #blog-content #comments .form-allowed-tags {
  display: none;
}
.sixboxessection {
  background: #ffffff;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.sixboxessection h3 {
  text-align: center;
  clear: both;
  line-height: 140%;
  margin-bottom: 20px;
}
.sixboxessection .sixboxsingle {
  float: left;
  width: 31%;
  padding: 1%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sixboxessection .sixboxsingle {
    float: left;
    width: 98%;
    padding: 1%;
    text-align: left;
    clear: both;
  }
}
.contactbuttons {
  display: none;
  margin: auto;
  position: fixed;
  left: 0px;
  bottom: -4px;
  width: 100%;
  z-index: 9999;
  text-align: center;
  font-size: 130%;
}
.contactbuttons div {
  display: inline-block;
  background: #5bb4a6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: .7em .4em .7em .4em;
  margin-right: 1px;
}
.contactbuttons a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.contactbuttons a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contactbuttons {
    display: block !important;
  }
}
