@import url("/CMSPages/GetCSS.aspx?stylesheetname=PureStylesheet");
@import url("/CMSPages/GetCSS.aspx?stylesheetname=PureGridsStylesheet");

/* #Font Import# */
@font-face {
font-family:"bebas-neue";
src:url("https://shawinc.com/CorporateResources/media/CircleofDistinction/Fonts/bebasneuepro_book-webfont.woff") format("woff");
font-style:normal;font-weight:300;
}
@font-face {
font-family:"bebas-neue";
src:url("https://shawinc.com/CorporateResources/media/CircleofDistinction/Fonts/bebasneuepro_book_italic-webfont.woff") format("woff");
font-style:italic;font-weight:300;
}
@font-face {
font-family:"bebas-neue";
src:url("https://shawinc.com/CorporateResources/media/CircleofDistinction/Fonts/bebasneuepro_regular-webfont.woff") format("woff");
font-style:normal;font-weight:400;
}

/* #COLORS
PURPLE: #7b34f2
PINK: #de0094
BLUE: #63cdf5
YELLOW: #ECC757
DARKBLUE: #0C4C6C
*/

/* #Defaults# */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


/* #Defaults/Base Styles# */
body {
    background: #0C4C6C url(https://shawinc.com/CorporateResources/media/CircleofDistinction/BG-gradient.png) repeat-x top;
    line-height: 1.4em;
    color: #fff;
    font-size: 22px;
  	transition: margin 0.2s ease-out 0s;
  	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 400;
}

html,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
	/*
	When setting the primary font stack, apply it to the Pure grid units along
	with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
	specific font stacks to ensure the greatest OS/browser compatibility.
	*/
    font-family: "bebas-neue", sans-serif;
    font-weight: 300;
}

.pure-g{
	-webkit-flex-flow: none;
	display: block;
	-ms-flex-flow: none;
	-ms-align-content: none;
	-webkit-align-content: none;
	align-content: none;
}

.pure-g.row {
  margin-left: -30px;
  margin-right: -30px;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
	border: none;
  max-width: 100%;
}

.pure-u-img {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* #Typography# */
a {
	color: #ECC757;
    text-decoration: underline;
	transition: color .2s ease, opacity .3s ease, background-color .3s ease, box-shadow .3s ease;
}

a:hover {
	color: #7b34f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0 0 .5em;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
}

h1, .section-title {
  color: #ECC757;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 30px;
}

h2 {
	font-size: 32px;
	line-height: 1.2;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: underline;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

big {
  font-size: 200%;
  line-height: 1.75;
}


/* #Layout Styles# */
.wrap {
  max-width: 1660px;
  padding: 0 30px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.clearfix, .clear {
  clear: both;
}

.l-box {
    padding: 0 30px;
}

.l-box-lrg {
    padding: 40px;
}

@media screen and (min-width: 769px){
  .no-left {
    padding-left: 0;
  }

  .no-right {
    padding-right: 0;
  }
}

.text-large {
	font-size: 24px;
	line-height: 1.35;
}

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

.align-left {
	float: left;
	margin: 0 20px 10px 0;
}

.align-right {
	float: right;
	margin: 0 0 10px 20px;
}

.full-width {
	width: 100%;
}

.img-center {
	display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.img-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  margin: -25px;
}

.img-grid > * {
  display: block;
  flex-basis: 50%;
  -ms-flex-preferred-size: calc(50% - 25px);
  padding: 25px;
}

.img-grid a:hover {
  opacity: .8;
}

ul li {
  margin-bottom: 15px;
  padding-left: 30px;
}

p {
  margin: 0 0 30px 0;
}


/* #Sections# */
.section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.section.section-blue {
  color: #fff;
  background: #63cdf5;
}

.section.section-pink {
  color: #fff;
  background: #de0094;
}

.section.section-purple {
  color: #fff;
  background: #7b34f2;
}

.section.section-blue h1,
.section.section-blue h2,
.section.section-blue h3,
.section.section-blue h4,
.section.section-blue a,
.section.section-pink h1,
.section.section-pink h2,
.section.section-pink h3,
.section.section-pink h4,
.section.section-pink a,
.section.section-purple h1,
.section.section-purple h2,
.section.section-purple h3,
.section.section-purple h4,
.section.section-purple a {
  color: #fff;
}

.section.section-turnt {
  padding: 12% 0 17%;
}

.section.section-turnt:before,
.section.section-turnt:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -95%;
  height: 100%;
  width: 200%;
  right: 0;
  margin-right: -15%;
  background: #fff;
  z-index: 2;
  -webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);-ms-transform:rotate(9deg);transform:rotate(9deg)
}

.section.section-turnt:before {
  top: -95%;
  bottom: auto;
  -webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);-ms-transform:rotate(9deg);transform:rotate(9deg)
}

