@charset "utf-8";
/* The homepage background full width image If you take this out the homepage video won't go full screen*/
body, html {
    height: 100%;
}
html {
  font-size: 1.1250em;
}
.body {
	background-color: #eee;
	/*background-color: #191919;*/
	/*background-color:#181818*/
	/*background-color: #121212;*/
	height:100%;
	margin-top: 0rem;
}

body {
	/* Minimum 16x, and grows more slowly(half the rate of screen growth)*/
	font-family: 'Roboto', sans-serif;
	/*font-size: 1.333em;*/
	/*line-height: 1.333em;*/
	line-height: 1.5625em;
	font-weight: 400;
	/*color: #00162b;*/
	color: #00162b; 
}

#page {
  font-size: 1.1250em;
  /* equivalent to 18px */
  /*line-height: 1.25;*/
  line-height: 1.250em;
  /* equivalent to 20px */
}
@media screen and (min-width: 900px) {
	  font-size: 1.125em;
  }
  @media screen and (min-width: 1200px) {
	  font-size: 1.125em;
  }

.bg-primary {
  background-color: #000;
}

.no-padding {
	padding: 0px;
	}

/*------------------------------------
  Section text colors and margin on a black background
------------------------------------*/
p.off-white {
  color: #e0e0e0;
  margin-bottom: 2rem;
}

p.medium-grey {
  color: #555;
  margin-bottom: 2rem;
}

.wrapper {
  background: #fafafa;
  max-width: 100%;
}

.limit-card-content-length {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*------------------------------------
  Podcast text colors and margin on a black background
------------------------------------*/
p.podcast {
  color: #e0e0e0;
  margin-bottom: 3rem;
}

/*------------------------------------
  Podcast text colors and margin on a card with black background
------------------------------------*/
p.podcast-2 {
  color: #000f1e;
  margin-bottom: 1rem;
}
/*------------------------------------
  Positioning for blog, podcast, and video pages
------------------------------------*/

.position-relv {
  position: relative;
  /*! margin-bottom: 213px; */
}

/*------------------------------------
  Padding for blog, podcast, and video pages
------------------------------------*/

.padding-bpv {
	padding-top:27rem;
	padding-left: 3.21429rem; !important
	padding-bottom: 3rem; !Important
}

/*Bootstrap 4 breakpoints*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{.padding-bpv {
	padding-top:10rem;
	padding-left: 0rem; !important
	padding-bottom: 3rem; !Important
} }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{.padding-bpv {
	padding-top:10rem;
	padding-left: 0rem; !important
	padding-bottom: 3rem; !Important
} }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{.padding-bpv {
	padding-top:27rem;
	padding-left: 3.21429rem; !important
	padding-bottom: 1.2rem; !Important
} }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{.padding-bpv {
	padding-top:27rem;
	padding-left: 3.21429rem; !important
	padding-bottom: 3rem; !Important
} }

/* Extra large devices (large desktops, Macbook Air, 1200px and up)*/
@media (min-width: 1200px) 
{.padding-bpv {
	padding-top:27rem;
	padding-left: 3.21429rem; !important
	padding-bottom: 3rem; !Important
} }


/*------------------------------------
  Padding for Only the Brave Need Apply words
------------------------------------*/

/*Bootstrap 4 breakpoints*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{.padding-oba {
	padding-top:10rem;
	padding-left: 0rem; !important
	padding-bottom: 3rem; !Important
} }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{.padding-oba {
	padding-top:10rem;
	padding-left: 0rem; !important
	padding-bottom: 3rem; !Important
} }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{.padding-oba {
	padding-top:5rem;
	padding-left: 0rem; !important
	/*padding-left: 3.21429rem; !important*/
	padding-bottom: 1.2rem; !Important
} }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{.padding-oba {
	padding-top:5rem;
	/*padding-left: 3.21429rem; !important*/
	padding-bottom: 3rem; !Important
} }

/* Extra large devices (large desktops, Macbook Air, 1200px and up)*/
@media (min-width: 1200px) 
{.padding-oba {
	padding-top:20rem;
	/*padding-left: 3.21429rem; !important*/
	padding-bottom: 3rem; !Important
} }

/*------------------------------------
  Main pages of the site - Makes a container rise above the hero image
------------------------------------*/
 .main {
background: #FFFFFF;
position: relative;
z-index: 3;
 }
 .main-raised {
	margin-top: -3.75rem;
	margin-right: 1.875rem;
	margin-bottom: 0rem;
	margin-left: 1.875rem;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} 
 
