@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    color: #091E3F;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5 {
    color: #091E3F;
    font-family: 'Montserrat', sans-serif;
}

/*-- Global Styles --*/
.wtm-content-section p {
    font-size: 17px;
    max-width: 1020px;
    margin: 0 auto 10px;
    line-height: 140%;
}
.bold {
    font-weight: 600;
}
.em {
  font-style: italic;
}
.bold-italic {
  font-weight: 600;
  font-style: italic;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
}
}
.wtm-content-section .quote {
  font-size: 16px;
  font-weight: bold;
}
.wtm-content-section .quote-source {
  font-size: 14px;
  font-weight: normal;
}
.paragraph-quote {
  font-size: 95%;
  font-weight: bold;
}
.paragraph-quote-source {
  font-size: 85%;
}
.paragraph-digit-allcap {
  font-size: 95%;
}
.bold-underline {
    font-weight: 700;
    text-decoration: underline;
}
p.image-caption {
  text-align: center;
  font-size: 14px;
  max-width: 700px;
  margin: -10px auto;
}


/*-- CONTENT BLOCKS --*/
.wtm-content-block {
    padding: 20px 20px;
}
@media (max-width: 500px) {
.wtm-content-block {
    padding-left: 0;
    padding-right: 0;
}
}
.wtm-content-block.colour-block {
    background: rgba(10,115,198,1);
}
.content-block-inner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}
.content-block-inner-wrapper.colour-box {
    background: rgba(255,255,255,.78);
    max-width: 1060px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    color: #ffffff;
}
.content-wrapper {
    max-width: 1020px;
    margin: auto;
}
.background-box {
   background-color: #ffffff;
   border-radius: 15px;
   border: 5px solid #0A73C6;
   padding: 30px 20px 20px;
   max-width: 1000px;
   margin: 20px auto;
}
@media (max-width: 1030px) {
  .background-box {
   margin: 30px;
}
}
@media (max-width: 600px) {
  .background-box {
   margin: 20px 20px;
   padding: 25px 20px 15px;
}
}
.orange-border-top {
    border-top: solid 10px rgba(235,118,18,1);
}
.orange-border-both {
    border-top: solid 10px rgba(235,118,18,1);
    border-bottom: solid 10px rgba(235,118,18,1);
}

.white-box {
    background-color: #ffffff;
    padding: 20px 50px;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 900px;
}
@media (max-width: 1000px) {
    .white-box {
    margin: 20px 20px;
    padding: 30px;
}
}
@media (max-width: 600px) {
    .white-box {
    padding: 20px;
    margin: 20px 0;
}
}
/*-- LINKS --*/
a {
    text-decoration: none;
    color: rgba(235,118,18,1);
    font-weight: 600;
}

/*-- Header Styles --*/
.wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Goes-city-port-banner.jpg);
    height: 0;
    padding-top: 39%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
}
@media (max-width: 600px) {
  .wtm-header-banner {
    background: url(https://images.wtmfiles.com/web/Goes-city-port-banner-mobile.jpg);
    padding-top: 69%;
    background-position: bottom left;
}
}
@media (max-width: 420px) {
  .wtm-header-banner {
    padding-top: 86%;
}
}
@media (max-width: 400px) {
  .wtm-header-banner {
    padding-top: 93%;
}
}
/*-- Navigation --*/
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #EB7612;
}
.wtm-nav-menu {
    line-height: 55px;
    font-weight: 600;
    font-size: 16px;
    background: #ffffff;
    margin: 0px;
}
@media (max-width: 1100px) {
.wtm-nav-menu {
    font-size: 13px;
}
}
@media (max-width: 800px) {
.wtm-nav-menu {
    font-size: 12px;
}
}
@media (max-width: 700px) {
  .wtm-mobile-menu-icon i {
    font-size: 30px;
    color: #EB7612;
    background-color: #ffffff;
    padding: 12px 15px;
    border-radius: 45px;
}
  .wtm-mobile-menu-icon {
    top: 20px;
}
  .wtm-navigation {
    border-bottom: none;
}
}

.wtm-nav-menu a {
    text-decoration: none;
    color: #EB7612;
}

/*-- OTHER PAGE TOP TITLES --*/
.top-name-home {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.top-name-home img {
    margin-right: 30px;
    width: 110px;
}
.top-name-home h1 {
    color: #fff;
    font-weight: 600;
    font-size: 80px;
    letter-spacing: 2px;
}

@media (max-width: 770px) {
  .top-name-home h1 {
    font-size: 65px;
}
  .top-name-home img {
    width: 100px;
}
}
@media (max-width: 650px) {
  .top-name-home h1 {
    font-size: 45px;
}
  .top-name-home img {
    width: 70px;
    margin-right: 20px;
}
}
@media (max-width: 410px) {
  .top-name-home h1 {
    font-size: 42px;
}
  .top-name-home img {
    margin-right: 15px;
}
}
@media (max-width: 390px) {
  .top-name-home h1 {
    font-size: 39px;
}
  .top-name-home img {
    width: 65px;
}
}
@media (max-width: 370px) {
  .top-name-home h1 {
    margin-top: 10px;
}
}

/*-- VIDEOS --*/
.video-size {
    max-width: 560px;
    margin: 0 auto;
}

#video-wrapper {
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    box-shadow: 1px 2px 8px #002157;
}