.section.section-turnt:after {
  left: 0;
  margin-left: -15%;
  margin-right: 0;
  right: auto;
  z-index: 1;
}

.section.section-turnt-nobot {
  padding-bottom: 60px !important;
}

.section.section-turnt-nobot:after {
  display: none;
}

#commercial-itinerary::before {
  background-color: #63cdf5;
}

#commercial-itinerary {
  margin-top: -50px;
}

.activities > .pure-u-md-1-2,
.event-day {
  position: relative;
  padding-top: 30px;
}

.event-day:before,
.activities > .pure-u-md-1-2:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  background: #ecc757;
  height: 1px;
  position: absolute;
  left: 30px;
  top: 0;
}

@media screen and (min-width: 769px){

  .event-day:first-child,
  .activities > .pure-u-md-1-2:first-child,
  .activities > .pure-u-md-1-2:nth-child(2) {
    padding-top: 0;
  }

  .event-day:first-child:before,
  .activities > .pure-u-md-1-2:first-child:before,
  .activities > .pure-u-md-1-2:nth-child(2):before {
    display: none;
  }

}

#the-activities {
  margin-top: -7%;
}

.mfp-counter {
  display: none;
}

.mfp-bg {
  background: #0d0f1f;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-figure::after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}


/* #Site Header# */
.site-header {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.site-header h1 {
  font-weight: 300;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: .8;
  margin: 60px 0;
  font-size: 120px;
  letter-spacing: 5px;
}

.site-header h1 small {
  font-size: 40%;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
}

.site-header h1 small em {
  line-height: .5;
  font-style: normal !important;
  font-size: 65%;
}

.site-header .darr {
  display: block;
  transform-origin: center;
  padding-bottom: 10px;
  animation: jiggle 4.5s 100;
}

.site-header .darr:hover {
  opacity: .75;
}

.site-header .logos {
}

.site-header .logos img {
  margin-top: 40px;
  width: 310px;
}

.toggle-menu {
  position: absolute;
  left: 30px;
  top: 80px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  transition: opacity .3s ease;
}

.toggle-menu:hover {
  opacity: .75;
}

.icon-menu,
.icon-close {
  width: 30px;
  color: #fff;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.site-header .slideshow {
  background: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
	opacity: 0;
	transition: opacity 1s ease-in-out .1s;
}

.sliderLoaded .site-header .slideshow {
	opacity: 1;
}

.slideshow .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #111;
  height: 100%;
  width: 100%;
}

/* #Menu# */
.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  text-align: center;
  left: -99999px;
  opacity: 0;
}
.menu.active .menu-bg {
  display: block;
  height: 40vw;
  width: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20vw;
  margin-left: -20vw;
  border-radius: 100%;
  background: rgba(154, 127, 53, 0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.1);
  transform: scale(.1);
  -webkit-animation: circleZoomIn 1.25s both;
  animation: circleZoomIn 1.25s both;
}
.menu.active {
  left: 0;
  opacity: 1;
}
.menu .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .wrap ul {
  opacity: 0;
}
.menu.active .wrap ul {
  -webkit-animation: circleZoomInSmall .75s .25s both;
  animation: circleZoomInSmall .75s .25s both;
}
.menu .toggle-menu {
  opacity: 0;
}
.menu.active .toggle-menu {
  -webkit-animation: circleZoomInSmall .35s .4s both;
  animation: circleZoomInSmall .35s .4s both;
}
.menu ul {
  list-style: none;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  transition: border .15s ease;
  border: 0px solid transparent;
}
.menu ul li {
  padding: 0;
  margin: 0;
}
@media screen and (max-height: 600px) {
  .menu ul {
    font-size: 32px;
  }
}
@media screen and (max-height: 400px) {
  .menu ul {
    font-size: 18px !important;
  }
}