/*Bootstrap 4 breakpoints*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{.main-raised {
	margin-top: -3.75rem;
	margin-right: 0.75rem;
	margin-bottom: 0rem;
	margin-left: 0.75rem;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{.main-raised {
	margin-top: -3.75rem;
	margin-right: 0.75rem;
	margin-bottom: 0rem;
	margin-left: 0.75rem;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{.main-raised {
	margin-top: -3.75rem;
	margin-right: 0.75rem;
	margin-bottom: 0rem;
	margin-left: 0.75rem;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{.main-raised {
	margin-top: -3.75rem;
	margin-right: 1.875rem;
	margin-bottom: 0rem;
	margin-left: 1.875rem;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} }

/* Extra large devices (large desktops, Macbook Air, 1200px and up)*/
@media (min-width: 1200px) 
{.main-raised {
	margin-top: -3.75rem;
	margin-right: 1.875rem;
	margin-bottom: 0rem;
	margin-left: 1.875rem;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} } 

/* I'm not sure if this is needed any longer or if it was just something I tested and didn't end up using)*/
.full-width-main {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}


/*------------------------------------
Link colors for pretty much anything that isn't a button (phone, directions, email)
------------------------------------*/

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

a {
	
	/*color: #4386fc;*/ /*Contrast is to low according to Wave tool*/
	color: #4285f4;
	outline: none;
}

a:visited {
  color: #a669d8;
}

a:focus, a:hover {
	color: #174ea6;
}

