/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  /*
  background-color: #002147;
  */
}

/*
body {
  background-color: #002147;
}
*/

@font-face {
    font-family: 'Whitney-Book';
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-book.woff') format('woff');
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-book.otf') format('opentype');
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Semi-Bold';
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-semibold.woff') format('woff');
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-semibold.otf') format('opentype');
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Bold';
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-bold.woff') format('woff');
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-bold.otf') format('opentype');
    src: url('/wp-content/themes/veterati/usosquad/fonts/whitney-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

h1{

  font-weight: bold;
}

/* ==== Media Query Breakpoints ====
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
 ==== Media Query Breakpoints ==== */


/* ====== Milspouse Styling ======= */
/* Top Logos */

.topLogos {
  max-width:350px;
}

.topLogos.uso {
  max-height:100px;
}

.in-partnership {
  font-family: "Whitney-Bold";
  font-weight: bold;
  font-size: 1.5rem;
  margin: 10px;
  vertical-align: middle;
  color: #192c59;
}

.poweredby {
  display: block;
  margin-bottom: 20px;
}

.poweredby-thp .poweredby {
  color: #fff;
}

.finish-btn {
  display: inline-block;
  padding: 1rem 3rem;
  margin: 4rem 0;
  background-color: #dad9d9;
  color: #002147;
  font-weight: 600;  
}

.finish-btn:hover {
  text-decoration: none;
}

.footerLogos {
  display: block;
  margin-bottom: 50px;
}

#usoLogo {
  float:right;
  margin-right:20px;
}

#squadLogo {
  float:left;
  margin-left:20px;
}

h1,h2,h3,p{

  font-family: 'Whitney-Bold', Arial, sans-serif;
}
.topCTA {
  font-weight: bold;
  color:#fff;
}

/* Top Logos Media Queries */
@media only screen and (max-width: 992px) {
  .topLogos {
    max-width:250px;
  }
  .footerLogos {
	  width:200px;
  }

  .in-partnership {
    display: block;
  }

  #topHeaderSection {
    background-size:45% !important;
  }

  #topHeaderSection2 {
    background-size:45% !important;
  }

  #topHeaderLeftCTA {
    margin-top:-10px;
    margin-bottom:-35px;
  }
  .ctaBlurbs {
    display:none;
  }

  .showOnMobile {
    display:block !important;
    margin-top:10px !important;
    text-align:left !important;
    color:#fff;
    width:100% !important;
  }

  #mainParagraphBefore {
    width:90% !important;
    margin-top: 0!important;
    margin-left: auto!important;
    margin-right: 0!important;
    margin-bottom: -92px!important;
    font-size:18px !important;
  }

  #mainParagraph {
    width:90% !important;
    margin-top: -100px !important;
    margin-left: 0px !important;
    font-size:18px !important;
  }

  #backgroundSectionFour {
    background-repeat:no-repeat;
  }

  .bottomButtonsMobile {
    display: block !important;
    margin:0 auto !important;
    margin-top:35px;
    color:#fff;
    padding:10px 40px 10px 40px;
    width:250px;
    font-family: 'Whitney-Bold';
    -webkit-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
  }

  .bottomButtons {
    display:none;
  }

  .bottomCTA {
    font-weight: bold;
    color:#fff;
    font-size:2em;
    margin-bottom:25px;
    text-align: center !important;
  }
  .iconsSection {
    width:90% !important;
  }
}