.menu ul a {
  padding: 5px 0;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: border .15s ease, opacity .35s ease;
  border: 0px solid #fff;
}

.menu ul:hover {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.menu ul:hover a {
  opacity: .5;
}

.menu ul a:hover {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  opacity: 1;
}


/* #Footer# */
.footer-tagline p {
  margin: 20px 0 0 0;
  hyphens: auto;
}

/* #Aninmations# */
@-webkit-keyframes circleZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
            transform: scale(.1);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
@keyframes circleZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1);
            transform: scale(.1);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
@-webkit-keyframes circleZoomInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale(.85);
            transform: scale(.85);
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes circleZoomInSmall {
  0% {
    opacity: 0;
    -webkit-transform: scale(.85);
            transform: scale(.85);
  }
  95% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
  60% {
    -webkit-transform: scale(.9);
            transform: scale(.9);
    -webkit-filter: hue-rotate(20deg);
            filter: hue-rotate(20deg);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
  60% {
    -webkit-transform: scale(.9);
            transform: scale(.9);
    -webkit-filter: hue-rotate(20deg);
            filter: hue-rotate(20deg);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: hue-rotate(0);
            filter: hue-rotate(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/* #Responsive# */

@media screen and (max-width: 1280px){
  .text-large {
    font-size: 22px;
  }
  h1, .section-title {
    font-size: 60px;
  }
  .img-grid {
    margin: -10px;
  }
  .img-grid > * {
    padding: 10px;
  }
  .section.section-turnt {
    padding: 14% 0 17%;
  }
}
@media screen and (max-width: 1080px){
  body {
    font-size: 20px;
  }
  .text-large {
    font-size: 20px;
  }
  h1, .section-title {
    font-size: 50px;
  }
  h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px){
  .img-grid {
    margin: -40px 0 0 0;
    display: block;
  }
  .img-grid > * {
    padding: 10px;
    float: left;
    clear: both;
    max-width: 85%;
  }
  .img-grid  > *:nth-child(even) {
    float: right;
    margin-top: -50px;
  }
  .act-image, .act-text {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px){
  body {
    font-size: 18px;
  }
  .site-header h1 {
    font-size: 80px;
  }
  .text-large {
    font-size: 22px;
  }
  h1, .section-title {
    font-size: 46px;
  }
  h2 {
    font-size: 22px;
  }
  .toggle-menu {
    font-size: 20px;
    top: 50px;
  }
  .icon-menu,
  .icon-close {
    width: 16px;
    height: 16px;
    margin: -3px 5px 0 0 !important;
  }
  .section.section-turnt:before,
  .section.section-turnt:after {
    margin-right: -40%;
  }
  .section.section-turnt:after {
    margin-left: -40%;
  }
  .section.section-turnt {
    padding: 20% 0 25%;
  }
  .act-image {
    float: left;
    width: auto;
    padding: 0 30px 30px 0 !important;
  }
  .act-text {
    display: inline;
    overflow: hidden;
    padding: 0 !important;
  }
  .activities .pure-g {
    padding: 0 30px;
  }
  .menu.active .menu-bg {
    height: 400px;
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
  }
  .site-header .logos img {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 600px){
  .menu ul {
    font-size: 36px;
  }
  .section.section-turnt {
    padding: 35% 0 35%;
  }
}
@media screen and (max-width: 540px){
  .footer-tagline p big {
    font-size: 24px;
  }
  .site-header h1 {
    font-size: 64px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 468px){
  body {
    font-size: 17px;
  }
  .text-large {
    font-size: 17px;
  }
  h1, .section-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 22px;
  }
  .menu ul {
    font-size: 24px;
  }
  .site-header h1 {
    display: block;
    text-align: center;
  }
  .darr img {
    max-width: 64px;
  }
  .footer-tagline p big {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px){
  .site-header .logos img {
    width: 100px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 350px){
  .menu ul {
    font-size: 18px;
  }
  .section.section-turnt {
    padding: 40% 0;
  }
  .section.section-turnt:before,
  .section.section-turnt:after {
    margin-right: -60%;
  }
  .section.section-turnt:after {
    margin-left: -60%;
  }
}
