@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Catamaran SB";
  src:   url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-SemiBold.woff2') format('woff2'),
  url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-SemiBold.woff') format('woff');
}
@font-face {
  font-family: "Catamaran Bl";
  src:   url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-Black.woff2') format('woff2'),
  url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-Black.woff') format('woff');
}
@font-face {
  font-family: "Catamaran XB";
  src:   url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-ExtraBold.woff2') format('woff2'),
  url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: "Catamaran B";
  src:   url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-Bold.woff2') format('woff2'),
  url('/wp-content/themes/nepper-master/assets/fonts/Catamaran-Bold.woff') format('woff');
}

/* ##################  Overall Site Stuff  ################## */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stripe, body, html{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

h2 {
  margin:0 0 20px 0;
}
/* ##################  Header Stuff ################## */

/* ##################  Individual Block Stuff ################## */

p, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* List styles for testimonial page */

.mn-points ul li {
  list-style: none;
  text-indent: -0.75em;
  font-size: 18px;
}

.mn-points ul li::before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.35rem;
  width: 0.35rem;
  margin-right: 0.5rem;
  background-color: #1D1BEF;
}

/* Header/footer styles */

.menu_dsk {
  display: block;
}
.menu_mob {
  display: none;
}
/* MENU STYLES */

.containx, .content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-mn {
  background: #0C1038;
  position: fixed;
  width: 100%;
  background-color: none;
  transition-property: background, background-color;
  transition-duration: 1s, 1s;
  top: 0;
}

.menu-item, .top-nav-itm {
  list-style-type: none;
}

.nav-link {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 25px;
}

.menu_mob {
  display: none;
}

.header-mn {
  height: 150px;
  z-index: 1000;
  box-sizing: border-box;
  border-bottom: 10px solid #514FF3;
}

.header-mn .containx, .menu_dsk .nav, .header-mn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-primary {
  width: 63%;
  position: relative;
}

.logo-hldr {
  width: 25%;
}

.logo-hldr img {
  width: 280px;
  height: 84px;
}

/* SEARCH BAR STYLES */
.serchbx {
  margin-top: -18px;
  z-index: 10;
}

.headerx {
  width: 50px;
  height: 63px;
  position: relative;
  display: inline-block;
}



#searchbox {
  position: fixed;
  background: #00335d;
  width: 100%;
  left: 0;
  right: 0;
  top:140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 0px;
  z-index: 5;
}

#searchbox.show {
  animation: reveal-search ease .75s forwards;
  height: 39px;
}

#searchbox img.magnify {
  left: 20px;
  right: 0;
  fill: #B2AFAF;
}

#searchbox img {
  margin: auto 0;
  position: absolute;
  height: 40px;
  width: 40px;
  fill: #B2AFAF;
  top: 0;
  bottom: 0;
  left: 20px;
}

.search-form {
  max-width: 100%;
  height: 32px;
}

.search-form label {
  height: 32px;
}


.search-field {
  background-color: transparent;
  background-image: url(/wp-content/uploads/2018/04/Search.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: none;
  cursor: pointer;
  height: 48px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  padding: 0;
  margin: 6px 0 40px 0;
}

#searchbox input {
  width: 80%;
  font-size: 20px;
  height: 32px;
  border: 0;
  font-weight: 400;
  color: #B2AFAF;
  margin-left: 10%;
  background: transparent;
  text-align: left;
  -webkit-appearance: none;
}

.search-submit {
  display: none;
}

.search-form:focus, .search-form input:focus {
  outline: none !important;
}

.menu-item a {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
}
.sub-menu {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #00335d;
  top: 140px;
  left: 0;
  text-align: center;
  z-index: 7;
}

.sub-menu li {
  margin: 10px 20px;
  display: inline-block;
}
.menu-item:hover a {
  color: #F79727;
}
.sub-menu .menu-item a {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: .85px;
}

.sub-menu .menu-item:hover  a {
  color: #F79727;
}


.search-formx {
  max-width: 40%;
  height: 31px;
  margin: 4px auto;
  background-color: #fff;
}


.search-fieldx {
  padding: 0;
}
.search-icon {
  height: 45px;
  width: 45px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}

.circle {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 70px;
  z-index: 0;
  border: 3px solid #FF9908;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: 1;
}

.handle {
  position: absolute;
  background-color: #FF9908;
  top: 24px;
  left: 20px;
  width: 10px;
  height: 3px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  border-radius: 0px;
}
.open .handle {
  position: absolute;
  background-color: #FF9908;
  top: 18px;
  left: 3px;
  width: 30px;
  height: 3px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  border-radius: 0px;
}
.handle:after {
  content: "";
  background-color: #FF9908;
  width: 10px;
  height: 3px;
  display: block;
  float: right;
  border-radius: 0px;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.open .circle {
  -webkit-transform: scale(0.02);
  transform: scale(0.02);
  -webkit-transform-origin: 30% 40%;
  transform-origin: 30% 40%;
  background: #FF9908;
  border-color: #FF9908;
}
.open .handle:after {
  width: 30px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.outer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 45px;
  right: 33px;
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 27px;
  opacity: 0;
  margin: 0;
}
.outer-menu .checkbox-toggle:checked+.hamburger>div {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #FF9908;
}
.outer-menu .checkbox-toggle:checked+.hamburger>div:before, .outer-menu .checkbox-toggle:checked+.hamburger>div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #FF9908;
}
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked~.menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked~.menu>div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked~.menu>div>div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
  margin-top: 0px;
}
.outer-menu .checkbox-toggle:hover+.hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background: #FF9908;
}
.outer-menu .hamburger {
  position: absolute;
  top: 45px;
  right: 33px;
  z-index: 9;
  width: 32px;
  height: 27px;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.outer-menu .hamburger>div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #FF9908;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.outer-menu .hamburger>div:before, .outer-menu .hamburger>div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #FF9908;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger>div:after {
  top: 9px;
}
.outer-menu .menu {
  position: fixed;
  z-index: 8;
  top: 119px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#menu-menu-2 {
  text-align: center;
}