@media only screen and (max-width: 576px) {
  .topLogos {
  width:200px !important;
  }
  .footerLogos {
	  width:150px;
  }
  #topHeaderSection {
  margin-top:-10px;
  }
  #topHeaderLeftCTA {
  padding-top:20vh !important;
  padding-bottom:8vh !important;
  margin-top:-1vh;
  }
  #topHeaderRightCTA {
  padding-top:20vh !important;
  padding-bottom:8vh !important;
  /* margin-top:3vh; */
  }
  .mobilePadding, #mobilePadding2 {
  padding-left:0 !important;
  padding-right:0 !important;
  }

  #topHeaderSection, #topHeaderSection2 {
  background-size:55% !important;
  }

  .showOnMobile {
  font-size:11px;
  margin-top:-10px !important;
  }

  .topCTA {
    font-size:20px;
  }
  #topHeaderTitle {
    font-size:20px;
    /*margin-top:-10px;*/
    color: #192c59;
  }

  #secondBlueImage {
    float: left !important;
  }

  .iconBottomMargin{
  margin-bottom:10px !important;
  }

  #marginTopLinkedIn {
    margin-top:5px !important;
  }

  .LinkedInText {
   margin-top:15px;
}

  .colorSquares {
    min-height: 400px !important;
  }

  .bottomButtonsMobile {
    display: block;
    margin:0 auto;
    margin-top:35px;
    color:#fff;
    padding:10px 40px 10px 40px;
    font-family: 'Whitney-Bold';
    -webkit-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
  }

}
@media only screen and (min-width: 576px) and (max-width: 768px) {

  #topHeaderTitle {
  font-size:20px;
  }
  #topHeaderLeftCTA {
  padding-top:20vh !important;
  padding-bottom:8vh !important;
  margin-top:20px;
  }
  #topHeaderRightCTA {
  padding-top:20vh !important;
  padding-bottom:8vh !important;
  margin-top:20px;

  }
  .mobilePadding, #mobilePadding2 {
  padding-left:0 !important;
  padding-right:0 !important;
  }

  #topHeaderSection, #topHeaderSection2 {
  background-size:55% !important;
  }

  .showOnMobile {
    font-size:18px;
    margin-top:-10px !important;
  }

  .topCTA {
    font-size:20px;
  }

  #mainParagraphBefore {
    font-size:18px !important;
  }

  #mainParagraph {
    width:80% !important;
    margin-top: -60px !important;
    font-size:18px !important;
  }

  #secondBlueImage {
    width:70% !important;
  }

  .iconsSection {
    width:95% !important;
  }
}

@media only screen and (min-width: 991px) {
  .half-inch {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #topHeaderLeftCTA {
    padding-top:20vh !important;
    padding-bottom:8vh !important;
    margin-top:20px;
  }
  #topHeaderRightCTA {
    padding-top:20vh !important;
    margin-top:20px;
  }
}

@media only screen and (max-width: 768px) {
  #topHeaderSection {
    background-size:45% !important;
  }

  #mainParagraphBefore {
    margin-bottom: -50px!important;
  }

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

  .poweredby-thp .poweredby {
    margin-bottom: 10px;
  }

  .poweredby-thp .footerLogos {
    margin: 0 auto;
  }
}

/* Top CTA Buttons */
#topHeaderTitle {
    font-family: "Whitney-Bold";
    color: #192c59;
}
.ctaButtons {
color:#fff;
  padding-top:5px;
  padding-bottom:5px;
  width:200px;


}

.ctaButtons p {

  font-family: "Whitney-Bold";

}

.ctaButtons:hover {
  background-color:#006298 !important;
  cursor: pointer;
}

#rightButtonCTA {
background-color: #BB133E;
}

#leftButtonCTA {
background-color: #002147;
}



#topHeaderSection, #topHeaderSection2 {
  padding-top:5vh;
  padding-bottom:5vh;
  /*
  background-image: url("../img/Side-BG.jpg");
  background-repeat: no-repeat;
  background-size:25%;
  */
}

#topHeaderLeftCTA {
  background-image: url("../img/mentee_left.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top:25vh;
  padding-bottom:25vh;
}

#topHeaderRightCTA {
  background-image: url("../img/mentor_right.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top:25vh;
  padding-bottom:25vh;
}

#moveUpHeaderSection {
  margin-top:-35px;
}