#video {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 560px;
    text-align: center;
    line-height: 1.3;
    padding: 25px 20px 10px;
}

.read-text {
    text-align: center;
    margin-top: 10px;
    color: #BF0A30;
}

.wtm-print-download-text a:hover, .wtm-print-download-text a {
    color: #001B47;
}

#video-description {
    padding: 20px 20px 10px;
}
@media (max-width: 600px) {
#video-description {
    text-align: left;
  }
    .read-text {
    text-align: left;
    padding: 0 0 10px 10px;
    margin-top: 0px;
  }
}

@media (max-width: 560px) {
    #video-wrapper {
    margin: 0;
    background-color: rgba(255,255,255, 0.99);
}
}

/* pop-up box */
#video-transcript {
    max-width: 800px;
    width: 100%;
}
.transcript-pdf-p {
    text-align: center;
}
#video-transcript p {
    margin: 0 auto 10px;
    line-height: 140%;
}
.transcript-title {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #1A1A1B;
}
@media (max-width: 600px) {
	.fancybox-content {
		padding: 20px
	}
}
@media (max-width: 370px) {
    .transcript-title {
        font-size: 25px;
    }
	#video-transcript {
    padding: 20px;
}
}

/*--Footer styles--*/
footer {
    background-color: rgba(10,115,198,1);
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
}
#social-list a {
    color: #fff;
}
.footer-p {
    margin: 10px 0 0;
    color: rgba(235,118,18,1);
    font-weight: 600;
}

/* --THE WTM-- */
.sub-page-title h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 35px;
}
@media (max-width: 600px) {
  .sub-page-title h2 {
    text-align: left;
    font-size: 30px;
}
}
.wtm-content-block .publishing-text-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}


/* --ABOUT-- */
#ralph-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin: 30px auto 10px;
}

.ralph-photo-box {   
    margin: 20px;
}
.ralph-photo-box img {
    border: 1px solid #0A73C6;
    max-width: 425px;
    width: 100%;
}

@media (max-width: 767px) {
    .ralph-photo-box {
    max-width: 400px;
    margin: 10px auto;
}
}

#song-lyrics-box p {
    margin-top: 20px;
}
#song-lyrics-box.background-box {
   padding: 20px 20px 30px;
   margin: 40px auto;
}
@media (max-width: 600px) {
  #song-lyrics-box.background-box {
   padding: 10px 20px 20px;
   margin: 30px 10px;
  }
}

#ralph-art-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin: 30px auto 50px;
}

.ralph-art-photo-box {   
    margin: 20px;
}
.ralph-art-photo-box img {
    border: 1px solid #0A73C6;
    max-width: 425px;
    width: 100%;
}

@media (max-width: 767px) {
    .ralph-art-photo-box {
    max-width: 400px;
    margin: 10px auto;
}
}

/* --Integrative Meaning-- */
#einstein-quote {
    background-image: url(https://images.wtmfiles.com/web/Morning-sunrise-cropped.jpg);
    background-position: center;
    padding: 50px;
    text-align: center;
    margin: 0px auto 30px;
    max-width: 900px;
}
.text-wrapper {
    background: #ffffff;
    padding: 30px;
}  
#einstein-quote .bold-quote {
    margin-bottom: 5px;
    font-weight: 600;
  }
#einstein-quote .bold-quote-source {
    font-size: 80%;
  }
#ralph-atoms-quote {
  max-width: 900px;
  text-align: center;
  margin: 0px auto;
}
#ralph-atoms-quote.wtm-content-block {
  padding-bottom: 0px;
}

@media (max-width: 600px) {
  #integrative-meaning-heading h2 {
    margin-bottom: 10px;
  }
  .wtm-content-block h2 {
  padding-bottom: 0px;
}
  #einstein-quote {
    padding: 20px 10px;
    text-align: center;
    margin: 0px auto 10px;
  }
.text-wrapper {
    padding: 30px 20px 10px;
  }
  #ralph-atoms-quote {
  text-align: left;
  margin: 10px auto 0;
  }
#integrative-meaning-page h3 {
    margin: 10px auto 8px;
  }
}

/* --Contact-- */
.wtm-content-block.contact-form {
  padding: 0 20px;
}