#menu-menu-2 li {
  margin:10px 0;
}
.outer-menu .menu>div {
  width: 200vw;
  height: 100%;
  color: #FEFEFE;
  background-color: rgba(2, 28, 50, 0.8);
  border-radius: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: top;
}
.outer-menu .menu>div>div {
  max-width: 100vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.outer-menu .menu>div>div>ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu>div>div>ul>li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu>div>div>ul>li>a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.outer-menu .menu>div>div>ul>li>a:hover {
  color: #e5e5e5;
}
.outer-menu .menu>div>div>ul>li>a:hover:after {
  width: 100%;
}
.outer-menu .menu>div>div>ul>li>a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.hd_search {
  padding: 12px 0px;
  width: 100%;
  text-align: center;
}
.search-field {
  background-color: transparent;
  background-image: url(/wp-content/uploads/2018/07/search-1.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: none;
  cursor: pointer;
  height: 38px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 230px;
  padding: 0 0 0 26px;
}
.search-field:focus {
  background-color: rgba(255, 255, 255, 0.35);
  border: 1px solid #CCC;
  cursor: text;
  outline: 0;
  width: 230px;
}

.menu_mob .search-field:focus, .menu_mob .search-field {
  background-color: rgb(255, 255, 255) !important;
}
.blgx-row {
	padding: 100px 0 0;
}
article.post {
		border: 1px solid #979797;
		box-sizing: border-box;
		margin: 0 0 50px;
	}
	article.post a {
		text-decoration: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.txt_blogx {
		padding: 20px;
		box-sizing: border-box;
		max-width: 825px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		
	}
	.txt_blogx h2 {
		font-family: 'Overpass', sans-serif;
		font-weight: 800;
		font-size: 35px;
		line-height: 44px;
		color: #373C4D;
		margin: 0;
		text-decoration: none;
	}
	.txt_blogx small {
		font-family: 'Overpass', sans-serif;
		font-weight: 800;
		font-size: 25px;
		line-height: 32px;
		color: #373C4D;
	}
	.row.pad-bottom {
		margin: 0 0 10px;
	}
	#entry {
		font-family: 'Overpass', sans-serif;
		font-weight: 400;
		font-size: 17px;
		line-height: 22px;
		color: #373C4D;
	}
	.txt_blogx h4 {
		margin: 10px 0 0 ;
		font-family: 'Overpass', sans-serif;
		font-weight: 800;
		font-size: 18px;
		line-height: 23px;
		color: #373C4D;
	}
	.ftritm-img {
    height: 250px;
    width: 350px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: rotate(0.01deg);
}
	.ftr-img {
    float: none; 
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
}
	.h2_bx_wht {
    margin: 0;
}


.sub_hdr_sngl {
		padding:40px 0 25px;
	}
	.h2_bx_wht {
		font-size: 56px;
		text-align: center;
		color: #0C1038;
		text-transform: uppercase;
		font-family: "Catamaran Bl", sans-serif;
	}
	.sct_bxz p {
		font-family: "Catamaran SB", sans-serif;
		color: #0C1038;
		font-size: 18px;
		margin: 0 0 30px 0;
	}
	.sct_hdr_bxz {
		margin: 35px auto;
	}
	.sct_hdr_bxz img, .video_lightbox_anchor_image {
		max-width:1200px;
		width: 100%;
	}

/* Homepage styles */
.banner-inner, .inner-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.screenfiller{
  position: 	absolute;
  top: 0px;
}
#slide_0{
  overflow: hidden;
}
.nepperName{
  z-index: 2;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.nepperPortrait{
  left: 0px;
  overflow: hidden;

}
.nepperPortrait img{
  height: calc(100% - 160px);
  max-height: 500px;
  width: auto;
  position: absolute;
  bottom: 0px;

  -webkit-transition: bottom 2s; /* Safari */
  transition: bottom 2s;
}
.gradientBG{
  background: linear-gradient(to bottom, #04040B, #29287A);
}
.nepperName svg{
  margin: auto 15% auto 35%;
  width: 50%;
  height: auto;
}

.topVid {
  margin: 150px 0 30px 0;

  -webkit-transition: margin 2s; /* Safari */
  transition: margin 2s;
}

.main-vid {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.play-holder {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center;
  background-size: 120px 120px, 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  pointer-events: none;
  cursor: pointer;
}

.name-banner {
  background-color: #0C1038;
  box-shadow: 0 9px 12px 4px rgba(0, 0, 0, .5);
  border-top: 20px solid #1D1BEF;
  min-height: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-banner img {
  width: 90%;
  max-width: 840px;
  height: auto;
}

.home-subbanner .inner-cont {
  position: relative;
}

.subbanner-vids {
  position: relative;
  top: -35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subvid {
  width: 45%;
  position: relative;
}

.subvid-ttl {
  color: #FFFFFF;
  background: linear-gradient(45deg, #084ECC, #1D1BEF);
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0;
  font-family: "Catamaran SB", sans-serif;
  font-size: 28px;
}

.sub-main-vid, .hmtst-vid {
  position: relative;
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-main-vid .play-holder {
  background-size: 80px 80px, 100%;
}

.sponsor-carousel {
  margin: 40px 0;
}

.spnsr-lgo {
  width: 100%;
  height: auto;
}

.carousel-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spnsr-hldr {
  width: 25%;
  text-align: center;
  margin: 0 0 20px 0;
}

.home-testimonials {
  position: relative;
}

.top-block-div {
  background-color: #0C1038;
  box-shadow: 0 9px 12px 4px rgba(0, 0, 0, .5);
  height: 150px;
}

.testimonial-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  color: #FFFFFF;
}

.spk-tstms .testimonial-cont {
  background-color: #BCCADC;
}

.cont-ttl {
  background: linear-gradient(45deg, #084ECC, #1D1BEF);
  text-align: center;
  height: 115px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.bold-ttl {
  font-size: 56px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Catamaran Bl", sans-serif;
}

.hm-tsts-cont {
  background-color: #BCCADC;
  box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hm-tst {
  width: 30%;
  background-color: #FFFFFF;
  margin: 0 0 30px;
}

.tst-more {
  width: 100%;
  text-align: center;
}

.hmtst-txt {
  background-color: #FFFFFF;
  height: 352px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  padding: 15px;
}

.hmtst-name {
  font-size: 20px;
  color: #1D1BEF;
  text-align: center;
  width: 100%;
  margin: 14px 0 5px 0;
  font-family: "Catamaran Bl", sans-serif;
}

.hmtst-quote {
  color: #1E231E;
  text-align: center;
  font-family: "Catamaran SB", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hmtst-personttl {
  font-family: "Catamaran SB", sans-serif;
  font-size: 20px;
  color: #1D1BEF;
  text-align: center;
  width: 100%;
  margin: 5px 0 0 0;
}

.hmtst-vid {
  width: 100%;
  height: auto;
}

.hmtst-vid .play-holder {
  background-size: 70px 70px, 100%;
}

.tst-more {
  font-size: 28px;
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0 0 30px 0;
  font-family: "Catamaran XB", sans-serif;
}

.spk-tstms .tst-more {
  box-sizing: border-box;
  padding: 0 0 35px 0;
}

.hmtst-btm {
  box-sizing: border-box;
  padding: 40px 0;
  text-align: center;
  background: linear-gradient(45deg, #084ECC, #1D1BEF);
}

.hmtst-btm.mobile {
  display: none;
}

.btm-quote {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  width: 85%;
  margin: 0 auto;
  font-size: 30px;
  font-style: italic;
  color: #fff;
}

.speaking-banner .cont-ttl {
  background-color: #FF9908;
}

.spk-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 485px;
  border-bottom: 20px solid #514FF3;
}

.spkbanner-txt {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at top right, rgba(104, 104, 104, .68), rgba(11, 11, 11, .68) 50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-center: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-cont p {
  margin: 20px 0;
  font-family: "Catamaran SB";
  font-size: 18px;
  color: #1E231E;
}
.spkbanner-txt h3 {
  font-family: 'Catamaran Sb', sans-serif;
  font-size: 39px;
  color: #FF9908;
  margin: 0 0 70px 0;
}

.spk-btn {
  display: inline-block;
  padding: 8px 18px;
  border: 2px solid #FFFFFF;
  text-align: center;
  font-family: 'Catamaran XB', sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 24px;
}

.spk-cta {
  width: 40%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spkimg-gallery {
  margin: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spkimg-img {
  width: 22%;
  height: 200px;
  object-fit: cover;
  margin: 0 0 30px 0;
}

.home-speaking-gallery .innter-cont {
  position: relative;
}

.speaking-banner {
  position: relative;
  top: -50px;
}

/* STYLES FOR SPEAKING PAGE */
.top-banner__text {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}

.banner-txt-svg {
  width: 500px;
  height: 70px;
}

.main-vid-speaking, .main-vid-about {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 700px;
}

.main-vid-speaking::before, .main-vid-about::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #04040B, #29287A);
  opacity: .6;
}

.dn-arrow {
  position: absolute;
  bottom: 40px;
  z-index: 5;
	width: 50px;
    left: 50%;
    margin-left: -25px;
	cursor: pointer;
}

.banner-subtxt {
  font-family: "Catamaran B", sans-serif;
  font-size: 26px;
  color: #FF9908;
  margin: 45px 0 0 0;
  line-height: 35px;
  text-align: center;
}

.top-banner-speaking {
  border-bottom: 20px solid #514FF3;
}

.spking-subbanner {
  box-sizing: border-box;
  padding: 80px 0;
}

.spking-featuretxt1, .spking-featuretxt2 {
  position: relative;
}

.spking-featuretxt1 {
  margin: 40px 0 150px 0;
}

.spking-featuretxt1 .spkftr-lft, .spking-featuretxt2 .spkftr-lft {
  position: relative;
  left: 0;
  max-width: 885px;
  width: 70%;
}

.spking-featuretxt1 .mn-points, .spking-featuretxt2 .mn-points {
  border-left: 6px solid #514FF3;
  border-right: 6px solid #514FF3;
  border-bottom: 6px solid #514FF3;
  font-family: "Catamaran SB";
  font-size: 20px;
  color: #1E231E;
}

.spking-featuretxt1 .mn-points-inner, .spking-featuretxt2 .mn-points-inner {
  width: 85%;
  box-sizing: border-box;
  padding: 50px 30px;
}

.spk-lft-hdr {
  background-color: #FF9908;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
}

.spk-lft-hdr h3 {
  font-family: "Catamaran Bl", sans-serif;
  font-size: 38px;
  color: #FFFFFF;
  display: inline-block;
  width: 90%;
  margin: 0 auto;
}

.spking-featuretxt1 .spkftr-rt {
  width: 40%;
  position: absolute;
  right: 0;
  top: 150px;
}

.ftr-rt-pic img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  margin: 0 0 20px 0;
}

.mn-points ul {
  margin: 0 0 0 40px;
}

.mn-points ul li {
  margin: 35px 0;
}

.avail-cta {
  font-family: "Catamaran XB", sans-serif;
  color: #FF9908;
  display: inline-block;
  border: 4px solid #FF9908;
  box-sizing: border-box;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  margin: 60px 0 40px 0;
}

.ftr-jimg {
  position: absolute;
  bottom: -4px;
  right: 18%;
  max-height: 350px;
  width: 35%;
  max-width: 360px;
}

.ftr-jimg img {
  width: 100%;
  height: auto;
}

.mn-points-inner p {
  margin: 20px 0;
}

.spking-featuretxt2 .spkftr-rt {
  position: absolute;
  right: 0;
  top: 140px;
  width: 40%;
}

.spking-featuretxt2 .mn-points-inner {
  padding: 50px 30px 100px 30px;
}

.spk-testm-vid {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hm-tst-nopic {
  position: relative;
}

.np-quote {
  position: relative;
  top: 20px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;


}

/* About page styles */

.top-banner-about {
  border-bottom: 20px solid #FF9908;
}


.main-vid-about::before {
  background: linear-gradient(#010071, #010047 15%, #000000 45%);
  opacity: .78;
}

.intro-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0;
}

.about-intro .intro-content {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro-pic {
  width: 38%;
}

.intro-pic img {
  width: 100%;
  height: auto;
}

.intro-txt {
  width: 50%;
}

.intro-txt p {
  font-family: "Catamaran SB", sans-serif;
  color: #0C1038;
  font-size: 18px;
  margin: 0 0 30px 0;
}

.mid-about-vids {
  background: linear-gradient(#FFFFFF 0%, #FFFFFF 10%, #0C1038 10.01%, #0C1038 90%, #FFFFFF 90.01%);
}

.mid-about-vids .subbanner-vids {
  top: 0;
}

.mid-about-vids .sub-main-vid {
  height: auto;
}

.mid-about-vids .subvid {
  width: 48%;
}

.about-vids {
  margin: 120px 0 0 0;
}

.cntct-intro {
  font-family: "Catamaran SB", sans-serif;
  color: #0C1038;
  font-size: 20px;
}

.cntct-hdr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 45px 0;
}

.cntct-hdr-lft {
  width: 65%;
  max-width: 800px
}

.cntct-hdr-rt {
  width: 30%;
}

.cntct-svg {
  width: 630px;
  height: 60px;
}

.cntct-tel {
  text-decoration: none;
  font-family: "Catamaran B", sans-serif;
  font-size: 23px;
  color: #1E231E;
}

.soc-icos {
  width: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
}

.soc-ico.linkd img {
  width: 48px;
  height: 49px;
}

.soc-ico.ytb img {
  width: 55px;
  height: 39px;
}

.cntct-intro {
  width: 75%;
  margin:  25px 0 0 0;
}

.contact {
  margin:  270px 0 0;
}

.cntct-form {
  margin: 40px 0;
}

.cntct-form img {
  width: 100%;
  height: auto;
}

.smbt {
  font-family: "Catamaran XB", sans-serif;
  color: #FF9908;
  display: inline-block;
  border: 6px solid #FF9908;
  box-sizing: border-box;
  padding: 8px 30px;
  text-decoration: none;
  text-align: center;
  margin: 60px 0 40px 0;
}
.banner {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: 150px;
}

.sldr_szr{
  position: relative;
}
.wrap {
  margin: 150px 0 0;
}
.page-id-111 .wrap{
  margin: 0px;
}
footer{
  width: 100%;
  position: relative;
  bottom: 0px;
}
.stripe {
  width: 100%;
  height: auto;
}
.containy{
  position: relative;
}
.pinnedSlide{
  position: fixed;
  top: 156px;
}
.mid_hldr {
  overflow: hidden;
}
.mid_hldr_inner {
  position : absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hm_sldr_box {
  border: none;
}
.top_hldr {
  width:0px;
  border: 1px solid transparent;
  flex-grow: 6;
}
.mid_hldr {
  box-sizing: border-box;
  width:340px;
  height: 340px;
  border: 4px solid #fff;
  position: relative;
}
.btm_hldr {
  width:0px;
  border: 1px solid #fff;
  flex-grow: 3;
}
html {
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #FF0000;
}
.hmSections .mid_hldr {
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  width:0px;
}
.hmSections.active .mid_hldr {
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  width:340px;
}

#slide_0, #slide_1, #slide_2, #slide_3, #slide_4 {
  z-index: 2;
}
#slide_FINAL {
  /*  z-index: 3;*/
  background-color: #fff;
}

.hmSections.active {
  opacity:1 !important;
  -webkit-opacity: 1 !important;
  pointer-events: auto;
  visibility: visible;
  /*  position:fixed !important;*/
}
.hmSections {
  /* hidden by shank
  opacity:0;
  -webkit-opacity: 0;
  position:fixed !important;

  pointer-events: none;*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-main-vid img, .main-vid img {
  width: 100%;
  height: auto;
}
.hide-ui .flickity-page-dots {display:none;}

.spk-testm-vid img, .hmtst-vid img {
  width:100%;
}

.testimonials .popbox {
  padding: 38px 0 0;
}

.testimonials .testimonial-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  color: #1D1BEF;
  background: #FFF;
}
.testimonials .bold-ttl {
  font-size: 56px;
  color: #1D1BEF;
  text-transform: uppercase;
  font-family: "Catamaran Bl", sans-serif;
}

#introx {
  width:100%;
}
#introx .spk-testm-vid{
  max-width:1200px;
  margin: 0 auto;
  min-height: auto;
}
.pagination {
  width: 100%;
  margin:0 auto;
  clear:both;
  padding:20px 0;
  position:relative;
  font-size:11px;
  line-height:13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content:center;
}

.pagination span {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:4px 7px 3px 7px;
  border: 2px solid #fff;
  text-decoration:none;
  width:auto;
  color:#4d4d4d;
  background: #fff;
  font-weight:bold;
}

.pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:4px 7px 3px 7px;
  border: 2px solid #004080;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #004080;
  font-weight:bold;
}

.pagination a:hover{
  color:#004080;
  background: #fff;
}

.pagination .current{
  padding:4px 7px 3px 7px;
  background: #fff;
  color:#004080;
  border: 2px solid #004080;
}

#gform_wrapper_1 input[type=text], #gform_wrapper_1 textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #959595;
  font-size: 18px;
  background-image: none;
  border: 3px solid #1E231E;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0 0 20px 0;
}

#gform_wrapper_1 ul li.gfield {
  margin-top: 0;
}

#gform_wrapper_1 .gfield_label {
  display: none;
}

#gform_wrapper_1 input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
  border: 3px solid #FF9908;
  box-sizing: border-box;
  padding: 4px 12px;
  color: #FF9908;
  font-family: "Catamaran B", sans-serif;
  text-align: center;
}

#gform_wrapper_1 .gform_footer {
  text-align: center;
}
.flexa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.content-info {
  background: #0C1038;
  height:230px;
  width: 100%;
  margin: 50px 0 0;
  transition-property: background, background-color;
  transition-duration: 1s, 1s;
  box-sizing: border-box;
  border-top: 10px solid #FF9908;
}
.foot-flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

footer .menu-item a {
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
}

.ftr-sub {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  margin: 15px 0 0;
  display: inline-block;
}

#menu-footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
  max-width: 220px;
}
.rt-bx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28%;
}

.ft-txt01 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
}

.ico-hldr.fbx1 img {
  width:55px;
  height:auto;
}
.ico-hldr.fbx2 img {
  width:70px;
  height:auto;
}
.ftr-cta {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  border: solid 4px #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
.ftr-cta:hover {
  color: #1E231E;
  background-color: #FF9908;
  border: solid 4px #FF9908;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ftr-sub.ftr-mobile {
  display: none;
}

.foot-flx .lft-bx {
  width: 48%;
}

.foot-flx .cntr-bx {
  width: 18%;
  text-align: center;
}

.flickity-prev-next-button .arrow {
  fill: #0C1038;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
}

.flickity-prev-next-button.next {
  right: 3px;
}

.flickity-prev-next-button.previous {
  left: 3px;
}

.flickity-viewport {
  width:100%;
}
/* enable Flickity by default */
.hm-tsts-cont:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.heading-wrapper{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.flickity-resize .hm-tst {
  min-height: 100%;
}

.test-landing .cont-ttl {
  background: transparent;
}

.test-landing .bold-ttl {
  color: #0C1038;
  margin: 0 0 40px 0;
}

.testimonial-cont.test-landing {
  width: 100%;
}


/* 404 styles */
.content-inner.error404 {
  box-sizing: border-box;
  padding: 50px 0;
  text-align: center;
  min-height: 425px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-inner.search-page {
  box-sizing: border-box;
  padding: 50px 0;
  min-height: 425px;
}

.error404 h1 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  color: #0C1038;
  font-size: 40px;
  text-decoration: none;
  margin: 0 0 30px 0;
}
.search-page h1 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  color: #0C1038;
  font-size: 30px;
  margin: 0 0 30px 0;
  text-align: center;
}

.error404 .alert, .error404 .search-form .screen-reader-text, .search-page .search-form .screen-reader-text, .search-page .alert {
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  color: #0C1038;
  font-size: 18px;
  text-decoration: none;
}

.error404 .search-field, .search-page .search-field {
  width: 300px;
  border: 2px solid #514FF3;
}

.error404 .search-form, .search-page .search-form {
  margin: 40px 0 0 0;
}

.search-page .entry-title a {
  font-size: 20px;
  color: #514FF3;
  text-align: center;
  width: 100%;
  margin: 0 0 15px 0;
  font-family: "Catamaran Bl", sans-serif;
  text-decoration: none;
}

.search-page .entry-summary p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  color: #0C1038;
  font-size: 16px;
}

.search-page article {
  margin: 0 0 25px 0;
}
.nepperSignature {    position: absolute;
  z-index: 1;
  margin: auto 10% auto 34%;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
#svg1 {
  animation: pulseSelected 5s linear;
  transform-origin: center center;
  transform-box: fill-box;
  max-width: 60%;
  height: 60%;
  margin: 0 auto;
  display: block;
}

/* ------------------  Feature Culumns Row  ------------------ */

/* ------------------  CTA Row  ------------------ */

/* ------------------  Body with Callout Row  ------------------ */

/* ------------------  Social Feed Row  ------------------ */

/* ------------------  Tabbed Accordion Row  ------------------ */

/* ------------------  Image Gallery Row  ------------------ */

/* ------------------  Tiered Image Row  ------------------ */

/* ------------------  Slider Row  ------------------ */

/* ------------------  Search and Filter List Row  ------------------ */

/* ------------------  Parallax Row  ------------------ */

/* ------------------  List Archive Row  ------------------ */

/* ------------------  Thumbnail Archive Row  ------------------ */

/* ------------------  Location List Row  ------------------ */

/* ------------------  Form Row  ------------------ */

/* ##################  Footer Stuff ################## */

/* ##################  Unique Page-By-Page Stuff ################## */
@media screen and (min-width: 2000px) {
  .nepperPortrait img{
    height: calc(100% - 400px);
    max-height: none;
    width: auto;
    position: absolute;
    bottom: 0px;

    -webkit-transition: bottom 2s; /* Safari */
    transition: bottom 2s;
  }
}
@media screen and (max-width: 1250px) {
  .containx, .content-inner {
    width: 90%;
  }

  .logo-hldr img {
    width: 180px;
    height: 56px;
  }

  .nav-primary {
    width: 58%;
  }

  .name-banner {
    min-height: 300px;
  }

  .name-banner img {
    width: 50%;
  }

  .hmtst-vid .play-holder {
    background-size: 60px 60px, 100%;
  }

  .hmtst-vid {
    height: auto;
  }

  .cntct-svg {
    width: 100%;
    max-width: 615px;
  }

  .ico-hldr.fbx2 img {
    width: 45px;
  }

  .ico-hldr.fbx1 img {
    width: 45px;
    height: auto;
  }

  .rt-bx {
    width: 24%;
  }

  .cont-ttl {
    height: 100px;
  }

  .bold-ttl {
    font-size: 42px;
  }

  .spk-banner {
    height: 400px;
  }

  .spkbanner-txt h3 {
    font-size: 30px;
  }

  .spk-cta {
    width: 50%;
    max-width: 520px;
  }
}

/* Middle Size Media Queries */
@media screen and (max-width: 1020px) {
  .menu_dsk {
    display: none;
  }
  .menu_mob {
    display: block;
  }

  .cntct-hdr-lft {
    width:100%;
    order: 0;
    margin: 0 0 20px 0;
  }

  .cntct-hdr-rt {
    display: none;
  }

  .contact .soc-icos {
    order: 2;
  }

  .cntct-intro {
    order: 1;
    width: 65%;
    margin: 0;
  }

  .spking-featuretxt1 .spkftr-lft, .spking-featuretxt2 .spkftr-lft {
    width: 100%;
    max-width: 1020px;
  }

  .spking-featuretxt1 .spkftr-rt, .spking-featuretxt2 .spkftr-rt {
    width: 88%;
    position: relative;
    top: 50px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .right-pics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nepperPortrait img{
    max-height: 400px;
  }
  .ftr-rt-pic {
    width: 48%;
  }

  .spking-featuretxt2 .ftr-rt-pic {
    width: 30%;
  }

  .spking-featuretxt1 .mn-points-inner, .spking-featuretxt2 .mn-points-inner {
    width: 100%;
  }

  .avail-cta {
    margin: 30px 0 40px 0;
  }

  .spking-featuretxt2 .avail-cta {
    margin: 60px 0 40px 0;
  }

  .bold-ttl {
    font-size: 40px;
  }

  .cont-ttl {
    height: 85px;
  }

  .hmtst-txt {
    height: auto;
    min-height: 420px;
  }

  .spking-featuretxt1 {
    margin: 40px 0 80px 0;
  }

  .spking-subbanner {
    padding: 50px 0;
  }

  .spk-lft-hdr {
    padding: 18px 0;
  }

  .main-vid img {
    width: 100%;
  }

  .foot-flx .lft-bx {
    width: 42%;
  }

  footer .menu-item a {
    font-size: 16px;
  }

  .foot-flx .cntr-bx {
    width: 24%;
  }

  #menu-footer-menu {
    width: 94%;
  }

  .ftr-cta {
    font-size: 14px;
  }

  .ft-txt01 {
    font-size: 16px;
  }

}

@media screen and (max-width: 960px) {
  #menu-footer-menu {
    width: 100%;
  }

  .rt-bx {
    width: 28%;
  }

  .hmtst-personttl {
    font-size: 16px;
  }
}

@media screen and ( min-width: 801px ) {
  /* disable Flickity for large devices */
  .hm-tsts-cont:after {
    content: '';
  }
}

/* ##################  Tablet Stuff ################## */
@media only screen and (max-width: 800px) {
  /* #########  Overall Stuff ######### */
  body {
    text-rendering: optimizeSpeed;
  }

  .containx, .content-inner {
    width: 90%;
  }

  .name-banner {
    min-height: 160px;
  }

  .name-banner img {
    width: 50%;
    max-width: 400px;
  }

  .sub-main-vid, .hmtst-vid {
    height: auto;
  }

  .subvid {
    width: 48%;
  }

  .subbanner-vids {
    top: 50px;
  }

  .sub-main-vid .play-holder {
    background-size: 60px 60px, 100%;
  }

  .sponsor-carousel {
    margin: 100px 0 40px 0;
  }

  .subvid-ttl {
    padding: 15px;
  }

  .bold-ttl {
    font-size: 32px;
  }

  .cont-ttl {
    height: 75px;
  }

  .btm-quote {
    font-size: 18px;
  }

  .top-block-div {
    height: 95px;
  }

  .hm-tst {
    width: 48%;
  }

  .tst-more {
    font-size: 20px;
  }

  .spk-banner {
    height: 280px;
    border-bottom: 10px solid #514FF3;
  }

  .spkbanner-txt h3 {
    font-size: 24px;
  }

  .spk-cta {
    width: 60%;
  }

  .spk-btn {
    font-size: 18px;
  }

  .spkimg-img {
    width: 48%;
  }

  .about-intro .intro-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-intro .intro-txt {
    width: 100%;
  }

  .about-intro .intro-content {
    margin: 30px 0;
  }

  .about-intro .intro-pic {
    margin: 0 0 40px 0;
  }

  .spk-testm-vid {
    min-height: auto;
  }

  .hm-tst {
    width: 47%;
    max-width: 800px;
    margin: 0 3%;
    background-color: #FFFFFF;
  }

  .np-quote {
    position: relative;
    top: 20px;
    display: block;
    margin: 0 auto;
  }

  .flickity-prev-next-button.previous {
    left: -30px;
  }
  .flickity-prev-next-button.next {
    right: -30px;
  }


  .spk-testm-vid .play-holder {
    background-size: 80px 80px, 100%;
  }

  .test-landing .hm-tst {
    margin: 0 0 30px 0;
  }

  .test-landing .bold-ttl {
    font-size: 40px;
  }

  .ftr-sub.ftr-mobile {
    display: block;
  }

  .ftr-sub.ftr-dsk {
    display: none;
  }

  .foot-flx {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px 0;
  }

  .foot-flx .lft-bx, .foot-flx .cntr-bx, .foot-flx .rt-bx {
    margin: 0 0 25px 0;
  }

  .content-info {
    height: auto;
  }

  .banner-subtxt {
    font-size: 20px;
  }

  .spk-lft-hdr h3 {
    font-size: 30px;
  }

  .home-testimonials {
    background-color: #BCCADC;
  }

  /* #########  Header / Nav Stuff ######### */
  /* #########  Individual Block Stuff ######### */
  /* ----  Parallax Row ---- */

  /* ----  Body Row  ---- */

  /* ----  Feature Culumns Row  ---- */

  /* ----  CTA Row  ---- */

  /* ----  Body with Callout Row  ---- */

  /* ----  Social Feed Row  ---- */

  /* ----  Tabbed Accordion Row  ---- */

  /* ----  Image Gallery Row  ---- */

  /* ----  Tiered Image Row  ---- */

  /* ----  Slider Row  ---- */

  /* ----  Search and Filter List Row  ---- */

  /* ----  Parallax Row  ---- */

  /* ----  List Archive Row  ---- */

  /* ----  Thumbnail Archive Row  ---- */

  /* ----  Location List Row  ---- */

  /* ----  Form Row  ---- */
  /* #########  Page-By-Page Stuff ######### */
  /* #########  Footer Stuff ######### */
}

/* ##################  Phone Stuff ################## */
@media only screen and (max-width: 767px)  {
	article.post a {
    	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.txt_blogx h2 {
    font-size: 24px;
	}
	.ftritm-img {
    width: 420px;
}
	.ftr-img {
	max-width: 100%;
}
.txt_blogx {
	max-width: 100%;
}
	.h2_bx_wht {
		font-size: 28px;
	}
	.spkbanner-txt br {
		display: none;
	}
  .main-vid-about {
    min-height: 350px;
  }
  .mid_hldr {
    box-sizing: border-box;
    width: 300px;
    max-width: 300px;
    height: 300px;
    border: 4px solid #fff;
    position: relative;
    margin-top: 50px;
  }
  .nepperPortrait img {
    height: auto;
    width: 50%;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transition: bottom 2s;
    transition: bottom 2s;
  }

  #slide_0 {
    height: 400px;
    position: relative;
  }
  .imglogjc {
    opacity: 0;
  }

  .play-holder {
    background-size: 60px 60px, 100%;
  }
  .nepperName {
    top: 50%;
    transform: translateY(-20%);
  }
  .name-banner {
    min-height: 115px;
  }

  .name-banner img {
    width: 70%;
    max-width: 300px;
  }

  .logo-hldr img {
    width: 150px;
    height: 48px;
  }

  .header-mn {
    height: 119px;
  }

  .topVid {
    margin: 0 0 15px 0;
  }

  .wrap {
    margin: 119px 0 0 0;
  }

  .subbanner-vids {
    top: 35px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subbanner-vids .subvid {
    width: 100%;
  }

  .sub-main-vid {
    height: auto;
    margin: 0 0 25px 0;
  }

  .subvid .subvid-ttl {
    padding: 15px 0;
  }

  .spnsr-hldr {
    width: 48%;
  }

  .bold-ttl {
    font-size: 26px;
  }

  .testimonial-cont .cont-ttl {
    height: 65px;
  }

  .tst-more {
    font-size: 14px;
  }

  .top-block-div {
    height: 90px;
  }

  .spkbanner-txt, .spk-banner {
    height: unset;
    min-height: 150px;
  }

  .spk-banner {
    border-bottom: none;
  }

  .spkbanner-txt h3 {
    width: 70%;
    font-size: 18px;
    margin: 35px auto 10px;
    text-align: center;
  }

  .speaking-banner .cont-ttl {
    height: 75px;
  }

  .spk-cta {
    width: 80%;
    max-width: 350px;
  }

  .spk-btn {
    font-size: 14px;
    margin: 20px 0;
    padding: 8px 12px;
  }

  .btm-quote {
    font-size: 14px;
  }

  .spkimg-img {
    width: 48%;
    height: 120px;
  }

  .hm-tst {
    width: 100%;
  }

  .hm-tsts-cont {
    padding: 30px 0 0 0;
  }

  .testimonial-cont {
    width: 80%;
  }

  .hmtst-btm.mobile {
    display: block;
    background: linear-gradient(45deg, #084ECC, #1D1BEF);
    color: #FFFFFF;
    margin: 0 0 15px 0;
  }

  .hmtst-btm.desk {
    display: none;
  }

  .hmtst-quote {
    font-size: 15px;
    line-height: 20px;
    width: 90%;
    box-sizing: border-box;
    padding: 30px 0;
  }

  .hmtst-name {
    font-size: 18px;
  }

  .hmtst-personttl {
    font-size: 16px;
    margin: 0;
  }

  .contact .inner-cont {
    width: 80%;
  }

  #gform_wrapper_1 .ginput_container.gf_name_has_2 span, #gform_wrapper_1 .gfield {
    width: 100%;
  }

  #gform_wrapper_1 input[type=text], #gform_wrapper_1 textarea  {
    font-size: 12px;
  }

  #gform_wrapper_1 input[type=submit] {
    width: auto;
    font-size: 14px;
  }

  #gform_wrapper_1 .gform_footer {
    padding: 0;;
    margin: 0;
  }

  .soc-ico {
    margin: 0 10px;
  }

  .cntct-intro {
    width: 80%;
    margin: 0 0 20px 0;
    font-size: 14px;
    text-align: center;
  }

  .cntct-tel {
    font-size: 18px;
    margin: 0 0 25px 0;
  }

  .cntct-hdr {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0;
  }

  .cntct-form {
    margin: 0 0 20px 0;
  }

  .soc-icos {
    margin: 0;
    width: auto;
  }

  .cntct-hdr-rt {
    text-align: center;
    width: 38%;
  }
  .cntct-svg {
    max-width: 350px;
  }
  .cntct-hdr-lft {
    text-align: center;
  }

  .soc-ico.ytb img {
    width: 35px;
    height: 25px;
  }

  .soc-ico.linkd img {
    width: 30px;
    height: 31px;
  }

  .banner-subtxt {
    font-size: 18px;
  }

  .spk-lft-hdr h3 {
    font-size: 26px;
  }

  .spking-featuretxt1 .mn-points-inner, .spking-featuretxt2 .mn-points-inner {
    padding: 25px;
    font-size: 16px;
  }

  .mn-points ul li {
    margin: 18px 0;
  }

  .right-pics {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ftr-rt-pic, .spking-featuretxt2 .ftr-rt-pic {
    width: 100%;
  }

  .spking-featuretxt1 {
    margin: 40px 0;
  }

  .ftr-jimg {
    display: none;
  }

  .spk-tstms {
    background-color: #BCCADC;
  }

  .testimonial-cont .hmtst-txt {
    height: auto;
    min-height: auto;
  }

  .hm-tst {
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .hm-tsts-cont {
    /* padding: 15px; */
    box-sizing: border-box;
  }

  .spk-testm-vid .play-holder {
    background-size: 60px 60px, 100%;
  }

  .categoryRow .containx {
    width: 100%;
  }

  .test-landing .hm-tst {
    width: 85%;
    margin: 0 auto 30px;
  }

  .test-landing .bold-ttl {
    font-size: 28px;
  }

  .test-landing .spk-testm-vid {
    width: 90%;
    margin: 0 auto 40px;
  }

  .foot-flx .lft-bx {
    width: 80%;
  }

  .foot-flx .cntr-bx {
    width: 50%;
  }

  .foot-flx .rt-bx {
    width: 60%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rt-bx .ico-hldr {
    margin: 0 12px;
  }

  .ft-txt01 {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 18px;
  }

  .ftr-sub.ftr-mobile {
    width: 70%;
    text-align: center;
  }

  #menu-footer-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .error404 .search-field {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    border: 2px solid #514FF3;
  }

  .error404 h1 {
    font-size: 34px;
    margin: 0 0 20px 0;
  }

  .about-vids {
    margin: 40px 0 0 0;
  }

  .banner {
    height: 118px;
  }

  .subvid-ttl {
    font-size: 16px
  }

  .content-info {
    margin: 0;
  }

  .home .spkimg-gallery {
    margin: 20px 0;
  }

  .main-vid img {
    width: 100%;
  }

  .contact {
    margin:  170px 0 0;
  }

  .cntct-hdr-lft {
    margin: 0;
  }
	div.pp_pic_holder {
		width: 100% !important;
	}
	div.ppt {
		margin: 0 !important;
		width: 100% !important;
	}
	.pp_content_container .pp_left{padding-left:0 !important;}
	.pp_content_container .pp_right{padding-right:0 !important;}
	.pp_details {
		padding-left: 0 !important; 
		padding-right: 0 !important; 
		background-color: #0C1038 !important;
	}
}