.ctaBlurbs {
  font-family: "Whitney-Book";
  font-size: 1.2rem;
  width:85%;
  margin: auto;
  margin-top:-20px !important;
}

.showOnMobile {
  display:none;
}

/* ===== Second Section with paragraph and blue image ==== */

#secondHeaderSection {
  background-image: url("../img/Arrow.jpg");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top-left;
  padding-top:5vh;
  padding-bottom:5vh;
}

#mainParagraphBefore {
  position: relative;
  background-color: #002147;
  color:#fff;
  padding:25px;
  font-size:22px;
  /*width:50%;*/
  margin-top: auto;
  margin-left: 0;
  margin-bottom: -90px; 
  z-index: 99;
  font-family: "Whitney-Book";
  line-height: 1.2;
}

#mainParagraph {
  background-color: #002147;
  color:#fff;
  padding-top:25px;
  padding-bottom:0;
  padding-left:25px;
  padding-right:25px;
  font-size:22px;
  /*width:50%;*/
  margin-top:-233px;
  margin-left:0px;
  z-index: 99;
  font-family: "Whitney-Book";
  line-height: 1.2;
}

.bottomButtons:hover {
  background-color:#006298 !important;
  cursor: pointer !important;
}

#secondBlueImage {
  width: 100%;
  float: right;
  max-height: 500px;
  object-fit: cover;
  object-position: top;
}

/*=== Fourth Section with Dual Squares ==== */

#backgroundSectionFour {
  background-image: url("../img/Background.jpg?v=1");
  background-size:contain;
  margin-top:-65px;
  background-position: center;
  padding-top:20vh;
  padding-bottom:5vh;
}

.colorSquares {
  padding-top:5vh;
  padding-bottom:5vh;
  min-height: 350px;
  -webkit-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);

}

#leftRedSquare {
  background-color:#BB133E;
}

#rightBlueSquare {
  background-color:#002147;
}
.squareParagraphs {
  color:#fff;
  font-family: 'Whitney-Book';
  font-size: 1.2rem;
}
.bottomButtons {
  margin:auto;
  margin-top:-35px;
  color:#fff;
  padding:15px 45px 15px 45px;
  width:300px;
  font-family: 'Whitney-Bold';
  -webkit-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 27px -16px rgba(0,0,0,0.75);
}


.bottomButtonsMobile {
  display:none;
}

.bottomCTA {
  font-weight: bold;
  color:#fff;
  font-size:2em;
  margin-bottom:25px;
  text-align: left;
}

.iconsSection {
  width:75%;
}

.LinkedInText {
  font-weight: bold;
   margin-top:25px;
}

.LinkedInButtons {
  display:block;
  margin:0 auto;
  margin-top:15px;
  margin-bottom:100px;
}


/* ==== Thank you page ==== */

.mainBackgroundofThankYouPage {
  background-color:#002147 !important;
  background-image: url("../img/Arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  min-height:100vh !important;
  background-size: contain;
}

.topThankYouLogos {
  max-width:130px;
}

.thankyouMessage {
  font-size:3em;
  color:#fff;
}

@media only screen and (max-width: 375px) {
  .bottomButtonsMobile {
    width:auto;
  }

  .bottomCTA {
    font-size:1.5em;
  }
}

/* New USO Partnership*/

.button-cta {
  display: block;
  margin: 0px 15% 10px;
  padding: 15px;
  color: #fff;
  bottom: -50px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.button-cta:hover {
  color: #fff;
  text-decoration: none;
}

.button-cta.top-banner {
  bottom: -35px;
}

.button-cta.red {
  background-color: #BB133E;
}

.button-cta.blue {
  background-color: #002147;
}

.button-cta span:not(.button-cta-header) {
  display: inline;
  vertical-align: middle;
}

.button-cta img {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  height: 35px;
}

.button-cta-header {
  display: block;
  text-align: center;
  font-family: 'Whitney-Bold', Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.no-linkedin-box {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  height: fit-content;
  margin: 0 10px;
  padding: 15px;
  color: #212529;
  background-color: #dad9d9;
}

.no-linkedin-box:hover {
  text-decoration: none;
  color: #002147;
}

.no-linkedin-box::after {
  content: "";
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #002147;
  position: absolute;
  z-index: -1;
}

.no-linkedin-box img {
  display: inline-block;
}

.no-linkedin-box p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}

#topHeaderLeftCTAMentee {
  background-color: #BB133E;
  padding-top:25px;
  padding-bottom:25px;
  padding-left: 30px;
  padding-right: 30px;
}

#topHeaderRightCTAMentee {
  background-image: url("../img/mentee_left.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 15%;
  padding-top:15px;
  padding-bottom:15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 300px;
}

#topHeaderLeftCTAMentor {
  background-image: url("../img/mentor_right.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 15%;
  padding-top:15px;
  padding-bottom:15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 300px;
}

#topHeaderRightCTAMentor {
  background-color: #002147;
  padding-top:25px;
  padding-bottom:25px;
  padding-left: 30px;
  padding-right: 30px;
}