/*Colors for inside a button */
a.class1 {color:#fff;}
a.class1:link {text-decoration: none; color: #fff; font-size:0.875em;}
a.class1:visited {text-decoration: none; color: #fff;}
a.class1:hover {text-decoration: underline; color: #fff;}
a.class1:active {text-decoration: none; color: #fff;}

a.class2 {color:#fff;}
a.class2:link  {font-size:1.125em; text-decoration: none; outline: none; color: #fff;}
a.class2:visited {text-decoration: none; outline: none; color: #fff;}
a.class2:hover {text-decoration: underline; outline: none; color: #A9A9A9;}
a.class2:active {text-decoration: none; outline: none; color: #fff;}
/*Colors for footer links */
a.class3 {color:#fff;}
a.class3:link  {text-decoration: none; outline: none; color: #fff;}
a.class3:visited {text-decoration: none; outline: none; color: #fff;}
a.class3:hover {text-decoration: underline; outline: none; color: #A9A9A9;}
a.class3:active {text-decoration: none; outline: none; color: #fff;}
/*Dark link colors for card titles */
a.class4 {color:rgba(255, 255, 240, 0.9);}
a.class4:link  {text-decoration: none; outline: none; color:#ffffffe6;}
a.class4:visited {text-decoration: none; outline: none; color:#ffffffe6;}
a.class4:hover {text-decoration: underline; outline: none; color:#ffffffe6;}
a.class4:active {text-decoration: none; outline: none; color:#ffffffe6;}
/*White link colors for card titles */
a.class5 {color:rgba(0, 15, 30);}
a.class5:link  {text-decoration: none; outline: none; color:#000f1e;}
a.class5:visited {text-decoration: none; outline: none; color:#000f1e;}
a.class5:hover {text-decoration: underline; outline: none; color:#000f1e;}
a.class5:active {text-decoration: none; outline: none; color:#000f1e;}
/*White link colors for card titles */
a.class6 {color:#555;}
a.class6:link  {text-decoration: none; outline: none; color:#555;}
a.class6:visited {text-decoration: none; outline: none; color:#555;}
a.class6:hover {text-decoration: underline; outline: none; color:#555;}
a.class6:active {text-decoration: none; outline: none; color:#555;}

a.class7 {color:#555;}
a.class7:link  {text-decoration: none; outline: none; color:#000f1e;}
a.class7:visited {text-decoration: none; outline: none; color:#000f1e;}
a.class7:hover {text-decoration: underline; outline: none; color:#000f1e;}
a.class7:active {text-decoration: none; outline: none; color:#000f1e;}
.nav-link {
	display: block;
	color: #fff;
}

.nav-link:focus, .nav-link:hover {
	color: #A9A9A9;
}

/*-------------------------------
FontAwesome
----------------------------*/
/*---Adds margin to the right of an icon----*/

.fa {
	margin: 0 5px 0 0;
}

.fa-file-pdf {
	color: #5f6368;
}

.fa-video {
	color: #5f6368;
}

.fa-download {
	color: #5f6368;
}

a .fa-angle-up to-the-top{
	color: #fff;
}

a .fa-angle-up collapse{
	color: #4285f4;
}
.fa-angle-up collapse:hover {
	color: #5191be;
}
.fa-angle-up:hover {
	color: #e5e5e5;
}


.fa-minus {
	color: #80868b;
	opacity: 0.6;
}

a .fa-minus {
	color: #80868b;
	opacity: 0.6;
}
.fa-minus:hover {
	color: #3c4043;
	opacity: 0.6;
}

/*THIS ID IS NOT WORKING - IT HAS TO FOR THE ARROW TO BE GREY*/
#expansion-table.fa-angle-right {
	color:#red;
	}
#youtube.fa-youtube {
	color: #d3d3d3;
}
#youtube.fa-youtube:hover {
	color: #fff;
	cursor: pointer;
}
#facebook.fa-facebook {
	color: #d3d3d3;
}
#facebook.fa-facebook:hover {
	color: #fff;
	cursor: pointer;
}
#twitter.fa-twitter {
	color: #d3d3d3;
}
#twitter.fa-twitter:hover {
	color: #fff;
	cursor: pointer;
}

/*---------------------------------------------------
Blockquotes
-----------------------------------------------------*/
blockquotes {
    padding: 2.85714rem !important;
    margin-bottom: 2.14286rem !important;
    font-size: 1em;
    border-left: none !important;
	background-color: #fafafa;
}
blockquote2 {
  font-size: 50px;
  text-transform:uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 5px solid #66e4b4;
  display:inline-flex;
} 

blockquote2 span {
  margin-top:-10px;
  margin-bottom:-10px;
}

/*---------------------------------------------------
Section horizontal rule
-----------------------------------------------------*/
hr.short {
	width: 4.20873rem;
	margin-top: 4rem !important;
	marging-botton: 3rem !important;
	color: #949494;
	border-top: 1px solid;
	border-top-style: solid;
	border-top-width: 1px;
	}

hr.long {
	width: 100%;
	margin-top: 2rem !important;
	marging-botton: 2rem !important;
	color: #b00020;
	border-top: 1px solid;
	border-top-style: solid;
	border-top-width: 1px;
	}

/*---------------------------------------------------
Section content, background color and background image
-----------------------------------------------------*/
.section {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-content-training {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	/*
	padding-top: 6rem;
	padding-bottom: 6rem;
	*/
}

.section-color {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color:#171717;
	/*
	padding-top: 6rem;
	padding-bottom: 6rem;
	*/
	/*background-color:#2b2e35;*/
	/* I did like this one - background-color:#1e2429;*/
	/*background-color:#70725e;*/
}

.section-color-dark-centered {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color:#000
	/*
	padding-top: 6rem;
	padding-bottom: 6rem;
	*/
	/*background-color:#2b2e35;*/
	/* I did like this one - background-color:#1e2429;*/
	/*background-color:#70725e;*/
}

.section-color-dark {
	/*
	align-items: center;
	*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color:#000;
	/*
	padding-top: 6rem;
	padding-bottom: 6rem;
	*/
	/*background-color:#2b2e35;*/
	/* I did like this one - background-color:#1e2429;*/
	/*background-color:#70725e;*/
}

.section-color-white {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color:#fff;
	/*
	padding-top: 6rem;
	padding-bottom: 6rem;
	*/
	/*background-color:#2b2e35;*/
	/* I did like this one - background-color:#1e2429;*/
	/*background-color:#70725e;*/
}

.section-content-training {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	/*
	padding-top: 6rem;
	padding-bottom: 6rem;
	*/
}

.section-content {
	line-height: 1.333em;
	font-weight: 400;
	color: #fff;
	/*
	margin: 0px 15px 15px 15px;
	*/
	text-align: center;
}

.section-content-dark {
	line-height: 1.333em;
	font-weight: 400;
	color: #4c4c4c;
	/*
	margin: 0px 15px 15px 15px;
	*/
	text-align: center;
}


.pst-standards-training {
	line-height: 1.333em;
	font-weight: 400;
	color: #4c4c4c;
	margin: 0px 15px 15px 15px;
	text-align: center;
}

/*These are the section backgrounds on the Black Theme homepage */
.section-black-theme-background1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
	background: url("https://www.sealswcc.com/images/1920x800/6.jpg");	
	/*background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("https://www.sealswcc.com/images/1920x800/6.jpg");*/
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("https://www.sealswcc.com/images/1920x1080/2.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}
/*These are the sections on the homepage */
.section-background2 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("https://www.sealswcc.com/images/1920x1080/4.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}
/*These are the sections on the homepage */
.section-background3 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url("https://www.sealswcc.com/images/1920x1080/37.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}
/*These are the sections on the homepage */
.section-background4 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("https://www.sealswcc.com/images/1920x1080/27.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}
/*These are the sections on the homepage */
.section-background5 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("https://www.sealswcc.com/images/1920x1080/55.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}
/*These are the sections on the homepage */
.section-background6 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url("https://www.sealswcc.com/images/1920x1080/56.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}
/*These are the sections on the homepage */
.section-background7 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.sealswcc.com/images/1920x1080/25.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background8 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.sealswcc.com/images/1920x1080/71.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background9 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.sealswcc.com/images/1920x1080/47.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background10 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.sealswcc.com/images/1920x1080/81.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background11 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.sealswcc.com/images/1920x1080/8.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background12 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://www.sealswcc.com/images/1920x1080/28.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background13 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/711.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background14 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/84.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background15 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/82.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background16 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/83.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background17 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/85.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background18 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/86.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background19 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/81.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*These are the sections on the homepage */
.section-background20 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	/* Background image used*/ 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url("https://www.sealswcc.com/images/1920x1080/23.jpg");
    /* Full height image */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#000;
}

/*-----------------------------------------------------
  Overlay Description Centers tagline and section title
------------------------------------------------------*/

.overlay-desc {
  background: rgba(0,0,0,0);
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------
  Blockquote shadow
------------------------------------*/
/* Blockquote Black Gradient */
.g-bg-black-blockquote-gradient-opacity,
.g-bg-black-blockquote-gradient-opacity--after::after {
  background-image: linear-gradient(100deg, #000, #616161);
  background-repeat: repeat-x;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);   } 
/* Blockquote Black corners */
  
  
/*------------------------------------
  Card styles
------------------------------------*/

/* The space between the card hero image and the cards themselves */
.card-spacing-app-steps {
    	padding-top: 3em !important;
    	padding-bottom: 1em !important; }

.card-subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: calc(1rem + 0.2vw);
	line-height: calc(1.5rem + 0.25vw);
	font-weight: 500;
	color: #4c4c4c;/* I also liked #494949*/
}

.card-shadow {
  background-color: #fff;
  }

.card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.card-border-radius {
  border-radius: 0.75rem;
}
.card-image-border-radius {
  border-radius: 0.563rem;
}
/* This one works very well */
.card-image-border-radius-2 {
  border-top-left-radius: 0.563rem;
  border-top-right-radius: 0.563rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;	
}

/* This one works very well */
.card-image-border-radius-3 {
  border-top-left-radius: 0.563rem;
  border-top-right-radius: 0.563rem;
  border-bottom-left-radius: 0.563rem;
  border-bottom-right-radius: 0.563rem;	
}
.card-shadow:hover, .card-shadow:focus:hover {
  	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	/* This is just o.k. the shadow isn't perfect. Use in case of emergency
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	*/
}

/*Positions*/
.g-pos-rel {
	position: relative !important;
	border-radius: 2px;
}

/* The padding between a card hero image and the cards themselves */
.g-py-100 {
    	padding-top: 3.8vw !important;
    	padding-bottom: 1vw !important; 
}

/*  Padding between hero image and title of a page - for some reason it has to be listed twice*/
.g-py-200 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}
.g-py-200 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

/* Card video */
.embed-responsive-16by9::before {
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*Divider on cards*/
.g-mb-20 {
	margin-bottom: 3rem !important;
}
.g-brd-gray-light-v4 {
	border-color: #dedede !important;
}

/* Padding inside of a card */
.g-pa-25 {
	padding: 1rem !important;
}
/* Background color inside of a card*/
.g-bg-white {
	background-color: #fafafa !important;
}
/*The background for dark cards */
.g-bg-dark {
	background-color: #343434 !important;
}

/*This sets the left margin on the cards links, such as: DOWNLOAD, COMBAT SIDE STROKE, etc. */
.mr-2, .mx-2 {
	margin-right: 0rem !important;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: visible;
}

/*------------------------------
Card margin on the training page
------------------------------*/
.card-content {
	line-height: 1.333em;
	margin: 2em 1em 1em 1em;
	text-align: center;
}

/*---------------------------
Button
------------------------------*/
/* Padding around buttons for the application page */
.button-padding {
	padding:2em 1em 0.5em !important
}

.button-background {
  	/*Old button background color*/ 
	/*background-color: #666968 !important;*/
	/*background-color: #637273 !important;*/
	/*background-color:#2c2c2c !important;*/
	background-color:#990205 !important;
	/* On June 17, 2020 changed from background-color:#c4c1c1 to #979797 !important; */

	/* I did like this color. Just not using it right now -  background-color: #3c4647 !important; */
	/*background-color:#2e353a  !important;*/
	/*background-color:#454e50  !important;*/
	}
	
.button-background:hover {
  background-color: #ba191c !important;
   }

/* To overide Bootstrap code */  	
.btn, .btn-large,
.btn-floating,
.btn-large
 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 400;
    outline: 0;
	/* color: #fff !important; */
}

.btn-success {
    color: #fff;
    background-color: #34a853 !important;
    border-color: #28a745;
}

/* The space between two horizontal buttons */
.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}    

/* To the top button */
[class*="u-go-to"] {
 display: none;
}
.u-go-to-v1 {
	width: 3rem;
	height: 3rem;
	display: block;
	background-color: #676767;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 15px -4px rgba(0,0,0,0.85);
	transition: .3s ease-out;
	z-index: 11;
}
.u-go-to-v1 i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* This is the one hover background color*/
.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #7b7b7b;
}
.u-go-to-v1:focus {
	text-decoration: none;
	color: #fff;
	background-color: #676767;
}
 @media (max-width: 575px) {
.u-go-to-v1 {
	-webkit-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}
}

/*Bootstrap 4 breakpoints for go to top button size*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{.u-go-to-v1 {
	width: 3.25rem;
	height: 3.25rem;
	display: block;
	background-color: #616161;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 15px -4px rgba(0,0,0,0.85);
	transition: .3s ease-out;
	z-index: 11;
} }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{.u-go-to-v1 {
	width: 2.625rem;
	height: 2.625rem;
	display: block;
	background-color: #616161;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 15px -4px rgba(0,0,0,0.85);
	transition: .3s ease-out;
	z-index: 11;
} }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{.u-go-to-v1 {
	width: 3rem;
	height: 3rem;
	display: block;
	background-color: #616161;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 15px -4px rgba(0,0,0,0.85);
	transition: .3s ease-out;
	z-index: 11;
} }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{.u-go-to-v1 {
	width: 3rem;
	height: 3rem;
	display: block;
	background-color: #616161;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 15px -4px rgba(0,0,0,0.85);
	transition: .3s ease-out;
	z-index: 11;
} }

/* Extra large devices (large desktops, Macbook Air, 1200px and up)*/
@media (min-width: 1200px) 
{.u-go-to-v1 {
	width: 3rem;
	height: 3rem;
	display: block;
	background-color: #616161;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 15px -4px rgba(0,0,0,0.85);
	transition: .3s ease-out;
	z-index: 11;
} }

/*--------------------------------------
Wave FX
---------------------------------------*/
/* Wave button */	
.btn-large {
  height: 1.8rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  padding-top: 0.2rem;
  padding-bottom: 1.75rem;
  border-radius: 1rem;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
	.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 1s ease-out;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: -0.6rem;
  margin-left: -0.6rem;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

/*Video Jumbotron*/
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:#000;
  height:100%;
  margin-bottom: 0px;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.9;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
/*Taken from Creative.css*/
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
/*Taken from Creative.css*/
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Archivo Black', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
/*End Creative.css*/

/* Make video rise to the top of a card */
.embed-responsive-16by9::before {
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*YouTube embed responsive*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*Took this out on 02/28/2020 it created a black area on bottom of video on video page 
	padding-top: 25px;
	*/
    height: 0;
	background-color:#2b2e35;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.videowrapper-gradient {	
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	position:absolute;
	z-index: 1;
    text-align: center;
    margin: 0%;
}

/*YouTube embed responsive*/
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   

/*------------------------------------ 
Padding around buttons for the application page
------------------------------------*/
.button-padding {
	padding:2em 1em 0.5em !important}

/*------------------------------------
This sets the left margin on the cards links, such as: DOWNLOAD, COMBAT SIDE STROKE, etc. 
------------------------------------*/
.mr-2, .mx-2 {
	margin-right: 0rem !important;
}

/*------------------------------------
 All this has to do with the height and width of the hero image not in use on version 5
 ------------------------------------ */
.hero-header {
	width: 100vw;
	max-height: 86.92449355432781vh;
	overflow: hidden;
	background-color: #000;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
	/*
	margin-bottom: calc(0.875rem + 0.5vw);*/
}


/*------------------------------------
  Positions
------------------------------------*/
.g-pos-rel {
	position: relative !important;
	border-radius: 2px;
}
/*------------------------------------
  Padding between hero image and title of a page - for some reason it has to be listed twice
------------------------------------*/
.g-py-200 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}
.g-py-200 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

/*------------------------------------
  The padding for a news card on homepage
------------------------------------*/
/*
  .g-pa-30-podcast {
    padding: 2.14286rem !important; }
*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
 { .g-pa-30-news-card {
   padding: 1rem !important; }
 }
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
 { .g-pa-30-news-card {
   padding: 1rem !important; }
 }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
 { .g-pa-30-news-card {
   padding: 1rem !important; }
 }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
 { .g-pa-30-news-card {
   padding: 2rem !important; }
 }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
 { .g-pa-30-news-card {
   padding: 0rem 4.688rem 0rem 4.688rem !important; }
 }
/* Extra large devices (large desktops, Macbook Air, 1200px and up)*/
@media (min-width: 1200px) 
 { .g-pa-30-news-card {
   padding: 0rem 9.375rem 0rem 9.375rem !important; }
 }

/*------------------------------------
  Position and color of small line under a page title
------------------------------------*/
.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
	width: 247px;
	border-top-width: 2px;
	margin-bottom: 1rem;

}
.g-brd-primary {
	border-color: #4c4c4c !important;
}

/*------------------------------------
PST Calculator 
------------------------------------*/
.pst-calculator-content-area{
	padding-top: 11rem !important;
	padding-bottom: 3rem !important;
	/* Minimum 16x, and grows more slowly(half the rate of screen growth)*/
	font-family: 'Roboto', sans-serif;
	font-size: calc(1rem + 0.2vw);
	line-height: calc(1.5rem + 0.20vw);
	font-weight: 400;
	color: #454545;

}
	
/*------------------------------------
  Expansion panel
------------------------------------*/
/*Divider color */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
	border-color: #dedede !important;
}
/*Color of the title in a expansion panel */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
	color: #4285f4 !important;
}
.g-font-size-default {
	/*Removed because it was affecting the collapse panel 
	font-size: 1.125rem !important;*/
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5rem;
	color: #454545;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	text-rendering: optimizelegibility;
}
.float-right {
	float: right;
	margin-right: 1rem;
}
/*------------------------------------
The circle that surrounds the social network icons in the footer 
------------------------------------*/
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 4rem;
  height: 4rem;
 }
 
/*------------------------------------
Podcast list item background color
------------------------------------*/
.g-bg-gray-dark-v5 {
    background-color: #ededed !important;
}
.g-pb-80 {
    padding-bottom: 0rem !important;
}
.g-pt-100 {
    padding-top:  calc(2.75rem + 0.25vw) !important;
	}
.podcast-margin
{	padding-left: calc(0.25rem + .8vw) !important;
    padding-right: calc(0.25rem + .8vw) !important; 
	}
.g-my-50 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
	}
	.charts {
    margin-top: 5rem !important;
    margin-bottom: 2rem !important;
	}
  
/*-----------------------------------------
Podcast
--------------------------------------------*/
/* Podcast main page margin around episode and main title */
  .g-px-80 {
    padding-left: calc(1rem + 2vw) !important;
    padding-right: calc(1rem + 2vw) !important; 
}

/*Podcast list item background color */
.g-bg-gray-dark-v5 {
    background-color: #ededed !important;
}
.podcast-margin {
	padding-left: calc(0.25rem + .8vw) !important;
    	padding-right: calc(0.25rem + .8vw) !important; 
	}
	
/*------------------------------------
  Podcast card background for version 5 website
------------------------------------*/
.background-podcast-card
{
    /* fallback for old browsers */
    background: #000;
  
    /* Chrome 10-25, Safari 5.1-6 
    background: -webkit-linear-gradient(to right, rgba(0,0,0,1), rgba(36,36,36,1));
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ 
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(36,36,36,1))*/
}
		
/*------------------------------------
Gallery background color
------------------------------------ */
.g-bg-gray-dark-v2--hover:hover {
  background-color: #000 !important; }

/*------------------------------------
Highcharts
-------------------------------------*/
.charts {
    	margin-top: 5rem !important;
    	margin-bottom: 2rem !important;
	}

/*------------------------------------
  Table styles for version 5
------------------------------------*/
.expansion-table-title {
	font-family: 'Roboto', sans-serif;
	font-size: calc(1rem + 0.2vw);
	line-height: calc(1.5rem + 0.20vw);
	font-weight: 400;
	color: #4285f4;
}
.table-bordered {
	border: 1px solid;
	color: #e9ecef;
}
.table 
.thead-light
.table thead th {
    border-bottom: 1px solid #8a00000;
}
.table td {
    padding: .75rem;
    vertical-align: middle;
    border-top: 0px;
	table-layout: fixed;
    /*width: 100%;*/
    white-space: break-word;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: calc(1rem + 0.20vw);
	font-weight: 400;
	color: #000f1e;
}
th {
    color: #000f1e;
    text-align: center;
	white-space: nowrap;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	line-height: calc(1rem + 0.20vw);
	font-weight: 400;
}


/* tbody {
	color: #de00000;
	font-size: calc(0.8333333333333334rem + 0.1vw);
	line-height: calc(1rem + 0.25vw) !important;
	font-weight: 400;
}

/*This appears to be a duplicate of another th with a different style - see above
th {
	color: #8a00000;
	font-size: calc(0.75rem + 0.1vw);
 	line-height: calc(.79rem + 0.25vw) !important;
	font-weight: 600;
	text-align:center;
}
*/
.table-shadow {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.1);
	transition: 0.3s ease-in-out;
}
.table-shadow:hover, .table-shadow:focus:hover {
	-webkit-box-shadow: 0px 3px 7px 1px rgba(150,148,150,1);
-moz-box-shadow: 0px 3px 7px 1px rgba(150,148,150,1);
box-shadow: 0px 3px 7px 1px rgba(150,148,150,1);
	/* This is just o.k. the shadow isn't perfect. Use in case of emergency
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	*/
}

/*------------------------------------
 Table body font 
 ------------------------------------*/
tbody {
	color: #de00000;
	font-size: calc(0.8333333333333334rem + 0.1vw);
	line-height: calc(1rem + 0.25vw) !important;
	font-weight: 400;
}
th {
	color: #8a00000;
	font-size: 0.938em;
 	line-height: 1.250em !important;
	font-weight: 600;
	text-align:center;
}

/*------------------------------------
  Comparisson path table
------------------------------------*/
.list-spacing {
	margin-bottom: 1.25rem !important;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-size: calc(1rem + 0.2vw);
	line-height: calc(1.5rem + 0.20vw);
	font-weight: 400;
	color: #454545;
}
.header-padding {
	padding:2rem !important
	}
 .g-px-35 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; 
	}


/*Compare paths to become SEAL officer table*/
.list-spacing {
	margin-bottom: 1.25rem !important;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-size: calc(1rem + 0.2vw);
	line-height: calc(1.5rem + 0.20vw);
	font-weight: 400;
	color: #454545;
}

/*------------------------------------
  Expansion panel
------------------------------------*/
/*Divider color */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
	border-color: #dedede !important;
}
/*Color of the title in a expansion panel */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
	color: #4285f4 !important;
}

/*---------------------------------
Embed responsive
----------------------------------*/
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: visible;
}


/*------------------------------------
  YouTube video placed on a podcast card - the padding for a podcast card
------------------------------------*/
/*
  .g-pa-30-podcast {
    padding: 2.14286rem !important; }
*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
 { .g-pa-30-podcast {
   padding: 1rem !important; }
 }
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) 
 { .g-pa-30-podcast {
   padding: 1rem !important; }
 }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
 { .g-pa-30-podcast {
   padding: 1rem !important; }
 }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
 { .g-pa-30-podcast {
   padding: 2rem !important; }
 }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
 { .g-pa-30-podcast {
   padding: 2.14286rem !important; }
 }
/* Extra large devices (large desktops, Macbook Air, 1200px and up)*/
@media (min-width: 1200px) 
 { .g-pa-30-podcast {
   padding: 2.14286rem !important; }
 }
/*----------------------------------
YouTube embed responsive
-----------------------------------*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* Removed - It was causing unnecessary padding on podcast viewed in mobile 
	padding-top: 25px;
	*/
    height: 0;
	background-color:#2b2e35;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  

/*----------------------------------------------------
Image
-------------------------------------------------*/

/* Image responsive*/
.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}

/* Image fluid*/
.img-fluid {
	width: 100%;
	height: auto;
	display: block;
}

/*Image max*/
.img-fluid.max {
	width: 100%;
	height: auto;
}

/**** 
/* xs */
img {
    width: 100px;
    height: auto;
}
/* sm */
@media (min-width: 768px) {
    img {
        width: 150px;
    }
}
/* md */
@media (min-width: 992px) {
    img {
        width: 200px;
    }
}
/* lg */
/* This number used to be 250. I changed it to 150 for Keith Davids quote photo*/
@media (min-width: 1200px) {
    img {
        width: 150px;
    }
}

/**** 
/* xs */ /*Freddy, Sammy, Ricky. This used to be 100px and it made the logo all squashed */
.illustrated-logo {
    width: auto;
		height: 6em; !Important;
}

/* sm */
@media (min-width: 768px) {
    .illustrated-logo {
        width: auto;
		height: 6em; !Important;
    }
}
/* md */
@media (min-width: 992px) {
    .illustrated-logo {
        width: auto;
		height: 7.5em; !Important;
    }
}
/* lg */
@media (min-width: 1200px) {
    .illustrated-logo {
        width: auto;
		height: 7.5em; !Important;
    }
}

/*------------------------------------
SEAL and SWCC Logo in footer 
------------------------------------*/
/**** 
/* xs */ 
.seal-swcc-pins-footer {
    width: auto;
		height: 5em; !Important;
}

/* sm */
@media (min-width: 768px) {
    .seal-swcc-pins-footer {
        width: auto;
		height: 5em; !Important;
    }
}
/* md */
@media (min-width: 992px) {
    .seal-swcc-pins-footer {
        width: auto;
		height: 11em; !Important;
    }
}
/* lg */
@media (min-width: 1200px) {
    .seal-swcc-pins-footer {
        width: 12em; !important;
    height: auto; !important;
    }
}

/**** 
/* xs */ /*This used to be 100px and it made the logo all squashed */
.sealswcc-logo {
    width: 7em;
	height: auto; !Important;
}

/* sm */
@media (min-width: 768px) {
    .sealswcc-logo {
        width: 9.375em;
		height: auto; !Important;
    }
}
/* md */
@media (min-width: 992px) {
    .sealswcc-logo {
        width: 11;
		height: auto; !Important;
    }
}
/* lg */
@media (min-width: 1200px) {
    .sealswcc-logo {
        width: 11;
		height: auto; !Important;
    }
}

/*------------------------------------
Logo in footer 
------------------------------------*/
img.logo-footer {
    width: 12rem !important;
    height: 6.495rem !important;
} 
/*
img.nsw-logo-footer {
    width: 9rem !important;
    height: 9rem !important;
} */

/*------------------------------------
NSWCEN Logo in footer 
------------------------------------*/
/**** 
/* xs */ 
	img.nsw-logo-footer {
    width: 7rem;
		height: auto; !Important;
}

/* sm */
@media (min-width: 768px) {
    img.nsw-logo-footer {
        width: 7rem;
		height: auto; !Important;
    }
}
/* md */
@media (min-width: 992px) {
    img.nsw-logo-footer {
        width: 9rem;
		height: auto; !Important;
    }
}
/* lg */
@media (min-width: 1200px) {
    img.nsw-logo-footer {
        width: 9em; !important;
    height: auto; !important;
    }
}

/*Vertical line seperating footer columns*/
.vertical-line {
	width:10px;
	background-color: #fff;
	position: absolute;
	top:0;
	bottom:0;
	top: 50%;
	transform: translateY(-50%);
	height: 2em; /* whatever you want here */
}

/*--------------------------------------------
Social
---------------------------------------------*/
/*The circle that surrounds the social network icons in the footer */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 4rem;
  height: 4rem;
 }

/*Social media icons in the homepage header*/
.social-menu {
  position: absolute; 
  /*These adjust making icons go left*/ 
  left: 1em; 
  right: 0em;
  top: 0em;
   
}
.social-menu ul li {
    margin: 2em 0em;
    position: relative;
    vertical-align: middle;
	top: 10em;
	list-style: none;
}
.container-social {
  margin: 0;
  padding: 17em;
  position: relative;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.container {
  padding: 4.188rem;
}

/* Used on illustrated logos for black theme */
.container-2 {
  padding: 1rem;
	position: relative;
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
  clear: both
}

/* 2/3 column */
.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

/* 1/3 column */
.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

/* Add responsiveness - make the columns appear on top of each other instead of next to each other on small screens */
@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
}

/*------------------------------------------------
Pagination Style v3 for sealswcc.com version 4
----------------------------- */
.u-pagination-v1-3 {
  color: #4285f4;
  border-color: #4285f4; }

.u-pagination-v1-3--active, .u-pagination-v1-3:hover, .u-pagination-v1-3:focus {
  background-color: #4285f4;
  color: #fff;
  border-color: #4285f4; }

/*-------------------------------
Video on homepage
---------------------------------*/
.jumbotron{
  position: relative;
  z-index:-101;
}

#bg-video {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
	width: 100%;
}



.module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
}
.module > header > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
}

* {
  box-sizing: border-box;
}

.u-list-inline-button {
  padding-left: 0;
  margin-bottom: 7rem;
  list-style: none; }