.topCTAMentee {
  text-align: right;
  color: #192c59;
  margin-right: -15px;
}

.topCTAMentor {
  text-align: left;
  color: #192c59;
  margin-left: -15px;
}

.feature-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.feature-icons li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.feature-icons li:last-child {
  margin-bottom: 0;
}

.feature-icons li .img-place {
  display: block;
  min-width: 50px;
  max-width: 50px;
}

.feature-icons li .img-place img {
  display: block;
  margin: 0 auto;
}

.feature-icons li span {
  margin-left: 20px;
  color: #fff;
  font-weight: 600;
}

.arrow-bg-left {
  background-image: url("../img/row-bg.jpg");
  background-repeat: no-repeat;
  background-size: 310px;
}

.arrow-bg-right {
  background-image: url("../img/row-bg.jpg");
  background-repeat: no-repeat;
  background-size: 310px;
  background-position-x: right;
}

.red-big {
  text-align: center;
  font-size: 3rem;
  color: #BB133E;
  margin: 1rem 0;
}

.social-info {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social-info p {
  text-align: right;
  color: #192c59;
  font-weight: 600;
  margin-bottom: 0;
}

.social-info img {
  margin-left: 2rem;
}

.footer-bar {
  position: relative;
  margin-top: 2rem;
  background-image: url("../img/row-bg.jpg");
  background-repeat: no-repeat;
  background-size: 365px;
  background-color: #002147;
  padding: 10px 0;
  overflow: hidden;;
}

.footer-bar::after {
  display: none;
  content: "";
  top: -35px;
  left: 0px;
  width: 290px;
  height: 45px;
  position: absolute;
  z-index: -1;
  background-image: url("../img/row-bg.jpg");
  background-size: 290px;
}

.footer-bar span {
  display: block;
  text-align: right;
  font-size: 22px;
  color: #ffffff;
  padding: 0 15px;
  /*background-color: #002147;*/
}

@media (min-width: 1200px) {
  .container {
      max-width: 1340px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-bar {
    background-image: none;
  }
  .footer-bar::after {
    display: block;
  }

  #mainParagraphBefore {    
    /*margin-top: 0px!important;
    margin-left: 0!important;
    margin-right: 0!important;*/

    /*
    margin-bottom: -70px;
    width: 80%;
    */
}
}

@media only screen and (max-width: 991px) {
  .no-linkedin-box {
    width: 100%;
    max-width: 100%;
    margin: 30px 5px 30px 0;
  }

  .topCTAMentee, .topCTAMentor {
    text-align: center;
  }

  .arrow-bg-left, .arrow-bg-right {
    background: none;
  }

  .footer-bar span {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  /*
  .no-linkedin-box {        
    margin: 30px 20px 30px 30px;
  }
  */

  .button-cta.top-banner {
    margin: 0px 5% 10px;
  }

}