@import "//static.abeka.com/Shared/FontAwesome/fontawesome-pro-5.13.0/css/all.min.css";
@import "//static.abeka.com/Shared/FontAwesome/fontawesome-pro-5.13.0/css/v4-shims.min.css";

@font-face {
  font-family: SharpSans;
  src: url(/includes/fonts/SharpSansNo1/SharpSansNo1-Medium.woff);
}

@font-face {
  font-family: SharpSans;
  src: url(/includes/fonts/SharpSansNo1/SharpSansNo1-MediumItalic.woff);
  font-style: italic;
}

@font-face {
  font-family: SharpSans;
  src: url(/includes/fonts/SharpSansNo1/SharpSansNo1-Bold.woff);
  font-weight: bold;
}

@font-face {
  font-family: SharpSans;
  src: url(/includes/fonts/SharpSansNo1/SharpSansNo1-BoldItalic.woff);
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: HelveticaNeue;
  src: url(/includes/fonts/HelveticaNeueLTMedium.woff);
}

@font-face {
  font-family: "abeka-icon";
  src: url(/includes/fonts/abeka-icon.woff);
}

@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?-q0lwa2');
  src: url('/fonts/icomoon.eot?#iefix-q0lwa2') format('embedded-opentype'), url('/fonts/icomoon.woff?-q0lwa2') format('woff'), url('/fonts/icomoon.ttf?-q0lwa2') format('truetype'), url('/fonts/icomoon.svg?-q0lwa2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*========================================================
                    Main layout styles
=========================================================*/


/*========================================================
                    For Device Sizes
                    body.isDesktop > 767px
                    body.isTablet <= 767px
                    body.isMobile <= 480px
                    body.isNotDevice < 320px
=========================================================*/

body {
  overflow-x: hidden;
  font: normal 14px/20px 'SharpSans', sans-serif !important;
  color: #545454;
  background-color: #fff;
}

:focus {
  outline: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-control:-moz-placeholder {
  color: #bbb;
}

.form-control::-moz-placeholder {
  color: #bbb;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
}

a,
.a {
  font: inherit;
  color: inherit;
  font-weight: 300;
  text-decoration: underline;
  transition: all 0.25s ease;
  display: inline-block;
}

a,
.a:hover {
  cursor: pointer !important;
}

a:hover {
  color: #4bc1eb;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

p a {
  display: inline;
}

#OtherWebsiteHeader {
  font: inherit;
  font-size: 15px;
  color: #95a5a6;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px transparent solid;
  display: inline-block;
}

#OtherWebsiteHeader:hover {
  text-decoration: none;
  color: #7f8c8d;
  border-color: #7f8c8d;
  cursor: pointer;
}

.floatNone {
  float: none !important;
}

* {
  -webkit-text-size-adjust: none;
}

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

h1 {
  font: normal 46px/48px 'SharpSans', sans-serif;
  font-style: italic;
  color: #fff;
}

h2 {
  font: normal 43px/51px 'SharpSans', sans-serif;
  font-style: italic;
  margin-bottom: 15px;
  color: #93328e;
}

h3 {
  font: normal 34px/40px 'SharpSans', sans-serif;
  font-style: italic;
  margin-bottom: 4px;
  color: #93328e;
}

@media (max-width:767px) {
  h2 {
    font: normal 39px/47px 'SharpSans', sans-serif;
    font-style: italic;
    margin-bottom: 15px;
    color: #93328e;
  }

  h3 {
    font: normal 30px/36px 'SharpSans', sans-serif;
    font-style: italic;
    margin-bottom: 4px;
    color: #93328e;
  }
}

h4, .h4 {
  font: normal 27px/32px 'SharpSans', sans-serif;
  font-style: italic;
  margin-bottom: 4px;
}

h5, .h5 {
  font: normal 22px/26px 'SharpSans', sans-serif;
  font-style: italic;
  margin-bottom: 4px;
}

h6 {
  font: normal 18px/22px 'SharpSans', sans-serif;
  margin-bottom: 4px;
}

p,
ul,
ol {
  color: #545454 !important;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

li {
  margin-bottom: 15px;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  z-index: -1000 !important;
}

.seoOnly {
  opacity: 0;
  position: fixed;
  top: -1000px;
  left: -1000px;
}

@media(max-width:980px) {

  .hideOnMobile,
  .mobileHidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1000 !important;
  }
}

@media(min-width:980px) {
  .hideOnDesktop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1000 !important;
  }
}

/*List Styles*/
.NumbersLists ol li {
  margin-left: 15px;
}

.listStyle {
  list-style: none;
}

  .listStyle li:before {
    margin-left: -23px;
    margin-right: 10px;
    color: #f5ae3c;
    content: "•";
    font-size: 36px;
    line-height: 20px;
    vertical-align: sub;
  }

.listStyle>li {
  margin-bottom: 5px;
}

.intro li {
  font-size: 18px;
  line-height: 24px;
}

.circle-num {
  font-size: 15px;
  padding-top: 2px;
  margin-left: -21px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #93328E;
  float: left;
}

.circle-num-header {
  margin-left: 20px;
  margin-top: 0px;
  line-height: 20px;
}
.circle-num-lg {
	font-size: 35px;
	line-height: 48px;
	margin-left: 3px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
  background-color: #93328E;
  float: left;
}
.circle-num-lg-header {
	margin-left: 60px;
    font-size: 18px;
	line-height: 20px;
}

#fc-legend label {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.fc-draggable {
  transition: none 0s ease 0s;
}

.OtherSitesFooter {
  margin-top: 30px;
}

.noteSmall {
  font-size: 13px;
  margin-left: 0;
}

.noBullet:before {
  display: none;
}

@media (max-width: 979px) {
  .stellar-block p {
    line-height: 20px !important;
  }
}

.bg_2 p {
  font: normal 15px/20px 'SharpSans', sans-serif !important;
  color: #92278f !important;
  text-align: center;
}

.caption p,
.captionB p {
  color: #000 !important;
}

.wrapper3 p {
  color: #333;
}

.wrapper3 {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.wrapper3 h4 {
  color: #188782;
  font: 300 26px/32px 'Roboto', sans-serif;
  padding-bottom: 40px;
}

.wrapper3 h1 {
  color: #a70e26;
  font: 500 54px/53px 'Roboto', sans-serif;
  padding-bottom: 20px;
  text-align: center;
}

.wrapper3 table {
  color: #333;
}

.another_color {
  position: relative;
  padding-bottom: 12px;
}

.another_color:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #282827;
}

a[data-gal] {
  display: block;
  position: relative;
}

a[data-gal] img {
  display: block;
}

a[data-gal] .overlay {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

a[data-gal] .hover {
  height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 45%;
  transition: 0.5s;
  display: none;
}

a[data-gal]:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

a[data-gal]:hover .hover {
  display: block;
  top: 50%;
  margin-top: -15px !important;
}

LoginButton {
  background: #8fbf4d !important;
  color: #ffffff !important;
  border: none !important;
  padding: 8px 15px;
}

.btn_2 {
  color: #ffffff;
  border-radius: 3px;
  letter-spacing: 0px;
  padding: 9px 34px 9px 33px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  cursor: pointer;
}

.btn_2:hover {
  text-decoration: none;
  background: #a70e26 !important;
  color: #ffffff;
  font-weight: 400 !important;
  font-size: 18px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #afafa7;
}

.HomeArrow {
  width: 45px;
  Height: 40px;
  float: right;
  margin-top: 0px;
}

.caption:hover .HomeArrow {
  width: 45px;
  height: 40px;
  float: right;
  margin-top: 0px;
}

.ExtraCurrArrow {
  width: 80px;
  Height: 20px;
  float: right;
  margin-top: -5px;
  color: #a70e26;
  text-decoration: none;
  font: 900 14px/21px 'Roboto', sans-serif;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 10px 26px 10px 0px;
  background-position: right;
}

.ExtraCurrArrow:hover {
  background-image: url(/Images/Icons/CircleArrowTeal32x28.png);
  width: 80px;
  height: 20px;
  float: right;
  margin-top: -5px;
  text-decoration: none;
  color: #188782;
  font: 900 14px/21px 'Roboto', sans-serif;
}

.extraMenuSection {
  text-align: center;
}

#Menu .MobileArrow {
  padding-bottom: 10px;
  overflow: hidden;
}

.SportsArrow {
  width: 200px;
  height: 30px;
  margin-top: -5px;
  color: #A70E26;
  text-decoration: none;
  font: 900 14px/21px "Roboto", sans-serif;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 10px 39px 10px 0px;
  background-position: right center;
}

.SportsArrow:hover {
  background-image: url(/Images/Icons/CircleArrowTeal32x28.png);
  width: 200px;
  height: 30px;
  margin-top: -5px;
  color: #188782;
  text-decoration: none;
  font: 900 14px/21px "Roboto", sans-serif;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 10px 39px 10px 0px;
  background-position: right center;
}

.heading_6 text_7 color_5 a:hover {
  color: #188782;
  text-decoration: none;
}

.FooterAdGrad {
  width: 330px;
  height: 75px;
  float: right;
  margin-top: 5px;
  color: #188782;
  font: 400 26px/30px 'Roboto', sans-serif;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 15px 0px 0px 80px;
  background-position: left;
  text-align: left;
}

.FooterAdYearbook {
  background-image: url(/Images/Icons/YearbookIconsTeal.png);
  width: 330px;
  height: 75px;
  float: right;
  margin-top: 5px;
  color: #188782;
  font: 400 26px/30px 'Roboto', sans-serif;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 15px 0px 0px 80px;
  background-position: left;
  text-align: left;
}

.FooterAdYearbook:hover {
  background-image: url(/Images/Icons/YearbookIconsRed.png);
  color: #A70E26;
  text-decoration: none;
  opacity: 1.0;
}

.FooterAdGrad:hover {
  color: #A70E26;
  text-decoration: none;
  opacity: 1.0;
}

.searchResults h3 {
  color: #188782;
}

tr {
  color: #333;
}

#Div1 {
  color: #333;
}
.shadow {
  box-shadow: 0px 3px 8px rgba(0,0,0,0.35);
}
/*========================================================
                     Form styles
=========================================================*/

.formButton {
  padding: 9px 34px 29px 33px !important;
  border-radius: 3px !important;
  background: #188782 !important;
  border: none;
  font: 400 16px/18px 'Roboto', sans-serif;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 400 !important;
  font-size: 18px !important;
  cursor: pointer;
  text-align: center !important;
}

.formButton:hover {
  background: #a70e26 !important;
}

.search-form-wrapper {
  margin: 17px 65px 0px 0;
  display: inline-block;
  position: relative;
  padding: 0;
}

input:focus {
  outline: none;
}

#searchBarContainer .grid_12 {
  position: relative;
}

#header {
  margin-top: -1px;
}

#header .free-shipping-banner {
  position: relative;
  z-index: 10;
}

.owl-carousel-container {
  min-height: 23px;
}

#ab-sticky-header {
  position: relative;
  z-index: 9999999;
}

#contentHeroWrapper {
  position: relative;
  z-index: 10;
}

/*========================================================
                     Search styles
=========================================================*/

#searchHelp {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 21px;
  margin-right: -30px;
  font-size: 25px;
  line-height: 40px;
  color: #999999;
}

#searchForm {
  width: 100%;
  position: fixed;
  z-index: 11;
  padding: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity .25s ease-in, visibility .25s step-end, left 400ms ease;
  opacity: 0;
  visibility: hidden;
}

.searchBox {
  width: 100%;
  max-width: 460px;
  padding: 17px 0 18px;
  margin: 0 auto;
  position: relative;
}

#searchForm.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease-in;
  z-index: 100000;
}

.searchBox input,
.searchPageBox input {
  border-radius: 0 !important;
  height: 25px !important;
  padding: 0 0 0 10px !important;
}

.searchBox .searchicon {
  margin: 0px 0 0 -13px !important;
  background-size: contain;
  width: 27px !important;
  height: 27px !important;
}

#Menu:not(.searchOpen) .meganizr>li.mzr-drop:hover>a:after,
.meganizr>li.mzr-drop .searchButton:after {
  bottom: -34.25px;
  right: 44px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  /*   pointer-events: none;*/
  border-bottom-color: rgba(0, 0, 0, .7);
  border-width: 0px;
  transition: all .25s ease-in;
}

.searchButton.open:after {
  border-width: 15px;
}

@media only screen and (max-width: 1200px) {
  .searchButton:after {
    bottom: -12px;
    right: 23px;
  }

  .searchBox.open {
    top: 110px;
  }
}

@media only screen and (max-width: 980px) {
  .searchButton:after {
    right: 11px;
  }
}

#btnSearchMobile:before {
  color: #ccc;
  margin-top: 30px;
}

input#txtSearch,
input#txtSearchPage {
  width: 100%;
  max-width: 325px;
  margin-right: -5px;
  height: 45px !important;
  vertical-align: top;
  padding: 10px !important;
}

input#txtSearch {
  background-color: transparent;
  color: #FFF !important;
  border: 2px solid #fff;
}

input#txtSearch::-webkit-input-placeholder {
  color: #FFF;
  opacity: .65;
}

input#txtSearch:-moz-placeholder {
  /* older Firefox*/
  color: #FFF;
  opacity: .65;
}

input#txtSearch::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: .65;
}

input#txtSearch:-ms-input-placeholder {
  color: #FFF;
  opacity: .65;
}

#btnSearch {
  background: #92278f;
  border: 2px solid #fff;
  height: 45px !important;
  width: 135px !important;
  padding: 0px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue', 'HelveticaNeue', Arial, sans-serif;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: -2px;
  vertical-align: top;
}

#btnSearch .searchIcon {
  display: none;
}

@media (max-width: 979px) {
  .searchBox {
    width: 100%;
    max-width: 325px;
    padding: 10px 0;
  }

  input#txtSearch {
    padding-right: 40px !important;
  }

  #btnSearch {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    width: 45px !important;
    border-color: transparent;
    background-color: transparent;
    padding-left: 7px !important;
  }

  #btnSearch .text {
    display: none;
  }

  #btnSearch .searchIcon {
    display: block;
  }

  #btnSearch .searchIcon::before {
    background-color: #fff;
    width: 13px;
  }

  #btnSearch .searchIcon::after {
    border-color: #fff;
    background-color: transparent;
  }

  #searchHelp {
    margin-top: 12px;
  }
}

@media (max-width: 430px) {
  .searchBox {
    padding: 10px 40px 10px 10px;
  }

  #btnSearch {
    margin-right: 50px;
  }

  #searchHelp {
    margin-right: 5px;
  }
}

@media (max-width: 350px) {
  .searchBox {
    padding: 10px 60px 10px 10px;
  }

  #btnSearch {
    margin-right: 70px;
  }

  #searchHelp {
    margin-right: 32px;
  }
}

/*========================================================
               Search autocomplete styles
=========================================================*/
.swiftype-widget .autocomplete {
  background-color: #FFFFFF;
  border: 2px solid #d8d8d8;
  border-top: 0 none;
  margin: 0;
  padding: 0;
  top: 62px !important;
  left: 0 !important;
}

.swiftype-widget ol,
.swiftype-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.swiftype-widget .autocomplete li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.swiftype-widget .autocomplete p {
  margin: 0;
  padding: 3px 10px;
}

.swiftype-widget .autocomplete li:nth-child(odd) {
  background-color: #fff;
}

.swiftype-widget .autocomplete li:nth-child(even) {
  background-color: #fafafa;
}

.swiftype-widget .autocomplete li.active {
  background-color: #f0f0f0;
}

.swiftype-widget .autocompleteHeader {
  background: #d8d9da;
  line-height: 2em;
  font-weight: bold;
}

.swiftype-widget .resultsLength {
  position: absolute;
  right: 1rem;
  font-weight: 400;
}

/*.swiftype-widget p .title {
  padding: 3px 0px;
}*/

textarea {
  padding: 5px;
  color: #555;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.fa-chevron-circle-right {
  width: 25px;
  padding-left: 10px;
}

.ImageLeft {
  float: left;
}

.TextRight {
  float: left;
  width: 260px;
}

.blocks .block {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #d4d2d2;
  padding: 10px 30px 32px;
  box-sizing: border-box;
  min-height: 385px;
  margin-bottom: 50px;
}

.bold {
  font-weight: 400;
}

/*=====Hovers=====*/

a.color_6:hover {
  text-decoration: none;
  color: #188782;
}

.scheduleLink {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #A70E26;
}

.scheduleLink:hover {
  font-weight: 400;
  color: #188782;
}

/*============  Backgrounds  =============*/

.bg_1 {
  background: #f5f5f2;
}

.bg_2 {
  background: #188782 !important;
  border: none;
}

.bg_2Slider {
  background: #188782 !important;
  border-top: solid 5px #FFF;
  border-bottom: solid 5px #FFF;
}

.bg_2a {
  background: #92278f !important;
}

.bg_3 {
  background: #453f38;
}

.bg_4 {
  background: #afafa7;
}

.bg_5 {
  background: #ffffff;
}

.bg_6 {
  background: #ffdaab;
}

/*============  Floats  =============*/

[class^='put-left'] {
  float: left;
}

[class^='put-right'] {
  float: right;
}

/*========================================================
                    HEADER styles
=========================================================*/

/*====Cart====*/
.shopping_cart.cartLink a:link,
/* PCC */
.shopping_cart.cartLink a:visited,
.main a:not(.btn):not(.homeschool-callout):not(.christianschool-callout):not(.newTitle):link,
.main a:not(.btn):not(.homeschool-callout):not(.christianschool-callout):not(.newTitle):visited {
  color: #2f9fad;
  text-decoration: none;
}

.shopping_cart.cartLink a:hover,
/* PCC */
.main a:not(.btn):not(.homeschool-callout):not(.christianschool-callout):not(.newTitle):not(.freeshipping):hover {
  color: #7b0930;
  text-decoration: underline;
}

.TopLeftLinks .cartLink, #MobileLogo .cartLink {
  -moz-user-select: none;
  background-image: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 3px 12px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
}

#header {
  padding-top: 0px;
  padding-bottom: 0;
}

#header img {
  width: 250px;
  padding-top: 0px;
}

.logo {
  width: 20%;
  margin: auto;
  padding: 18px 0 10px 0;
  float: left;
}

a.searchButton {
  float: right;
  margin-top: 28px;
}

.searchicon {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-top: 3px;
  margin-left: -9px;
}

.searchicon:hover {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
}

div#Menu {
  width: 100%;
  margin-top: 4px;
}

.Login-profile-img {
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -42px;
  top: -7px;
}

.ProfilePicture {
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
  margin-right: 2px;
  margin-left: -5px;
}

.row.menuRow {
  margin-top: -64px;
}

ul.mzr-content.mzr-full-width {
  top: -999px;
  width: 100%;
  box-shadow: none;
  border: none;
  transition: top 0s step-start .3s, opacity .3s ease, visibility 0s ease .3s !important;
  background-color: #545454;
}

.mzr-drop:hover ul.mzr-content.mzr-full-width {
  top: 120px;
  transition: top 0s step-start, opacity .3s ease !important;
  padding: 5px 0 0 0;
}

.menuContainer {
  margin: auto !important;
}

#Menu .meganizr>li {
  position: static;
}

#Menu .col-md-3 li,
#Menu .col-sm-3 li {
  margin-bottom: 7px;
  margin-left: 20px;
}

.menuContainer .col-md-3,
.menuContainer .col-sm-3 {
  padding: 0px 20px;
  margin: 15px 0;
  min-height: 200px;
  border-left: 1px solid #7d7d7d;
}

#Menu .meganizr>li>ul li>ul li {
  position: static;
}

#Menu .meganizr>li>ul>ul {
  position: absolute;
  opacity: 1;
  display: block !important;
  visibility: visible;
  box-shadow: none;
  border: none;
  top: -8px;
  left: 192px;
  min-height: 125px;
  background-color: #d1d1d1 !important;
  padding: 8px 20px 5px 20px !important;
}

a.MobileArrow.mainMenu.hasSubList {
  cursor: default !important;
}

h2 span.LinkwImage i {
  margin-right: 5px;
}

div.iconList li {
  display: block !important;
}

img.LargeMenuImg {
  width: 100px !important;
  float: left;
  margin: 20px 20px 20px 0 !important;
  border-radius: 100px;
  padding-top: 0 !important;
}

div.largeImgList li {
  width: 32%;
  margin: 0 10px 10px 0 !important;
}

div.largeImgList li h3 a span,
h3.GroupTitlelink.SubListHeader a span {
  font-size: 22px !important;
  margin-bottom: 5px !important;
}

div.largeImgList li p {
  font-size: 15px;
  color: #eaeaea !important;
  padding-left: 0;
}

div.leftList {
  display: inline-block;
  height: 100%;
}

div.rightList {
  display: inline-block;
  padding-left: 40px !important;
  border-left: 1px solid #eaeaea;
}

div.leftList li,
div.rightList li {
  display: block !important;
}

.mzr-content h2 a {
  color: #555 !important;
  font-size: 15pt !important;
  padding-bottom: 0px !important;
}

#Menu ul li a.mainMenu {
  z-index: 5999;
}

/* insert a " " , set position of the space to 120px below the bottom of its nearest ancestor, transition all properties*/
#Menu ul li a.mainMenu:before {
  bottom: -120px;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  border-bottom-color: #ADADAD;
  border-width: 114px;
  transition: all 1s ease-in;
  transition: all 0.2s ease-out;
  opacity: 0;
}

#Menu.searchOpen ul li a.mainMenu:before {
  display: none;
}

#Menu ul li ul li a.mainMenu {
  padding-bottom: 5px !important;
  position: relative;
}

#Menu ul li ul li:hover a.mainMenu:before {
  border-bottom-color: #7d7d7d;
  right: -92px;
  bottom: -103px;
}

.menuContainer li h2.hasSubList {
  margin-left: 20px;
}

h2.hasSubList:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-style: normal;
  position: absolute;
  margin-left: -20px;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

ul li ul li:hover h2.hasSubList:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#Menu ul li a.mainMenu.homeschool:before {
  right: -47px;
}

#Menu ul li a.mainMenu.school:before {
  right: -21px;
}

#Menu ul li a.mainMenu.shop:before {
  right: -68px;
}

#Menu ul li a.mainMenu.contact:before {
  right: -43px;
  border-bottom-color: #FFF;
}

#Menu ul li a.mainMenu.about:before {
  right: -53px;
}

#Menu ul li a.mainMenu.blog:before {
  right: -68px;
}

#Menu ul li.mzr-drop:hover a.mainMenu:before {
  border-width: 114px;
  opacity: 1.0;
  transition: all 0.25s ease;
}

.meganizr>li>a.searchButton {
  font-style: normal;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .meganizr>li>a {
  font-size: 17px !important;
  padding: 2px 24px 11px 28px!important;
}
}

@media (max-width: 1200px) {
  .meganizr>li>a {
    padding: 0px 16px 0px 22px !important;
  }

  #Menu ul li a.mainMenu:before {
    right: -20px;
  }

  .mzr-drop:hover ul.mzr-content.mzr-full-width {
    top: 115px;
  }

  #Menu ul li a.mainMenu.academy:before {
    right: -29px;
  }

  #Menu ul li a.mainMenu.connect:before {
    right: -39px;
  }

  #Menu ul li a.mainMenu.help:before {
    right: -63px;
  }

  #header img {
    margin-top: 17px !important;
    min-width: 100px !important;
    margin-right: -20px !important;
  }

  #header img.OrderPortal-logo {
    margin-right: 0px !important;
  }
}

@media (max-width: 980px) {
  .logo {
    margin: 0px 20px 0 0;
  }

  .meganizr>li>a {
    font-size: 22px !important;
    padding: 0px 13px 16px 13px !important;
  }

  #Menu ul li a.mainMenu:before {
    right: -39px;
  }

  #Menu ul li a.mainMenu.academy:before {
    right: -48px;
  }

  #Menu ul li a.mainMenu.help:before {
    right: -77px;
  }

  ul.smallIconList {
    top: 111px !important;
    margin-left: -10px !important;
  }

  .mzr-drop:hover ul.mzr-content.mzr-full-width {
    top: 111px;
  }

  #Menu ul li a.mainMenu.connect:before {
    right: -55px;
  }

  #header img {
    margin-top: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 516px) {
}

@media (max-width: 430px) {
}

@media (max-width: 380px) {
}

/* Search Icon */

.searchIcon {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 0;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchIcon::before,
.searchIcon::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.searchIcon::before {
  height: 4.5px;
  left: 0px;
  background: #525252;
  border-radius: 2.85714px;
}

.searchIcon::after {
  right: 0px;
  background: #fff;
  border-radius: 66%;
  width: 18.00012px;
  height: 18.00012px;
  border: 3px solid #525252;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.searchButton.open .searchIcon {
  width: 22px;
  height: 22px;
}

.searchButton.open .searchIcon::before,
.searchButton.open .searchIcon::after {
  border-radius: 2.85714px;
  background: #eaeaea;
}

#MainMeganizr>li#searchButtonLi .open {
  margin-top: 90px;
  transition: all .03s ease !important; /* This was marked 'transform'; the property wanted was probably 'transition', since 'transform: all' won't work. */
}

.searchButton.open .searchIcon::after {
  height: 4px;
  width: 100%;
  top: 0;
  right: 3px;
  border: 0;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}

.searchButton.open .searchIcon::before {
  left: -3px;
}


.ui-widget {
  font-family: inherit;
}

.fa-arrow-right:before {
  padding-left: 5px;
}

.nowrapping {
  white-space: nowrap;
}

a.continueArrow {
  height: 0px;
  width: 0px;
  display: block;
  margin: auto;
  margin-bottom: 23px;
  padding-right: 50px;
}

.continueArrow:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Pro";
  font-size: 48px;
  display: block;
  width: 55px;
  border-radius: 37px;
  margin: auto;
  text-align: center;
  z-index: 1000;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: visible;
  height: 45px;
  padding-top: 18px;
}

a.continueArrow.tanArrow:after {
  background-color: #ffdaab;
}

a.continueArrow:hover:after {
  color: rgba(255, 255, 255, .8);
  transition: all 0.3s ease;
}

a.continueArrow:hover {
  text-decoration: none;
}

@media (max-width: 1041px) {
}


@media (max-width: 479px) {
  #header .dark-circle {
    margin: 0 0 20px 0;
  }

  #header .container {
    width: 100%;
    padding: 0px 5px;
  }

  #footer .row {
    width: 100%;
    text-align: center;
  }

  h1 {
    font: normal 27px/38px 'SharpSans', sans-serif;
  }
}

.footer_faccs a img:hover {
  opacity: 0.7;
}

/* Closed Header Message */
.OfficeClosed p {
  color: #000000 !important;
  background-color: #f5ae3c !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  padding: 5px;
}

/*========================================================
               Menu Hover Delay Styles
=========================================================*/
.mzr-fade>li>ul {
  transition: all 0.3s ease !important;
}

.mzr-fade .mzr-drop:hover .mzr-content {
  transition-delay: .55s !important;
}

#Menu ul li.mzr-drop:hover a.mainMenu:before {
  transition-delay: .65s !important;
  transition: all 0.35s ease;
}

/* Main menu styles
========================================================*/

.FieldRepName {
  float: left;
  width: auto;
  padding-top: 10px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .FieldRepName {
    padding-left: 40px;
  }
}

.TopRightLinks {
  width: auto;
  float: right;
}

.dropdown.AccountGreeting {
  display: inline-block;
  font-size: 14px;
  min-width: 200px;
  text-align: center;
}

.dropdown.AccountGreeting > a, .dropdown.AccountGreeting div.OrderPortal > a  {
  text-decoration: none;
  font: 14px/37px "SharpSans", sans-serif;
  color: #fff;
}

.dropdown.AccountGreeting>a:before {
  bottom: -90px;
  right: 0px;
  border: solid transparent;
  content: " ";
  height: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  border-bottom-color: #ddd;
  border-width: 100px;
  opacity: 0;
}

.dropdown.AccountGreeting.open>a:before {
  opacity: 1.0;
}

.dropdown.AccountGreeting>span.openCloseArrow {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  color: #FFF;
  position: relative;
  top: -2px;
  transition: 200ms ease-in-out;
}

.dropdown.AccountGreeting.open>span.openCloseArrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: static;
}

.dropdown-menu {
  /*Remove unneccessary bootstrap styles*/
  border-radius: 0;
  box-shadow: none;
  border: none;
  float: none;
  /*New styles*/
  background-color: #ddd;
  top: 35px;
  left: 0;
  width: 200px;
  padding: 10px;
  text-align: center;
  z-index: 9999;
  display: none;
}

.dropdown-menu>li {
  margin: 0;
}

.dropdown-menu>li>a {
  text-decoration: none;
  padding-bottom: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: transparent;
  color: #92278f;
}

.TopLeftLinks {
  width: auto;
  float: right;
  color: #fff;
  margin-top: 4px;
  font-size: 11px;
}

.loginContainer .TopLeftLinks .shopping_cart a {
  color: #ffffff;
}

.backToAbeka {
  display: inline-block;
  font: 14px/37px "SharpSans", sans-serif;
  color: #FFF;
  height: 37px;
  text-decoration: none;
}

.backToAbeka:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  text-decoration: none;
}

.backToAbeka span {
  border-bottom: 1px solid;
}

.sf-menu {
  float: none;
}

.sf-menu>li {
  float: left;
  position: relative;
  padding: 14px 14px 5px;
}

.sf-menu>li>a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font: normal 14px/31px 'Roboto', sans-serif;
  transition: 0.3s all ease;
}

.sf-menu>li>a:hover {
  text-decoration: none;
  color: #188782;
  transition: 0.3s all ease;
  border-top: solid 3px;
}

.sf-menu>li.current>a {
  color: #188782;
  border-top: solid 3px;
}

.sf-menu>li.sfHover>a {
  color: #188782;
  border-top: solid 3px;
}

.sf-menu a {
  transition: 0.3s all ease;
}

.sf-menu a:hover {
  transition: 0.3s all ease;
}

.nav-container {
  width: 883px;
  margin: 0 auto;
  text-align: center;
}

.mzr-drop .shop>span {
  padding-left:0px !important;
}
/* First level sub-menu styles
========================================================*/

.sf-menu ul {
  text-align: center;
  position: absolute;
  top: 55px;
  left: -40px;
  background: #188782;
  padding: 10px 0px 0px 0px;
  z-index: 70;
  width: 175px;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.sf-menu ul li {
  font: normal 15px/38px 'Arial', sans-serif;
  position: relative;
  display: block;
}

.sf-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.sf-menu ul li:hover {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #126662;
}

.sf-menu ul li ul li:hover {
  background-color: #740E26;
}

.sf-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.sf-menu ul li .sf-with-ul:before {
  content: "";
}

.sf-menu ul li.sfHover>a {
  color: #db4304;
  background: #740E26;
}

/* Second level sub-menu styles
========================================================*/

.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 171px;
  padding: 15px 5px;
  z-index: 4;
  background: #fff;
}

.sf-menu ul ul li a {
  color: #424242;
}

@media only screen and (max-width: 1199px) {
  .sf-menu>li {
    padding: 14px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .select-menu {
    display: block;
    width: 100%;
  }

  .nav-container {
    width: auto;
  }
}

/* Stuck menu styles
========================================================*/

.isStuck {
  background-color: #ffdaab;
  padding: 30px 0 0 0;
  border-bottom: 5px solid #188782;
  z-index: 999;
}

.isStuck .sf-menu ul {
  top: 56px;
}

.isStuck .sf-menu ul ul {
  top: -10px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/* Other menu styles
========================================================*/
.newmenuitem:after {
  margin-left: 5px;
  margin-right: 5px;
  color: #f5ae3c;
  content: "•";
  font-size: 36px;
  line-height: 5px;
  vertical-align: sub;
}

ul.mzr-content.mzr-full-width,
ul.smallIconList {
  background-color: white !important;
  border-top: 20px solid #ADADAD;
}

.menuContainer .col-md-3,
.menuContainer .col-sm-3 {
  border-left: 2px solid #929292;
}

h2.GroupTitlelink .LinkwImage {
  font-style: normal !important;
  color: #4a4a4a;
  margin-left: .5rem;
}

h2.GroupTitlelink:hover a span {
  font-style: normal;
  color: #a8a9ac;
  margin-left: .5rem;
  display: inline-block;
  transition: color 0.2s ease;
}

h2.GroupTitlelink .LinkwImage i {
  opacity: 0.5;
}

/* Hover state bounce */
.mzr-content a:hover {
  margin-left: 2px;
  margin-right: -2px;
  transition: all 0.3s ease;
}

.mzr-content a {
  transition: all 0.3s ease;
}

/*Spacing*/
.mzr-content h2 {
  line-height: 22px !important;
}

#Menu .col-md-3 li,
#Menu .col-sm-3 li {
  margin-bottom: 0px;
}

.menuContainer .col-md-3 ul,
.menuContainer .col-sm-3 ul {
  margin-bottom: -10px;
}

.menuContainer .col-md-3,
.menuContainer .col-sm-3 {
  margin-bottom: 25px
}

ul.smallIconList {
  padding: 10px 20px 5px 20px
    /*!important*/
  ;
}

#Menu .col-md-3 li,
#Menu .col-sm-3 li {
  margin-top: 7px !important;
  margin-left: 10px !important;
}

.menuImgLeft {
  width: 200px;
  height: 100px;
  display: inline-block;
  background-color: #ccc;
  margin-right: 5px !important;
}

.menuImgLeftLg {
  width: 380px;
  height: 200px;
  display: inline-block;
  background-color: #ccc;
  margin-right: 20px !important;
}

#header .menuImgLeftLg img {
  width: 380px;
}

.article.menuContainer {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px !important;
}

@media (min-width: 980px) and (max-width: 1200px) {
  #Menu .article.iconList.custom-width {
    width: 170px;
  }

  .mzr-content h3 {
    line-height: 24px;
    margin-bottom: 5px;
  }
}

.article.menuContainer p {
  padding-left: 0;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 10px;
}

.article.menuContainer a {
  color: inherit !important;
}

.articleLink:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}

.articleLink span {
  border-bottom: 0px solid;
}

#Menu .mzr-content li:first-child .article.iconList {
  border-left: none;
}

/* comment for test */
.menu-border {
  border-left: 1px solid #ADADAD;
}

.article.noBorder {
  border: none;
}

.menuContainer .submenu {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.submenu .submenuImage {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  border-radius: 99%;
  display: inline-block;
  margin-bottom: 10px;
}

.submenu h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.submenuContent {
  display: inline-block;
  width: 190px;
  margin-left: 10px !important;
}

.submenu ul li a {
  color: #777 !important;
}

.menuContainer .articleColumn {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
}

@media(min-width:981px) {
  .articlecontainer {
    float: left !important;
    margin-right: 5px !important;
  }
}



@media only screen and (max-width:980px) {

  .menuImgLeft,
  .submenu .submenuImage {
    display: none;
  }

  .desktop-only {
    display: none;
  }
}

/*Mobile Menu styles*/

@media only screen and (max-width:767px) {
  li.mzr-drop {
    margin-bottom: 0;
  }

  .mobileHidden {
    display: none !important;
  }

  .article.iconList {
    border-left: none;
    width: 100%;
    margin: 0 0 0 20px !important;
    padding-right: 30px;
  }

  .mobile-menu .GroupTitlelink a {
    padding: 0;
    font-size: 16px !important;
  }

  .LinkwImage i {
    min-width: 20px;
    vertical-align: middle;
  }

  .menuContainer .articleColumn {
    display: block;
    margin: 0;
  }

  .articleColumn h3 {
    color: #fff;
    margin-left: -20px;
    padding-left: 30px;
    border-bottom: 2px solid #7d7d7d;
  }

  .articleColumn ul {
    margin: 0 0 40px -20px;
    background-color: inherit !important;
  }

  .article.menuContainer a {
    color: #545454 !important;
    text-decoration: none;
    line-height: 20px;
    margin-top: 15px;
    font-size: 18px;
  }
}

/* Outage Notification styles
========================================================*/

div#OutageNotifications {
  position: relative;
  padding: 10px 45px;
  text-align: center;
  background-color: #EF4662 !important;
  color: #fff !important;
  display: block;
  margin-bottom: 15px;
}

#OutageNotifications p {
  margin-bottom: 0px;
  color: #fff !important;
}

#OutageNotifications a.closeButton {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 5px;
}

/*========================================================
                   SlideshowPro styles
=========================================================*/


/********  for slidshow **********/

.ssp-mobile-poster-content {
  font-size: 30px;
}

.ssp-mobile-poster-label {
  display: none;
}

.ssp-mobile-poster-title {
  display: none;
}

.ssp-mobile-poster-description {
  display: none;
}

.ssp-mobile-poster-button {
  display: none;
}

.SlideshowDisplay object {
  width: 100%;
}

/******** end for slidshow **********/

.PictureBoxFloatLeftNoBio {
  margin: 6px 7px 1px 0;
}

.wrapper2 {
  margin-bottom: 60px;
}

/*========================================================
                    CONTENT styles
=========================================================*/

#content {
  overflow: hidden;
  background: transparent;
  /*====Camera_caption====*/
  /*====Buttons====*/
  /*====WRAPPERS====*/
  /*====HEADERS======*/
  /*=====BOXES======*/
  /*====Date-box====*/
  /*====BLOG BOX====*/
  /*====Carousel====*/
  /*====Map-box====*/
}

#content>.container>.row>.main-content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

#content .bg-img {
  width: 100%;
  height: auto;
}

#content .bg_2 {
  z-index: -1;
}

#content .bg_2 h3.withd:before {
  background-color: #fff;
}

#content .bg_4 h3.withd:before {
  background-color: #453f38;
}

#content .camera_caption .heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
}

#content .camera_caption a {
  margin: auto;
  display: block;
  width: 130px;
}

.SlideshowDisplay div h2,
.SlideshowDisplay div p {
  display: none;
}

.SlideshowDisplay div:before {
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(219, 203, 171, 0.6);
  padding: 10px;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  content: "Click image to view gallery";
}

@media (max-width: 767px) {
  #content .camera_caption .heading:before {
    left: 0;
  }

  .SlideshowDisplay object {
    height: 400px;
  }

  .SlideshowDisplay div {
    width: 100% !important;
    height: 200px !important;
  }
}

@media (max-width: 479px) {
  #content .camera_caption .heading:before {
    width: 100%;
  }

  .SlideshowDisplay object {
    height: 200px;
  }

  .SlideshowDisplay div {
    height: 125px !important;
    height: 125px !important;
  }

  .FooterAdGrad {
    width: 170px;
    height: 75px;
    float: right;
    margin-top: 0px;
    color: #188782;
    font: 400 20px/25px 'Roboto', sans-serif;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding: 2px 0px 10px 80px;
    background-position: left;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .FooterAdYearbook {
    background-image: url(/Images/Icons/YearbookIconsTeal.png);
    width: 170px;
    height: 75px;
    float: right;
    margin-top: 0px;
    color: #188782;
    font: 400 20px/25px 'Roboto', sans-serif;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding: 2px 0px 20px 80px;
    background-position: left;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 10px;
  }

  .FooterAdYearbook:hover {
    color: #A70E26;
    text-decoration: none;
    opacity: 1.0;
  }

  .FooterAdGrad:hover {
    color: #A70E26;
    text-decoration: none;
    opacity: 1.0;
  }
}

#content .btn_3 {
  font: 900 14px/21px 'Roboto', sans-serif;
}

#content .btn_4 {
  border-radius: 3px;
  padding: 18px 44px;
}

#content .btn_4:hover {
  text-decoration: none;
  color: #000;
}

#content .btn_5 {
  font: 700 16px/18px 'Roboto', sans-serif;
}

#content .btn_5:hover {
  text-decoration: none;
  color: #afafa7;
}

#content .btn_wrap {
  margin: 24px 0 0;
}

#content .btn_wrap2 {
  margin-top: 23px;
}

#content .btn_wrap2 a:hover {
  text-decoration: none;
  color: #534e47;
}

#content .wrapper1 {
  position: relative;
  margin-bottom: 50px;
}

#content .wrapper2 {
  margin-top: 40px;
  margin-bottom: 80px;
}

#content .wrapper3 {
  margin: 53px 0 57px;
}

#content .wrapper4 {
  margin: 80px 0 125px;
}

#content .wrapper5 {
  margin: 61px 0 41px;
}

#content .wrapper6 {
  margin: 75px 0 57px;
}

#content .wrapper7 {
  margin: 62px 0 64px;
}

#content .wrapper8 {
  margin: 67px 0 30px;
}

#content .wrapper9 {
  margin: 67px 0 23px;
}

#content .wrapper10 {
  margin: 62px 0 24px;
}

#content .wrapper11 {
  margin: 67px 0 82px;
}

#content .wrapper12 {
  margin: 90px 0 67px;
}

#content .wrapper13 {
  margin: 67px 0 41px;
}

#content .wrapper14 {
  margin: 67px 0 62px;
}

#content .heading_1 {
  margin-bottom: 23px;
}

#content .heading_2 {
  margin-bottom: 16px;
}

#content .heading_3 {
  margin-bottom: 11px;
  padding-top: 10px;
}

#content .heading_3 .margint {
  margin-top: -1px;
}

#content .heading_4 {
  margin-bottom: 29px;
}

#content .heading_5 {
  margin-bottom: 26px;
}

#content .heading_6 {
  margin-bottom: 5px;
  float: left;
}

#content .heading_7 {
  margin-bottom: 11px;
}

#content .heading_8 {
  margin-bottom: 6px;
}

#content .heading_9 {
  margin-bottom: 20px;
}

#content .heading_10 {
  margin-bottom: 22px;
}

#content .box {
  margin-top: 35px;
  text-align: center;
}

#content .box p {
  padding: 0 100px;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  #content .box p {
    padding: 0;
  }
}

#content .box2 {
  margin-bottom: 63px;
}

#content .box2 .dark-circle {
  position: relative;
  margin-top: -12px;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background-color: #453f38;
}

#content .box2 .dark-circle:before {
  content: '';
  position: absolute;
  display: block;
}

#content .box2 .dc_1:before {
  width: 71px;
  height: 57px;
  left: 9px;
  bottom: 11px;
}

#content .box2 .dc_2:before {
  width: 67px;
  height: 69px;
  left: 14px;
  bottom: 9px;
}

#content .box2 .dc_3:before {
  width: 71px;
  height: 80px;
  left: 10px;
  bottom: 12px;
}

#content .box2 .dc_4:before {
  width: 84px;
  height: 63px;
  left: 0;
  bottom: 16px;
}

#content .box2 .dc_5:before {
  width: 49px;
  height: 85px;
  left: 19px;
  bottom: 14px;
}

#content .box2 .dc_6:before {
  width: 40px;
  height: 95px;
  left: 25px;
  bottom: 15px;
}

#content .box2 .caption {
  margin: 12px 0 0 101px;
  padding-right: 20px;
}

#content .box2 .caption .heading_2 {
  text-transform: uppercase;
}

#content .box2 .caption p {
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 .caption .heading_2 {
    font-size: 22px;
    line-height: 21px;
  }
}

#content .box3 {
  text-align: center;
}

#content .box3 img {
  margin-bottom: 17px;
}

#content .box3 p {
  font: normal 32px/42px 'SharpSans', sans-serif;
}

#content .box3a p {
  font: normal 32px/42px 'SharpSans', sans-serif;
}

#content .box3a {
  text-align: center;
}

#content .box3a img {
  margin-bottom: 17px;
}

#content .box4 {
  position: relative;
  margin-bottom: 70px;
}

#content .box4 img {
  width: 100%;
}

#content .box4 .caption {
  position: relative;
  padding: 20px 29px 60px 29px;
  background: #fff;
}

#content .box4 .captionB {
  position: relative;
  padding: 30px 29px 20px 29px;
  background: #fff;
}

#content .box4 .caption h6 {
  font: 400 24px/27px 'Roboto', sans-serif;
}

.HomeSectionLinks {
  font: 400 24px/27px 'Roboto', sans-serif;
  text-decoration: none;
}

.HomeSectionLinks:hover {
  font: 400 24px/27px 'Roboto', sans-serif;
  color: #188782;
  text-decoration: none;
}

#content .box4 .caption p {
  margin-bottom: 19px;
}

#content .box4:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -33px;
  right: -52px;
  z-index: 0;
}

#content .box5 p {
  margin-bottom: 18px;
}

#content .box6 img {
  margin-top: 5px;
}

.parentPortalBox {
  position: relative;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  #content .box6 .put-right {
    float: none;
    text-align: center;
  }

  #content .box6 img {
    margin-bottom: 15px;
  }
}

#content .box7 {
  margin-bottom: 32px;
}

#content .box7 img {
  margin: 3px 0 24px;
}

#content .box7 .caption {
  padding-right: 5px;
  min-height: 80px;
  padding-left: 5px;
}

#content .box7 .caption p {
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  #content .box7 .first {
    width: 100%;
  }
}

#content .box8 {
  margin-bottom: 52px;
}

#content .box8 img {
  margin-top: 3px;
  margin-right: 20px;
}

#content .box8 .caption {
  margin-left: 275px;
}

#content .box8 .caption .heading {
  font: 300 13px/20px 'Roboto', sans-serif;
  margin-bottom: 12px;
}

#content .box8 .caption .heading h6 {
  text-transform: uppercase;
}

#content .box8 .caption p {
  margin-bottom: 18px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  #content .box8 .caption {
    margin-left: 240px;
  }
}

@media only screen and (max-width: 979px) {
  #content .box8 img {
    float: none;
    margin-bottom: 10px;
  }

  #content .box8 .caption {
    margin-left: 0;
  }

  #content .box4 .caption {
    padding: 20px 15px 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  #content .box8 {
    text-align: center;
  }

  #content .box8 .caption {
    text-align: left;
  }
}

#content .historybox img {
  margin-top: 3px;
}

#content .historybox .caption {
  margin-left: 210px;
}

#content .historybox .caption .heading {
  font: 300 13px/20px 'Roboto', sans-serif;
  margin-bottom: 12px;
}

#content .historybox .caption .heading h6 {
  text-transform: uppercase;
}

@media (min-width: 980px) and (max-width: 1199px) {
  #content .historybox .caption {
    margin-left: 210px;
  }
}

@media only screen and (max-width: 979px) {
  #content .historybox img {
    float: none;
    margin-bottom: 10px;
  }

  #content .historybox .caption {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #content .historybox {
    text-align: center;
  }

  #content .historybox .caption {
    text-align: left;
  }
}

#content .date-box {
  position: relative;
  margin-bottom: 38px;
}

#content .date-box .meta {
  text-align: center;
  position: absolute;
  left: -1px;
  top: 3px;
  font: 300 26px/24px 'Roboto', sans-serif;
}

#content .date-box .caption {
  margin-left: 92px;
  padding-right: 5px;
}

#content .date-box .caption p {
  margin-bottom: 9px;
}

#content address {
  text-transform: uppercase;
  margin-bottom: 18px;
}

#content dd,
#content dt {
  display: inline-block;
  padding-right: 3px;
}

#content .mail a {
  text-decoration: underline;
}

#content .mail a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #content .mail {
    margin-bottom: 40px;
  }
}

#content .form-wrapper {
  margin-top: 3px;
}

#content .blog-box {
  position: relative;
  margin-bottom: 55px;
}

#content .blog-box .meta {
  padding-bottom: 33px;
  position: absolute;
  top: -4px;
  left: -1px;
}

#content .blog-box .meta .number {
  margin-left: 5px;
  font: normal 45px/48px 'Roboto', sans-serif;
}

#content .blog-box .meta .month {
  font: normal 13px/16px 'Roboto', sans-serif;
}

#content .blog-box .meta:after {
  content: '\f030';
  position: absolute;
  bottom: 0;
  left: 16px;
  font-size: 25px;
  font-family: "Font Awesome 5 Pro";
  color: #02a377;
}

#content .blog-box img {
  margin: 3px 0 0 70px;
}

#content .blog-box .caption {
  margin-left: 435px;
}

#content .blog-box .caption .info {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 6px;
}

#content .blog-box .caption .info span {
  position: relative;
  padding-right: 9px;
  margin-right: 28px;
}

#content .blog-box .caption .info span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #282827;
}

#content .blog-box .caption .info span.sq {
  padding-right: 14px;
  margin-right: 23px;
}

#content .blog-box .caption .info:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #282827;
}

#content .blog-box .caption .heading {
  margin: 7px 0 11px;
  font: 300 18px/22px 'Roboto', sans-serif;
  text-transform: uppercase;
}

#content .blog-box .caption p {
  margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  #content .blog-box img {
    max-width: 35%;
  }

  #content .blog-box .caption {
    margin-left: 352px;
  }
}

@media (max-width: 767px) {
  #content .blog-box img {
    float: none;
    margin-bottom: 10px;
  }

  #content .blog-box .caption {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #content .blog-box .caption .info span {
    margin-right: 15px;
  }

  #content .blog-box .caption .info span.sq {
    padding-right: 14px;
  }
}

@media (max-width: 479px) {
  #content .blog-box img {
    max-width: 74%;
  }

  #content .blog-box .caption .info {
    font-size: 11px;
  }

  #content .blog-box .caption .info .last-child {
    margin-right: 0;
  }

  #content .blog-box .caption .info span {
    margin-right: 10px;
  }

  #content .blog-box .caption .info span:after {
    top: 7px;
  }

  #content .blog-box .caption .info span.sq {
    margin-right: 19px;
  }
}

#content .carousel-navigation {
  font-size: 36px;
  line-height: 30px;
}

#content .carousel-navigation .first {
  margin-right: -6px;
}

#content .carousel-navigation a:hover {
  color: #595959;
  text-decoration: none;
}

#content .owl-carousel1 {
  width: auto;
  margin: 26px -15px 0;
}

#content .owl-carousel1 .item {
  position: relative;
  padding: 0 15px 10px;
}

#content .owl-carousel1 .item .caption {
  position: relative;
  padding: 28px 28px 25px;
  background: #fff;
}

#content .owl-carousel1 .item .caption h6 {
  margin-bottom: 6px;
}

#content .owl-carousel1 .item .caption a {
  position: absolute;
  top: 33px;
  right: 26px;
  font-size: 29px;
  line-height: 34px;
}

#content .owl-carousel1 .item .caption a:hover {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #content .owl-carousel1 .item .caption a {
    right: 3px;
    top: 38px;
  }
}

#content .owl-carousel1 .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -21px;
  right: -36px;
  z-index: 0;
}

#content .owl-carousel2 {
  width: auto;
  margin: 0 -15px;
}

#content .owl-carousel2 .item {
  position: relative;
  padding: 0 15px 10px;
}

#content .owl-carousel2 .item .caption {
  position: relative;
  padding: 22px 28px;
  background: #fff;
}

#content .owl-carousel2 .item .caption h6 {
  font: 300 18px/21px 'Roboto', sans-serif;
}

#content .owl-carousel2 .item .caption p {
  margin-bottom: 21px;
}

#content .owl-carousel2 .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 218px;
  height: 130px;
  bottom: -21px;
  right: -36px;
  z-index: 0;
}

.link-list {
  margin: 15px 50px 15px;
}

.link-list li {
  display: inline-block;
  margin: 0 33px;
}

.link-list li.first {
  margin-left: 0;
}

.link-list li.last {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .link-list li {
    margin: 0 17px;
  }

  .searchButton:before {
    margin-top: 20px;
  }

  .container.stellar-block:before {
    left: -510px !important;
  }

  .container.stellar-block:after {
    right: -510px !important;
  }
}

@media only screen and (max-width: 979px) {
  .link-list {
    margin: 26px 20px 28px;
  }

  .link-list li {
    margin: 0 8px;
  }

  .searchButton:before {
    margin-top: 30px;
    color: darkgrey;
  }

  .mobile-search-form-wrapper {
    background: transparent;
  }

  .TopRightLinks {
    margin: 0px;
  }

  #txtSearchMobile {
    width: 100%;
    height: 41px !important;
    padding: 10px;
  }

  .container.stellar-block:before {
    left: -410px !important;
  }

  .container.stellar-block:after {
    right: -410px !important;
  }
}

@media only screen and (max-width: 767px) {
  .link-list {
    margin: 26px 5px 28px;
    text-align: center;
  }

  .link-list li {
    margin-bottom: 10px;
  }

  .container.stellar-block:before {
    left: -250px !important;
  }

  .container.stellar-block:after {
    right: -250px !important;
  }

  .stellar-block {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 479px) {
  .link-list li {
    display: block;
  }

  .container.stellar-block:before {
    left: -190px !important;
  }

  .container.stellar-block:after {
    right: -190px !important;
  }
}

.link-list2 {
  margin-top: 3px;
}

.link-list2 li {
  position: relative;
  padding-left: 20px;
  font: normal 14px/28px 'SharpSans', sans-serif;
}

.link-list2 li:before {
  content: '\f0a9';
  position: absolute;
  left: 1px;
  top: 2px;
  color: #02a377;
  font-family: "Font Awesome 5 Pro";
}

.listPhoto1 {
  max-width: 350px;
  width: 100%;
  margin: 0px 10px;
  height: auto;
  float: right;
  display: block !important;
}

@media(max-width:767px) {
  .listPhoto1 {
    float: none;
    padding-right: 20px;
  }
}

@media(max-width:550px) {
  .listPhoto1 {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .link-list2 li {
    font-size: 12px;
  }
}

#content .link-list {
  margin: 15px 50px 15px;
}

#content .link-list li {
  display: inline-block;
  margin: 0 33px;
}

#content .link-list li.first {
  margin-left: 0;
}

#content .link-list li.last {
  margin-right: 0;
}

#content .link-list li a:hover {
  opacity: .5;
}

@media only screen and (max-width: 1199px) {
  #content .link-list li {
    margin: 0 17px;
  }
}

@media only screen and (max-width: 979px) {
  #content .link-list {
    margin: 26px 20px 28px;
  }

  #content .link-list li {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  #content .link-list {
    margin: 26px 5px 28px;
    text-align: center;
  }

  #content .link-list li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  #content .link-list li {
    display: block;
  }
}

#content .link-list2 {
  margin-top: 3px;
}

#content .link-list2 li {
  position: relative;
  padding-left: 20px;
  font: normal 14px/28px 'SharpSans', sans-serif;
}

#content .link-list2 li:before {
  content: '\f0a9';
  position: absolute;
  left: 1px;
  top: 2px;
  color: #02a377;
  font-family: "Font Awesome 5 Pro";
}

@media (min-width: 768px) and (max-width: 1199px) {
  #content .link-list2 li {
    font-size: 12px;
  }
}

#content .map {
  width: 100%;
  height: 400px;
}

#content .map2 {
  width: 100%;
  height: 530px;
}

@media only screen and (max-width: 767px) {
  #content .map2 {
    height: 400px;
  }
}

@media only screen and (max-width: 479px) {
  #content .map2 {
    height: 250px;
  }
}

#content .policy-box {
  margin-bottom: 41px;
}

#content .policy-box .heading {
  margin-bottom: 12px;
  font: 300 14px/20px 'Roboto', sans-serif;
  text-transform: uppercase;
}

#content .policy-link {
  font: 900 14px/21px 'Roboto', sans-serif;
  margin-top: -2px;
}

/*========================================================
                    FOOTER styles
=========================================================*/

#footer {
  margin: -50px 0 50px 0;
}

@media only screen and (max-width: 979px) {
}

@media only screen and (max-width: 767px) {
}

@media (max-width: 479px) {
}

/*========================================================
                    Widget styles
=========================================================*/


/* UItoTop styles
========================================================*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  left: 30px;
  overflow: hidden;
  border: none;
  font-size: 28px;
  z-index: 20;
  color: #92278f;
  transition: color 0.5s ease;
}

#toTop:hover {
  opacity: .38;
}

@media only screen and (max-width: 768px) {
  #toTop {
    display: none !important;
  }
}

/* Styles to create negative shape angle thing
========================================================*/

.sectionAngleDown {
  margin-top: 80px;
}

/*IE Fix*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sectionAngleDown {
    margin-top: 80.5px;
  }
}

.sectionAngleDown:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 50%;
  height: 45px;
  margin-top: -125px;
  background-color: #fff;
  -webkit-transform: skew(60deg);
  -ms-transform: skew(60deg);
  transform: skew(60deg);
  z-index: 9;
}

.sectionAngleDown:after {
  content: "";
  position: absolute;
  right: -40px;
  width: 50%;
  height: 45px;
  margin-top: -125px;
  background-color: #fff;
  -webkit-transform: skew(-60deg);
  -ms-transform: skew(-60deg);
  transform: skew(-60deg);
  z-index: 9;
}

/*****Use this class if section in page grid needs this shape*****/

.sectionAngleDownGrid:before {
  content: "";
  position: absolute;
  left: -53%;
  width: 100%;
  margin-top: 15px;
  height: 45px;
  background-color: #FFF;
  -webkit-transform: skew(60deg);
  -ms-transform: skew(60deg);
  transform: skew(60deg);
}

.sectionAngleDownGrid:after {
  content: "";
  position: absolute;
  right: -53%;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  background-color: #FFF;
  -webkit-transform: skew(-60deg);
  -ms-transform: skew(-60deg);
  transform: skew(-60deg);
}

/* Stellar(parallaxBG) styles
========================================================*/

.stellar-section {
  overflow: hidden;
}

.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}

.stellar-section .first {
  background-image: url(/Images/HeaderBackgrounds/HeaderBackground1.jpg);
  background-color: #333;
  background-position: center 0%;
  background-size: cover;
}

/*Core variables and mixins*/

.rotate {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotateback {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*========================================================
                    Timeline styles
=========================================================*/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: -70px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.historybottom {
  margin-bottom: 50px !important;
}

.sb-toggle-left {
  display: none;
}

@media (max-width: 1200px) {
  .timeline>li>.timeline-panel {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 980px) {
  .sb-toggle-left {
    display: block;
  }

  #header .menuLogo img {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .mobile-menu {
    display: block !important;
  }

  .search-form-wrapper {
    position: absolute;
    top: -10px;
    right: 10px;
  }

  .search-form-wrapper #txtSearch,
  .search-form-wrapper #btnSearch {
    display: none !important;
  }

  #mobile-search {
    display: block !important;
  }
}

@media (max-width: 380px) {
  .logo a img {
    width: 135px !important;
    margin-top: 1px;
    margin-left: 29px;
  }

  .search-form-wrapper {
    top: -15px;
    right: 7px;
  }

  .notLoggedIn .LoginButton {
    margin-top: 10px;
  }
}

/*========================================================
                     styles
=========================================================*/
.caps {
  text-transform: uppercase !important;
}

.caption h3 {
  text-align: center;
}

.RBL td {
  width: 10px !important;
  display: inline-block;
  padding: 8px;
  margin: 10px;
  position: relative;
}

.RBL td span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #ffffff;
  text-align: center;
  z-index: 999;
}

.RBL td span input {
  margin-top: -40px;
  z-index: 9999;
}

.RBL td span#rdbBlue {
  background: #4098DF;
}

.RBL td span#rdbRed {
  background: #c52d58;
}

.RBL td span#rdbOrange {
  background: #e4b414;
}

.story .story-read-more {
	cursor: pointer;
}

.story.open .story-read-more {
	display: none;
}

.story .hidden-content {
	display: none;
}

.story.open .hidden-content {
	display: inline;
}

.story .story-read-less {
	display: none;
}

.story.open .story-read-less {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
}
/*========================================================
                     Form styles
=========================================================*/


/*========================================================
                Margin Presets styles
=========================================================*/


/* Margin Top Right Bottom Left */

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

/* Margin Bottom */

.marginB-0 {
  margin-bottom: 0px;
}

.marginB-5 {
  margin-bottom: 5px;
}

.marginB-10 {
  margin-bottom: 10px;
}

.marginB-15 {
  margin-bottom: 15px;
}

.marginB-20 {
  margin-bottom: 20px;
}

.marginB-25 {
  margin-bottom: 25px;
}

.marginB-30 {
  margin-bottom: 30px;
}

.marginB-35 {
  margin-bottom: 35px;
}

.marginB-40 {
  margin-bottom: 40px;
}

.marginB-45 {
  margin-bottom: 45px;
}

.marginB-50 {
  margin-bottom: 50px;
}

/* Margin Top  */

.marginT-0 {
  margin-top: 0px;
}

.marginT-5 {
  margin-top: 5px;
}

.marginT-10 {
  margin-top: 10px;
}

.marginT-15 {
  margin-top: 15px;
}

.marginT-20 {
  margin-top: 20px;
}

.marginT-25 {
  margin-top: 25px;
}

.marginT-30 {
  margin-top: 30px;
}

.marginT-35 {
  margin-top: 35px;
}

.marginT-40 {
  margin-top: 40px;
}

.marginT-45 {
  margin-top: 45px;
}

.marginT-50 {
  margin-top: 50px;
}

/* Margin Left */

.marginL-5 {
  margin-left: 5px;
}

.marginL-10 {
  margin-left: 10px;
}

.marginL-15 {
  margin-left: 15px;
}

.marginL-20 {
  margin-left: 20px;
}

.marginL-25 {
  margin-left: 25px;
}

.marginL-30 {
  margin-left: 30px;
}

.marginL-35 {
  margin-left: 35px;
}

.marginL-40 {
  margin-left: 40px;
}

.marginL-45 {
  margin-left: 45px;
}

.marginL-50 {
  margin-left: 50px;
}

/* Margin Right */

.marginR-5 {
  margin-right: 5px;
}

.marginR-10 {
  margin-right: 10px;
}

.marginR-15 {
  margin-right: 15px;
}

.marginR-20 {
  margin-right: 20px;
}

.marginR-25 {
  margin-right: 25px;
}

.marginR-30 {
  margin-right: 30px;
}

.marginR-35 {
  margin-right: 35px;
}

.marginR-40 {
  margin-right: 40px;
}

.marginR-45 {
  margin-right: 45px;
}

.marginR-50 {
  margin-right: 50px;
}

/*========================================================
                Padding Presets styles
=========================================================*/

/* Padding Top Right Bottom Left */

.padding-0 {
  padding: 0px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-50 {
  padding: 50px !important;
}

/* Padding Bottom */
.paddingB-0 {
  padding-bottom: 0px !important;
}

.paddingB-5 {
  padding-bottom: 5px !important;
}

.paddingB-10 {
  padding-bottom: 10px !important;
}

.paddingB-15 {
  padding-bottom: 15px !important;
}

.paddingB-20 {
  padding-bottom: 20px !important;
}

.paddingB-25 {
  padding-bottom: 25px !important;
}

.paddingB-30 {
  padding-bottom: 30px !important;
}

.paddingB-35 {
  padding-bottom: 35px !important;
}

.paddingB-40 {
  padding-bottom: 40px !important;
}

.paddingB-45 {
  padding-bottom: 45px !important;
}

.paddingB-50 {
  padding-bottom: 50px !important;
}

/* Padding Top */
.paddingT-0 {
  padding-top: 0px !important;
}

.paddingT-5 {
  padding-top: 5px !important;
}

.paddingT-10 {
  padding-top: 10px !important;
}

.paddingT-15 {
  padding-top: 15px !important;
}

.paddingT-20 {
  padding-top: 20px !important;
}

.paddingT-25 {
  padding-top: 25px !important;
}

.paddingT-30 {
  padding-top: 30px !important;
}

.paddingT-35 {
  padding-top: 35px !important;
}

.paddingT-40 {
  padding-top: 40px !important;
}

.paddingT-45 {
  padding-top: 45px !important;
}

.paddingT-50 {
  padding-top: 50px !important;
}

/* Padding left */

.paddingL-5 {
  padding-left: 5px !important;
}

.paddingL-10 {
  padding-left: 10px !important;
}

.paddingL-15 {
  padding-left: 15px !important;
}

.paddingL-20 {
  padding-left: 20px !important;
}

.paddingL-25 {
  padding-left: 25px !important;
}

.paddingL-30 {
  padding-left: 30px !important;
}

.paddingL-35 {
  padding-left: 35px !important;
}

.paddingL-40 {
  padding-left: 40px !important;
}

.paddingL-45 {
  padding-left: 45px !important;
}

.paddingL-50 {
  padding-left: 50px !important;
}

/* Padding Right */

.paddingR-5 {
  padding-right: 5px !important;
}

.paddingR-10 {
  padding-right: 10px !important;
}

.paddingR-15 {
  padding-right: 15px !important;
}

.paddingR-20 {
  padding-right: 20px !important;
}

.paddingR-25 {
  padding-right: 25px !important;
}

.paddingR-30 {
  padding-right: 30px !important;
}

.paddingR-35 {
  padding-right: 35px !important;
}

.paddingR-40 {
  padding-right: 40px !important;
}

.paddingR-45 {
  padding-right: 45px !important;
}

.paddingR-50 {
  padding-right: 50px !important;
}

/*========================================================
                Width Presets styles
=========================================================*/

.w100 {
  min-width: 100px !important;
}

.w200 {
  min-width: 200px !important;
}

.w300 {
  min-width: 300px !important;
}

.w400 {
  min-width: 400px !important;
}

.w500 {
  min-width: 500px !important;
}

.w600 {
  min-width: 600px !important;
}

.w700 {
  min-width: 700px !important;
}

.w800 {
  min-width: 800px !important;
}

.w900 {
  min-width: 900px !important;
}

/*========================================================
                Height Presets styles
=========================================================*/
.h50 {
  min-height: 50px !important;
}

.h100 {
  min-height: 100px !important;
}

.h200 {
  min-height: 200px !important;
}

.h300 {
  min-height: 300px !important;
}

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

.h500 {
  min-height: 500px !important;
}

.h600 {
  min-height: 600px !important;
}

.h700 {
  min-height: 700px !important;
}

.h800 {
  min-height: 800px !important;
}

.h900 {
  min-height: 900px !important;
}


/*========================================================
                    Copy To Clipboard
    The use of Javascript and flash needed to run this
    function prevent the proper use of hover effects
=========================================================*/


/* Button */

.copyToClipboard {
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px 20px 35px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  position: relative;
  min-width: 298px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Icon */

.copyToClipboard:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 0px;
  height: 44px;
  font-family: "Font Awesome 5 Pro";
  content: "\f0ea";
  font-size: 17px;
  color: #666666;
  padding-right: 5px;
  padding-top: 13px;
}

/* Text Below */

.copyToClipboard:after {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 27px;
  content: attr(data-clipboard);
  font-size: 12px;
  font-weight: 100;
  color: #a2a2a2;
  padding-left: 6px;
  font-family: 'SharpSans';
}

/* Copied */

.copyToClipboard.copied {
  color: #9acfbd;
  border-color: #9acfbd;
}

.copyToClipboard.copied:before {
  color: #9acfbd;
  content: "\f00c";
}

.copyToClipboard.copied:after {
  color: #9acfbd;
  content: "Copied";
}

/* Already Copied */

.copyToClipboard.already {
  color: #f5ae3c;
  border-color: #f5ae3c;
}

.copyToClipboard.already:before {
  color: #f5ae3c;
}

.copyToClipboard.already:after {
  color: #f5ae3c;
  content: "Already copied";
}

/* Disabled */

.copyToClipboard.disabled {
  cursor: not-allowed;
}

.copyToClipboard.disabled:before {
  color: #c0392b;
  content: "\f00d";
}

.copyToClipboard.disabled:after {
  content: "Copy disabled";
}

/*========================================================
              Checkbox and Radio styles
=========================================================*/

.theme-checkbox {
  display: inline-block;
  background: #ffffff;
  position: relative;
}

.theme-checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  width: 15px !important;
  height: 15px !important;
  opacity: 0;
  cursor: pointer !important;
}

.theme-checkbox input:checked~.theme-checkbox-filler {
  display: block !important;
}

.partialChecked .theme-checkbox input~.theme-checkbox-filler {
  display: block !important;
}

.partialChecked .theme-checkbox input~.theme-checkbox-filler:after {
    content: "â€“";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  font-weight: bold;
  line-height: 11pt;
}

.theme-checkbox input:disabled {
  opacity: 0 !important;
}

.theme-checkbox-filler {
  position: absolute;
  background: transparent;
  display: none !important;
  cursor: pointer;
}

.theme-checkbox-filler:after,
.partialChecked .theme-checkbox input:checked~.theme-checkbox-filler:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 12px;
  display: block;
  font-style: normal;
  background: transparent;
  line-height: 13pt;
}

/* Checkbox Styling from SSO */

.theme-checkbox {
  border: 2px solid #E0E0E0;
  width: 20px;
  height: 20px;
}

.theme-checkbox-filler:after {
  top: -2.5px;
  left: 2px;
  color: #4bc1eb;
  line-height: 20px;
}

.theme-checkbox-filler {
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  border: solid 2px #4bc1eb;
}

/* End Checkbox Styling from SSO */

.theme-radio {
  display: inline-block;
  background: #ffffff;
  position: relative;
  border-radius: 100%;
}

.theme-radio input {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  width: 15px !important;
  height: 15px !important;
  opacity: 0;
  cursor: pointer !important;
}

.theme-radio input:checked~.theme-radio-filler {
  display: block;
}

.theme-radio input:disabled {
  opacity: 0 !important;
}

.theme-radio-filler {
  position: absolute;
  border-radius: 100%;
  display: none;
  cursor: pointer;
}

/* Radio Buttons Styling from SSO */

.theme-radio {
  vertical-align: sub;
  border: 2px #E0E0E0 solid;
  width: 17px;
  height: 17px;
}

.theme-radio-filler {
  top: 0px;
  left: 0px;
  background: #4bc1eb;
  width: 13px;
  height: 13px;
  box-shadow: 0px 0px 0px 2px #4bc1eb;
  border: 3px solid #FFF;
}

/*End Radio Buttons*/


/*========================================================
                     Grid styles
=========================================================*/

#layoutPeek {
  padding-top: 15px;
  display: none;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.ab-right {
  position: absolute;
  right: 0px;
}

.ab-left {
  position: absolute;
  left: 0px;
}

/*========================================================
                    Form styles
=========================================================*/


.word-wrap {
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */



}


.content-floor {
  vertical-align: bottom;
}

.content-roof {
  vertical-align: top;
}

.input-text {
  background: transparent;
  border: 2px #d0d0d0 solid;
  display: inline-block;
  position: relative;
  width: 300px;
  height: 35px !important;
  padding: 10px !important;
  color: #b0b3b3;
}

.input-text:hover {
  opacity: 1;
}

.input-text-s {
  width: 70px;
}

.input-text-m {
  width: 125px;
}

.input-text-l {
  width: 400px;
}

.button-submit {
  display: inline-block;
  border: 0px;
  background: #d0d0d0;
  text-decoration: none;
  color: #ffffff;
  padding: 9px;
  text-align: center;
  opacity: 0.8;
  margin: 0px;
}

.button-submit:hover {
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
}

.button-submit-s {
  padding: 9px;
}

.button-submit-m {
  padding: 20px;
}

.button-submit-l {
  padding: 30px;
}

.per-bar {
  border: 1px solid #d0d0d0;
  height: 11px;
  text-align: left;
  width: 150px;
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
}

.select-dropdown-wrap {
  display: inline-block;
  position: relative;
  width: auto;
  height: 35px;
  background: #ffffff;
  cursor: pointer;
  z-index: 1;
}

.select-dropdown-cover {
  height: 35px;
  position: absolute;
  top: 0px;
  z-index: 4;
}

.select-dropdown-wrap:after {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  height: 35px;
  width: 30px;
  color: #ffffff;
  background: #d0d0d0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  text-align: center;
  font-size: 16px;
  padding-top: 9px;
  z-index: 2;
  transition: all .2s ease-in;
}

.select-dropdown {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 40px;
  background: transparent;
  border: 2px #d0d0d0 solid;
  border-radius: 0px !important;
  -webkit-appearance: none !important;
  color: #b0b3b3;
  padding-left: 5px;
  z-index: 3;
  cursor: pointer;
}

.select-dropdown-s {
  width: 70px;
}

.select-dropdown-m {
  width: 132px;
}

.select-dropdown-m-plus {
  width: 150px;
}

.select-dropdown-ml {
  width: 192px;
}

.select-dropdown-xm {
  width: 225px;
}

.select-dropdown-l {
  width: 400px;
}

.select-dropdown-l-plus {
  width: 450px;
}

.select-dropdown-xl {
  width: 500px;
}

.select-dropdown-wrap ul {
  display: none;
  list-style: none;
  margin: 0px;
  width: 98%;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  position: absolute;
  top: 35px;
  z-index: 6;
  overflow-y: auto;
  overflow-x: hidden;
}

.select-dropdown-wrap ul li {
  width: 100%;
  min-height: 20px;
  padding: 10px;
  font-weight: normal;
  color: #444444;
  font-size: 13px;
  border-bottom: 1px solid #D8D8D8;
}

.select-dropdown-wrap ul li:last-child {
  border-top: none;
}

.select-dropdown-wrap ul li:hover {
  cursor: pointer;
  background: #fcfcfc;
}

.select-dropdown-wrap ul::-webkit-scrollbar {
  width: 0px;
}

.select-dropdown-wrap ul::-webkit-scrollbar-thumb {
  background: #9c9c9c;
}

.select-dropdown-wrap ul::-webkit-scrollbar-track {
  background: #D8D8D8;
}

/* Custom Scroll Bar Styles */

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #92278A !important;
}

.break {
  width: 100%;
  height: 13px;
}

.Hbreak {
  width: 13px;
  height: 100%;
}

a.ui-datepicker-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
}

.ui-datepicker .ui-datepicker-prev {
  text-decoration: none;
  color: #fff;
}

a.ui-datepicker-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
}

.ui-widget-header {
  border: none;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .7;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .7;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: .7;
}

input:-moz-placeholder {
  /* Firefox 18- */
  opacity: .7;
}

/* Mobile Tables Styles */

span.mobileTableLabel {
  display: none;
}

@media screen and (max-width: 767px) {
  table.mobileTable td {
    display: block;
    text-align: left;
  }

  table.mobileTable span.mobileTableLabel {
    font-weight: bold;
    display: block;
  }

  .select-dropdown-s,
  .select-dropdown-m,
  .select-dropdown-m-plus,
  .select-dropdown-ml,
  .select-dropdown-xm,
  .select-dropdown-l,
  .select-dropdown-l-plus,
  .select-dropdown-xl {
    width: 100%;
  }
}

/*LearnMoreLink*/

a.LearnMoreLink span {
  margin: 0 0 6px 0 !important;
  color: #909090;
  border-bottom: 1px solid #909090;
}

a.LearnMoreLinkLight span {
  margin: 0 0 6px 0 !important;
  color: #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

a.LearnMoreLink:hover span,
a.LearnMoreLinkLight:hover span {
  border-bottom: solid 1px #4BC1EB;
  color: #4BC1EB;
  transition: all 0.3s ease;
}

a.LearnMoreLink,
a.LearnMoreLinkLight {
  text-decoration: none;
  vertical-align: initial;
}

a.LearnMoreLink:before,
a.LearnMoreLinkLight:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  text-decoration: inherit;
  font-size: 1.5em;
  margin-right: 4px;
  vertical-align: middle;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #4bc1eb;
  font-style: normal;
}

/*BackLink*/

a.BackLink {
  color: #909090;
  text-decoration: none;
  margin-top: 10px;
  transition: all .03s ease;
  margin: 5px;
}

a.BackLink:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  text-decoration: inherit;
  font-size: 1.5em;
  margin-right: 3px;
  vertical-align: middle;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a.BackLink span {
  margin: 0 3px 0 3px !important;
  border-bottom: 1px solid #909090;
  vertical-align: initial;
}

a.BackLink:hover span {
  border-bottom: 1px solid #4bc1eb;
  transition: all 0.3s ease;
}

a.BackLink:hover {
  color: #4bc1eb;
  transition: all 0.3s ease;
}

.BackLink.disabled,
.NextLink.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

/*NextLink*/

a.NextLink {
  color: #909090;
  text-decoration: none;
  margin-top: 10px;
  transition: all .03s ease;
  margin: 5px;
}

a.NextLink:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  text-decoration: inherit;
  font-size: 1.5em;
  margin-left: 3px;
  vertical-align: middle;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a.NextLink span {
  margin: 0 3px 0 3px !important;
  border-bottom: 1px solid #909090;
  vertical-align: initial;
}

a.NextLink:hover span {
  border-bottom: 1px solid #4bc1eb;
  transition: all 0.3s ease;
}

a.NextLink:hover {
  color: #4bc1eb;
  transition: all 0.3s ease;
}

/* Do_Checkables Function Hiders */

select:not[void_checkables],
input[type='checkbox']:not[void_checkables],
input[type='radio']:not[void_checkables] {
  display: none;
}

/* --------------------- \START/ Bubble Bread Crumbs --------------------- */


/* Use as static breadcrumb or you can extend the UI/UX using the bubbleCrumbs(); js function */

.bubble-crumb {
  list-style: none;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  white-space: nowrap;
  margin-left: 0;
}

.bubble-crumb li {
  list-style: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  min-width: 150px;
  margin-left: -4px;
  transition: 0.5s;
  margin-bottom: 0px !important;
}

.bubble-crumb li div.crumb-inner {
  display: block;
  margin: 20px auto;
  margin-bottom: 0px !important;
  text-align: center;
  position: relative;
}

.bubble-crumb li div.crumb-inner::before {
  position: absolute;
  height: 8px;
  background: #eaeaea;
  content: "";
  z-index: 0;
}

.bubble-crumb li:first-child div.crumb-inner::before {
  display: none;
}

.bubble-crumb li div.crumb-inner::after {
  position: absolute;
  height: 8px;
  color: #9ed2bd;
  font-size: 15px;
  content: attr(data-bridge);
  z-index: 0;
  top: -26px;
  right: 31px;
  width: 140px;
  text-align: center;
}

div.crumb-inner em {
  display: block;
  background: #eaeaea;
  border-radius: 100%;
  color: #444444;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  cursor: default;
}

.bubble-crumb.dark-crumb li div.crumb-inner::before {
  background: #b7b7b7;
}

.bubble-crumb.dark-crumb li div.crumb-inner em {
  background: #b7b7b7;
}

div.crumb-inner p:not(.titletip) {
  padding: 10px 0px;
}

div.crumb-inner p.titletip {
  background: #eaeaea;
  bottom: 100%;
  color: #444444;
  display: block;
  left: -38px;
  margin-bottom: 8px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  width: 110px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .25s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}

div.crumb-inner p.titletip::before {
  bottom: -10px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

div.crumb-inner p.titletip::after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

div.crumb-inner:hover p.titletip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.bubble-crumb.dark-crumb div.crumb-inner p.titletip {
  background: #b7b7b7;
}

.bubble-crumb.dark-crumb div.crumb-inner p.titletip::after {
  border-top-color: #b7b7b7;
}

/* Handleling active settings */


/* Active */

.bubble-crumb li.active-crumb em {
  color: #ffffff;
}

.bubble-crumb li.active-crumb div.crumb-inner::before {
  background: #9ed2bd;
}

.bubble-crumb li.active-crumb div.crumb-inner p.titletip {
  background: #17bdb5;
  color: #ffffff !important;
}

.bubble-crumb li.active-crumb div.crumb-inner p.titletip::after {
  border-top-color: inherit;
}

/* Complete */

.bubble-crumb li.complete-crumb em {
  background: #9ed2bd !important;
  color: transparent;
  cursor: pointer;
}

.bubble-crumb li.complete-crumb em::before {
  position: absolute;
  top: 0px;
  left: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: #ffffff;
  font-size: inherit;
}

.bubble-crumb li.complete-crumb div.crumb-inner::before {
  background: #9ed2bd;
}

.bubble-crumb li.complete-crumb div.crumb-inner p.titletip {
  background: #9ed2bd;
  color: #ffffff !important;
}

.bubble-crumb li.complete-crumb div.crumb-inner p.titletip::after {
  border-top-color: #9ed2bd;
}

.crumb-path {
  position: absolute;
  top: -30px;
  display: block;
  width: 100%;
  height: 30px;
  font-weight: 600;
}

/* ------- Sizes ------- */


/* Small */

.bubble-crumb.default-crumb div.crumb-inner::before {
  top: 17px;
  right: 38px;
  width: 140px;
}

.bubble-crumb.default-crumb div.crumb-inner em {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

/* Internet Explorer 9 + fix */

body[data-browser="MSIE 9"] .bubble-crumb li {
  display: inline-block;
}

body[data-browser="MSIE 9"] .bubble-crumb li em {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 2px 8px;
}

/* Internet Explorer 9 + fix */

body[data-browser="MSIE 9"] .bubble-crumb.default-crumb div.crumb-inner::before {
  width: 150px;
  right: 90px;
}

@media (max-width: 1200px) {
  .bubble-crumb li {
    min-width: 127px;
  }

  .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 95px;
  }

  body[data-browser="MSIE 9"] .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 120px;
    right: 50px;
  }
}

@media (max-width: 980px) {
  .bubble-crumb li {
    min-width: 100px;
  }
}

@media (max-width: 752px) {
  .bubble-crumb li {
    min-width: 93px;
  }

  .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 55px;
  }

  body[data-browser="MSIE 9"] .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 100px;
    right: 50px;
  }
}

@media (max-width: 657px) {
  .bubble-crumb li {
    min-width: 81px;
  }
}

@media (max-width: 549px) {
  .bubble-crumb li {
    min-width: 62px;
  }

  .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 25px;
  }

  #content .wrapper2.breadcrumbWrapper {
    margin-top: 0;
    margin-bottom: -80px !important;
  }

  body[data-browser="MSIE 9"] .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 50px;
    right: 50px;
  }
}

@media (max-width: 425px) {
  .bubble-crumb li {
    min-width: 48px;
  }
}

@media (max-width: 395px) {
  .bubble-crumb li {
    min-width: 45px;
  }

  .bubble-crumb.default-crumb div.crumb-inner em {
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 17px;
  }

  .bubble-crumb.default-crumb div.crumb-inner::before {
    top: 14px;
    right: 30px;
  }

  body[data-browser="MSIE 9"] .bubble-crumb.default-crumb div.crumb-inner::before {
    width: 40px;
    right: 15px;
  }
}

@media (max-width: 320px) {
  .bubble-crumb li {
    min-width: 35px;
  }
}

/* --------------------- \END/ Bubble Bread Crumbs --------------------- */


/*========================================================
                    Error Message styles
=========================================================*/


.error-msg,
.warn-msg,
.success-msg {
  position: relative;
  color: #fff;
  padding: 10px 45px;
  text-align: center;
  background-color: #EF4662;
  display: block;
  margin-bottom: 15px;
}

.warn-msg {
  background-color: #F5AE3C;
}

.success-msg {
  background-color: #9ACFBD;
}

.error-msg:after,
.warn-msg:after,
.success-msg:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  float: right;
  cursor: pointer;
}

.fulltip {
  display: none;
}

.fulltip.fulltip-tooltip {
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(151, 151, 151, 0.45);
  border: 1px #e2e2e2 solid;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.fulltip.fulltip-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -23px;
  left: 45%;
  box-sizing: border-box;
  border: 0.8em solid black;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -3px 1px 1px 0 rgba(151, 151, 151, 0.45);
}

.fulltip.fulltip-tooltip .tip-title {
  display: block;
  width: 100%;
  background: #ECF0F1;
  color: #ffffff;
  margin: 0px;
  padding: 7px;
  font-size: 20px;
  font-weight: 200 !important;
  text-shadow: 1px 1px 1px #a4a4a4;
}

.fulltip-droptip {
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
}

.fulltip-tooltip ul,
.fulltip-droptip ul {
  padding: 10px;
  margin: 0px;
}

.fulltip-tooltip ul li,
.fulltip-droptip ul li {
  display: block !important;
  line-height: 1;
  padding: 0px;
  margin: 0px;
}

#LessonIndexListings li {
  white-space: normal !important;
  overflow: auto !important;
}

#content .wrapper2.breadcrumbWrapper {
  margin-bottom: 0px;
}

.sideScreenTabBody {
  right: 0px;
  position: fixed;
  margin: 10px 0px;
  min-width: 125px;
  min-height: 75px;
  transition: all 0.3s ease;
  z-index: 30;
}

.sideScreenThemes {
  min-width: 125px;
  min-height: 75px;
  background: white;
  box-shadow: 5px 5px 5px rgba(69, 69, 69, 0.20);
  border: 1px rgba(69, 69, 69, 0.20) solid;
  width: 424px;
  float: right;
}

.sideScreenTab {
  width: 40px;
  height: 40px;
  background: #ADADAD;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 17px;
  border: 1px rgba(69, 69, 69, 0.20) solid;
  transition: all 0.2s ease;
}

[data-toggleinout="out"] .sideScreenTab:hover {
  width: 45px;
  left: -3px;
  cursor: pointer;
}

[data-toggleinout="in"] .sideScreenTab:hover {
  width: 45px;
  left: -3px;
  cursor: pointer;
}

#themePicker {
  width: 465px;
  top: 124px;
}

#gridsterops {
  width: 168px;
  height: 125px;
  top: 212px;
  right: -168px;
  display: none;
}

#themePicker .sideScreenTab:before {
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
}

#gridsterops .sideScreenTab .fa {
  font-size: 23px;
  margin-top: -4px;
  margin-left: -2px;
  ;
}

#themePicker[data-toggleinout="out"] {
  right: 0px;
}

#themePicker[data-toggleinout="in"] {
  right: -425px;
}

/*Student Images*/

.StudentImages {
  margin-bottom: 20px;
}

.StudentImages span {
  margin-right: 20px;
}

.StudentImages img {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 2px #ccc solid;
}

.StudentImages a {
  text-decoration: none !important;
  text-align: center;
}

a#lbtnStudent {
  padding: 3px;
}

a#lbtnStudent p {
  margin-top: 5px;
  font-size: 15px;
  padding: 5px;
  background: none !important;
}

a#lbtnStudent:hover p {
  background: none;
}

p.printOnly {
  display: none;
}

.StudentImages a#lbtnStudent img,
a#lbtnStudent p {
  opacity: 0.6;
}

.StudentImages a#lbtnStudent.selected img,
.StudentImages a#lbtnStudent:hover img,
.StudentImages a#lbtnStudent img,
a#lbtnStudent:hover p,
a#lbtnStudent p {
  transition: 200ms all ease-in-out;
}

.StudentImages a#lbtnStudent.selected img,
.StudentImages a#lbtnStudent:hover img {
  border: 2px solid #17BDB5;
  opacity: 1.0;
}

a#lbtnStudent.selected p,
a#lbtnStudent:hover p {
  color: #17BDB5;
  background: none !important;
}

a#lbtnStudent.selected p {
  color: #17BDB5;
  background: none !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 1.0;
}

/* Button Styles */



.gridsterRefresh {
  min-width: 45px;
  padding-top: 5px;
}

.gridsterRefresh:hover .spinner {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.themeOption .fa {
  display: none;
}

.themeOption {
  font-size: 12pt;
  height: 60px !important;
  width: 60px !important;
  min-width: 20px;
  display: inline-block;
  color: #FFF;
  margin: 7px 0px 7px 7px;
  border-radius: 100% !important;
  border: none !important;
  position: relative;
}

.themeOption i:before {
  padding-right: 4px;
  margin-left: -7px;
}

.themeOption:active {
  margin-top: 10px;
}

.themeOption:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 16px;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: #ffffff;
  content: "";
}

/*Page Tour*/

.pageTourBar {
  width: 100%;
  height: 51px;
  border-bottom: 2px white solid;
  padding: 10px;
  margin-top: -51px;
}

.modal-textarea {
  width: 100%;
  max-width: 100%;
  height: 130px;
  max-height: 300px;
}

.flexTourSlider-wrapper {
  width: 500px;
}

.flexTourSlider-wrapper .flexslider-controls {
  display: none;
}

.flexTourSlider-wrapper[data-type="tabs"] .flex-direction-nav {
  display: none;
}

.flexTourSlider-wrapper[data-type="tabs"] .flexTourSlider {
  position: relative;
  margin: 0px;
  width: 100%;
}

.flexTourSlider-wrapper[data-type="tabs"] .flexslider-controls {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 2px #92278f solid;
  background: white;
}

.flexTourSlider-wrapper[data-type="tabs"] .flex-control-nav {
  display: block;
  z-index: 9999;
  top: 3px;
  left: 0px;
  height: 32px;
  width: 100%;
  text-align: left;
  background: transparent;
  padding-left: 2px;
}

.flexTourSlider-wrapper[data-type="tabs"] .flex-control-nav li {
  color: #92278f;
  padding: 5px 10px;
  margin: 1px;
  cursor: pointer;
}

.flexTourSlider-wrapper[data-type="tabs"] .flex-control-nav li.flex-active {
  background: #92278f;
  color: #ffffff !important;
}

.flexTourSlider-wrapper[data-type="tabs"] .flex-viewport {
  top: 27px;
}

.flexTourSlider-wrapper[data-type="tabs"] ul.slides li {
  height: auto;
  display: block;
  margin-top: 40px;
}

.flexTourSlider {
  width: 400px;
  margin: 0px auto;
}

.flexTourSlider .flex-control-nav {
  width: 400px;
}

.flexTourSlider h3 {
  display: none;
}

.faq-item .flex-control-nav {
  bottom: 32px;
  background: #F9F8F8;
  width: 90%;
}

.faq-item .flex-control-paging li a.flex-active {
  border-color: #92278f;
  background: #92278f;
}

.faq-item .flex-direction-nav a:before {
  color: #92278f !important;
}

.faq-item .flex-direction-nav .flex-next {
  right: 40px;
}

.faq-item .flex-direction-nav .flex-prev {
  left: 20px;
}

.faq-item .flexTourSlider-wrapper {
  width: 100%;
  border: 1px #92278f solid;
  background: #F9F8F8;
}

.faq-item .flexTourSlider {
  text-align: center;
  width: 90%;
  transition: all 0.5s ease;
}

.flexTourSlider-closed {
  height: 0px;
  overflow: hidden;
  position: relative;
}

.faq-item .flexTourSlider li {
  padding: 10px 0px;
}

.faq-item .flexTourSlider-header {
  width: 100%;
  height: 35px;
  color: white;
  padding: 4px 20px;
  background: #92278f;
}

/* Tabelt and Mobile Modals */

.modal-container {
  position: relative;
  z-index: 10000000;
}

body.isTablet .modal-dialog {
  margin: 0px auto;
}

body.isTablet .modal-content,
body.isMobile .modal-content {
  height: 100%;
  position: relative;
  overflow: hidden;
}

body.isMobile .modal-content {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
  overflow: scroll;
}

body.isMobile .modal {
  background: #ffffff;
}

body.isMobile .modal-dialog {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body.isMobile .modal-content .modal-header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 3%;
  width: 100%;
  padding-top: 40px !important;
  background-color: white !important;
  z-index: 9999999;
}

body.isMobile .modal-content .modal-body {
  position: relative;
  top: 120px;
  left: 0px;
  padding: 10px !important;
  width: 100%;
}

body.isTablet .ui-dialog {
  top: 12px !important;
  width: 98% !important;
}

body.isMobile .ui-dialog {
  top: 0px !important;
  width: 100% !important;
  border: 0px !important;
  padding-top: 50px;
}

body.isMobile .ui-dialog .ui-widget-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 9999;
}

body.isMobile .ui-widget-overlay {
  background: white !important;
  opacity: 1 !important;
}

/* Tabelt and Mobile Modals */

.popover * {
  text-shadow: none !important;
}

.popover-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 0 !important;
  line-height: 30px;
}

.popover-title:before {
  font-family: "a-beka-icon-font" !important;
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  font-size: 20px;
  font-style: normal;
}

.popover-content img[data-location="local"] {
  display: none !important;
}

a[data-toggle="popover"] {
  text-decoration: none;
}

.popover-content {
  display: block;
  padding: 10px;
  color: rgba(144, 144, 144, 1);
}

.popover-navigation {
  width: 100%;
  background: #f7f7f7;
  padding: 0px !important;
  text-align: right;
  border-top: 1px #E6E6E6 solid;
  position: relative;
}

/* All button version */

.popover-navigation a {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  min-width: 40px;
  text-align: center;
  padding: 7px 15px;
  border-left: 1px solid #ebebeb;
  text-decoration: none;
  color: #444444;
  margin-top: 0px !important;
  text-transform: uppercase;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

.popover-navigation a:hover {
  background: #e5e5e5;
  color: #727272;
}

.popover-navigation a.disabled {
  opacity: 0.4;
}

.popover-navigation a.disabled {
  background: transparent;
  color: #444444;
}

.popover-navigation a i {
  font-size: 18px;
  margin: 3px;
  margin-top: 1px;
}

.popover-navigation a[data-role="end"] {
  float: none !important;
  border-right: none;
  color: #AFAFAF;
}

.popover-navigation a[data-role="end"]:hover {
  color: #444444;
}

.popover-navigation a:first-child {
  border: none;
  padding-left: 19px;
}

.popover.top>.arrow {
  border-top-color: #fff;
}

.popover.bottom>.arrow {
  border-bottom-color: #fff;
}

.popover.right>.arrow {
  border-right-color: #fff;
}

.popover.left>.arrow {
  border-left-color: #fff;
}

.popover {
  border-color: #ffffff !important;
  border: none !important;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 6px rgba(0,0,0,.2);
}

.popover.orphan {
  border: 2px solid rgba(69, 69, 69, 0.75);
  box-shadow: 3px 3px 5px 9000px rgba(69, 69, 69, 0.75);
}

.popover.right>.arrow:after {
  border-right-color: #ffffff;
  left: 2px !important;
}

.popover.right {
  margin-left: 25px !important;
}

.popover .endTour {
  margin-top: -2px;
}

.gridsterBTN-icon {
  min-width: 30px !important;
  text-align: center;
  padding: 0px 5px !important;
}

.gridsterBTN-icon .fa {
  font-size: 35px;
  margin: 0px 8px;
}

.tour-backdrop {
  background: transparent !important;
}

.tour-step-background {
  background: transparent !important;
  border: 2px solid rgba(69, 69, 69, 0.75);
  box-sizing: border-box;
  box-shadow: 3px 3px 5px 4000px #444;
  opacity: 0.75;
  border-radius: 0px;
}

.tour-step-background>div {
  padding: 8px;
  white-space: nowrap
}

.tour-no-go {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1102;
}

.accountInfoBlock {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  text-align: center;
  margin-top: -4px;
}

.accountInfoBlock i.themeBg {
  display: block;
  margin-bottom: 8px;
  width: 66px;
  height: 66px;
  background-color: #92278f;
  color: #FFF !important;
  font-size: 34px;
  border-radius: 40px;
  padding-top: 16px;
  margin-right: auto;
  margin-left: auto;
  transition: 200ms all ease-in-out;
}

@media (max-width: 480px) {
  .accountInfoBlock {
    width: 100% !important;
    margin: 15px 0;
  }
}

.accountInfoBlock a {
  text-decoration: none;
  min-width: 110px;
}

.accountInfoBlock a:hover i.themeBg {
  box-shadow: 0px 0px 0px 2px #17BDB6;
  transition: 200ms all ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="email"],
.form textarea,
input[type="tel"] {
  border: solid 2px #E0E0E0;
  min-height: 44px;
  padding: 6px 14px;
}

#mobthemepicker {
  display: none;
}

#mobthemepicker .themeOption {
  border: 2px white solid !important;
}

#mobthemepicker .themeOption:before {
  top: 18px !important;
  left: 14px !important;
}

@media (max-width:767px) {
  #mobthemepicker {
    display: block;
    text-align: center;
    padding-right: 7px;
    padding-top: 12px;
    width: 100%;
  }

  #themePicker {
    display: none;
  }
}

/*Min Height*/

section#content {
  min-height: 600px;
}

.needhelpLink {
  float: right;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  border: 1px #e0e0e0 solid;
  color: #e0e0e0;
  padding: 0px 5px 0px 5px;
  text-align: center;
}

.needhelpLink {
  float: right;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  border: 1px #e0e0e0 solid;
  color: #e0e0e0;
  padding: 0px 5px 0px 5px;
  text-transform: none;
  position: relative;
}

.needhelpLink:before {
  font-family: "a-beka-icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 3px;
  top: 2px;
  font-size: 17px;
}

.needhelpLink:hover {
  color: #ffffff;
  background: #545454;
}


#themePicker.tour-step-backdrop {
  position: fixed;
}

.tourButton {
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  transition: all 0.3s ease;
  border: none;
  border-radius: 1px;
  white-space: nowrap;
  padding: 5px 0px 0px 30px;
  z-index: 5999;
}

.tourButton:before {
  font-size: 22px;
  color: #ffffff;
  left: 5px;
  top: 4px;
  content: "\6b";
}

.tourButton:hover {
  width: 120px;
}

.tourButton.fixedRight {
  position: fixed;
  right: 0px;
  top: 273px;
}

.tourButton.fixedLeft {
  position: fixed;
  left: 0px;
  top: 273px;
}

/*Error Pages*/

.errorPages {
  text-align: center;
}

.error-circle i {
  font-size: 100px;
}

.wrapper2.errorPages {
  margin-top: 70px !important;
  margin-bottom: 140px !important;
}

.errorPages p {
  font-size: 18px;
  line-height: 24px;
}

div.noOrdersDiv {
  text-align: center;
}

i.fa.noOrders {
  color: #fff;
  font-size: 40pt;
  margin-bottom: 10px;
}

.noOrdersDiv .shopNowButton {
  float: none;
  margin: 0;
}

div.noOrdersDiv h1 {
  margin-bottom: 40px;
}

@media (max-width: 375px) {
  div.noOrdersDiv h1 {
    font-size: 2.5em;
  }
}

.bootstrapDefaultRow {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/*========================================================
                    Announcements Page Styles
=========================================================*/


.announcments {
  text-align: left;
  margin-bottom: 10px;
  background: #eaeaea;
  padding: 10px 10px 1px 25px;
}

.announcments li {
  margin-bottom: 5px;
  list-style: none;
}

  .announcments ul li:before {
    margin-left: -23px;
    margin-right: 10px;
    color: rgb(245, 174, 60);
    content: "•";
    font-size: 36px;
    line-height: 20px;
    vertical-align: sub;
  }

/*========================================================
                    Interior Page Styles
=========================================================*/

.listStyle {
  padding-left: 25px;
  text-align: left;
  margin-top: 0px;
}

.listStyle li {
  margin-bottom: 5px;
  list-style: none;
}

.listStyle ul li:before {
  color: #525252;
}

.circle-sm {
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	display: block;
}
.circle-md {
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 5px;
  width: 85px;
  height: 85px;
  display: block;
  text-align: center;
  padding-top: 5%;
  font-size: 55px;
}
.helpfulLinks {
	clear: both;
    width: 100%;
	max-width: 300px;
	padding-bottom: 5px;
    margin: 10px 20px 20px 35px;
    height: auto;
    float: none;
    display: block !important;
    text-align: left;
	background-color: rgba(154, 207, 189, 0.21);
		}
.helpfulLinks h4 {
	margin: 0px 0px 15px 15px;
		}
.helpfulLinks p {
	margin-left: 20px;
    }
.featureText {
      font-size: 18px;
      line-height: 28px;
      font-style: normal;
      color: #545454;
}

@media (min-width: 768px){
  .helpfulLinks {
  float: right;
 }
}.optionsList {
	height: 160px;
}
@media(max-width:990px) {

}
@media(max-width:540px) {
  .optionsColumn {
      margin-left: 10%;
      margin-right: 10%;
  }
}
@media(max-width:400px) {
  .optionsColumn {
      margin: auto;
  }
}
/*========================================================
                    Product Page Styles
=========================================================*/
@media (min-width: 1500px) {
  .container.container-wide {
    width: 1400px;
  }
}

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

.no-tb-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}


/*========================================================
           AtHome/AtSchool Page Styles
=========================================================*/


.cta-graphic {
  background-color: rgba(255, 255, 255, 0.74);
  text-transform: uppercase;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.cta-graphic p {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.cta-graphic img {
  display: block;
  width: 60px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tipsIcon {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.fontTips {
  text-align: left;
  overflow: hidden;
}

.col-content {
  padding: 20px;
}

.min-h-500 {
  min-height: 500px;
}

.social-icon {
  top: 5px;
  position: relative;
}
@media (max-width:480px) {

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0px;
  }
}

.blurb {
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 50%;
  margin: 0 auto;
}

.blurb-box {
  padding: 35px 15px 35px 15px;
}

@media (max-width: 479px) {
  .blurb-box h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.contentHero .flexbox-parent .hero-download-box {
  display: block;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}

.hero-download-box {
  z-index: 99;
  margin: 0 auto;
}

.download-select {
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}

.download-select p {
  margin-bottom: 0px;
}

.download-select:hover {
  background-color: #eaeaea;
}

.download-select img {
  display: block !important;
  width: 60px;
  margin: 0 auto;
}

.listPhoto {
  max-width: 300px;
  width: 100%;
  margin: 0px 20px 20px 20px;
  height: auto;
  float: right;
  display: block !important;
}
.listPhotoAlt{
  margin: 0px auto!important;
  max-width: 500px;
  width: 100%;
  float: none;
  padding: 0px 15px;
  height: auto;
  display: block;
}
.listWidth {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

@media(max-width: 767px) {
  .listPhoto {
    float: none;
    padding-right: 20px;
  }
}

@media(max-width: 550px) {
  .listPhoto {
    float: none;
  }
}
@media (min-width: 1200px) {
  .listPhotoAlt{
    padding: 0px;
    }
}
/*========================================================
          Five blocks across
=========================================================*/
.contentHero .flexbox-parent .hero-download-box {
  display: block;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}

.hero-download-box {
  z-index: 99;
}

.download-select {
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}

.download-select p {
  margin-bottom: 0px;
}

.download-select:hover {
  background-color: #eaeaea;
}

.download-select img {
  display: block !important;
  width: 60px;
  margin: 0 auto;
}

/*========================================================
           Getting STarted Block Styles
=========================================================*/

#GettingStarted h2 {
  color: #545454;
}
#GettingStarted ol li p {
  text-align: left;
}

#GettingStarted ol li {
  padding-left: 25px;
  margin-left: 2em;
  list-style: none;
}

body {
  counter-reset: ol-counter;
}



/*========================================================
          Why Abeka About Block Styles
=========================================================*/
#WhyAbekaAbout .container .hero-content {
  padding-top: 220px;
  min-height: 380px;
  background-color: #fff;
}

#WhyAbekaAbout .img-block {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#WhyAbekaAbout .img-block>img {
  width: 100%;
  padding: 15px;
}

#WhyAbekaAbout .img-block>h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  padding: 40px;
  width: 100%;
  text-shadow: 1px 1px 2px rgba(86, 86, 86, 0.60);
}

#WhyAbekaAbout p {
  text-align: center;
  padding: 50px;
  padding: 50px 10px;
  padding-bottom: 5px;
}

#WhyAbekaAbout ul {
  margin-left: 65px;
  text-align: left;
}

#WhyAbekaAbout .block-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media(max-width: 1200px) {


  #WhyAbekaAbout .container .hero-content {
    min-height: 750px;
    margin-bottom: 40px;
  }

  #WhyAbekaAbout .img-block>h2 {
    bottom: 20px;
  }
}

@media(max-width: 980px) {
  #WhyAbekaAbout .container .hero-content {
    min-height: 400px;
  }

  #WhyAbekaAbout .block-footer {
    position: static;
  }



  #WhyAbekaAbout .img-block>h2 {
    top: 0px;
  }

  #WhyAbekaAbout p {
    padding: 56px 10px 0px 10px;
  }
}


/*========================================================
           Connect with Us Styles
=========================================================*/

#ConnectWithUs {
  min-height: 350px;
}

.block-subscribe {
  max-width: 410px;
  min-height: 60px;
  margin: 0 auto;
  padding-top: 5px;
  position: relative;
  z-index: 9;
}

.block-subscribe .input-box {
  width: initial;
  height: 50px;
  position: absolute;
  left: 0px;
}

.block-subscribe .input-box input {
  min-height: 50px;
  border-right: 0px;
  padding-right: 14% !important;
}

.block-subscribe .input-box input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
}

.block-subscribe .actions {
  position: absolute;
  right: 0px;
  z-index: 3;
}

.social-icon {
  top: 5px;
  position: relative;
}
@media (max-width:480px) {
  .block-subscribe .actions {
    margin-left: -35%;
  }
}

@media (min-width: 1200px){
   .block-social {
      margin-left: -5px;
      width: 12% !important;
   }
}

/*========================================================
           Paragraph and Header Colors
=========================================================*/
p.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue {
  color: #4bc1eb !important;
}

p.purple,
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple {
  color: #93328E !important;
}

p.black,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black {
  color: #545454 !important;
}

p.gray,
h1.gray,
h2.gray,
h3.blgrayue,
h4.gray,
h5.gray {
  color: #eaeaea !important;
}

p.green,
h1.green,
h2.green,
h3.green,
h4.green,
h5.green {
  color: #9ACFBD !important;
}

p.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #ffffff !important;
}

/*========================================================
           Header Background Styles
=========================================================*/
.blueBar {
  background-color: #4bc1eb !important;
  text-align: center;
  padding: 15px 0 15px 0;
  color: #ffffff;
  margin-bottom: 0px;
}

/*========================================================
           Big Bullet List Styles
=========================================================*/
.bigBullets {
  overflow: auto;
  max-width: 510px;
  margin: 0 auto;
  padding-left: 0px;
}

.bigBullets li:before {
  margin-left: 0px;
  content: counter(ol-counter);
  counter-increment: ol-counter;
  display: block;
  position: absolute;
  left: 0px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #93328E;
  color: #fff;
  text-align: center;
  font-family: "SharpSansBoldMed", Verdana, Arial, sans-serif;
}

.bigBullets p {
  text-align: left;
}

.bigBullets li {
  padding-left: 5px;
  list-style: none;
  padding-top: 15px;
  text-align: left;
}

/*========================================================
           Two Columns with Arrows
=========================================================*/

.hero-lightgreen {
  background: rgba(154, 207, 189, 0.2) !important;
}

.block-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.col-matchHeight {
  margin-top: 20px;
}

@media(max-width: 1200px) {
  .container .hero-content {
    margin-bottom: 40px;
  }

  .img-block>h2 {
    bottom: 20px;
  }
}

@media(max-width: 980px) {
  .container .hero-content {
    min-height: 580px;
  }

  .block-footer {
    position: static;
  }

  .img-block>h2 {
    top: 0px;
  }

  .break-word {
    word-wrap: break-word;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
  }
}

.word-wrap {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/*========================================================
           Scripture Callout / Featured Text
=========================================================*/
.scripturecallout {
  font-style: italic;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0px;
  background-color: #f0f1f1;
  padding: 14px;
}


/*========================================================
           Purple Font Awesome Icon Backgrounds
=========================================================*/

.purpleSquare {
  background-color: #93328e;
  color: #ffffff;
  padding: 8px;
  margin: 0 5px 15px 0px;
}

.purpleSquareImg {
  background-color: #93328e;
  color: #ffffff;
  padding: 8px;
  margin: 0 5px 15px 0px;
  vertical-align: middle;
}

.PictureBoxLeft {
  float: left;
  display: block;
  margin-bottom: 10px;
  margin-right: 15px;
}

.PictureBoxRight {
  float: right;
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
}

.PurpleSquareWithHeader {
  height: 55px;
}

.DistinctiveImg {
  vertical-align: middle;
  margin-right: 10px;
}

@media(max-width: 450px) {
  .PictureBoxLeft {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  .PictureBoxRight {
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}

/*========================================================
           Ordered List STyles
=========================================================*/
ol {
  margin-left: 20px;
  padding-left: 25px;
  text-align: left;
  margin-top: -10px;
}

ol>li:before {
  margin-left: -20px;
  content: counter(1);
  margin-right: 10px;
  color: #F5AE3C;
  font-size: 15px;
  line-height: 20px;
  vertical-align: text-bottom;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

ul {
  margin-top: -15px;
  padding-left: 25px;
  text-align: left;
  margin-left: 20px;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*========================================================
           Extra Spacing STyles
=========================================================*/
.extraSpaceTop {
  padding-top: 40px;
}

.extraSpaceTopSm {
  padding-top: 15px;
}

.extraSpaceBottom {
  margin-bottom: 15px;
}

.extraSpaceBottomLg {
  margin-bottom: 30px;
}

/*========================================================
           Small Styles
=========================================================*/
small {
  font-size: 70%;
}

.small {
  font-size: 70%;
}
.text-small {
  font-size: 10pt;
}
.disclaimerText {
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
}
.exclude {
  font-size: 12px;
}


/*========================================================
       content-arrow-box (2 boxes with arrow on top)
=========================================================*/
.content-arrow-box {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.content-arrow-box-containter .hero-arrow-top.hero-arrow-solid:before {
  top: 20px;
}

.content-arrow-box-containter h2,
.content-arrow-box-containter h3,
.content-arrow-box-containter h4 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.content-arrow-box-containter ul {
  margin-left: 45px;
  text-align: left;
}

@media(max-width: 1200px) {
  .content-arrow-box-containter {
    min-height: 750px;
    margin-bottom: 40px;
  }
}

@media(max-width: 990px) {
  .content-arrow-box-containter .hero-arrow-top.hero-arrow-solid:before {
    top: 0px;
  }

  .content-arrow-box-containter {
    min-height: 580px;
  }

  .block-footer {
    position: static;
  }
}


/*========================================================
       Icons in Boxes by Header Text
=========================================================*/

.iconHeaderText {
  float: left;
  display: block;
  width: 39px;
}

.headerTextWithIcon {
  float: left;
  text-align: left;
  margin-top: 7px;
  margin-left: 5px;
}

@media(max-width: 425px) {

  .headerTextWithIcon {
    display: block;
    float: left;
    text-align: left;
    width: 300px;
    margin-left: 5px;
    margin-top: 0px;
  }
}

@media(max-width: 375px) {

  .headerTextWithIcon {
    display: block;
    float: left;
    text-align: left;
    width: 275px;
    margin-left: 5px;
  }
}



@media(max-width: 320px) {

  .headerTextWithIcon {
    display: block;
    float: left;
    text-align: left;
    width: 240px;
    margin-left: 5px;
  }
}

/*========================================================
       No Hover Class
=========================================================*/
.noHover:hover {
  background-color: transparent;
}

/*========================================================
      Desktop to Mobile Image Styles
=========================================================*/
.maxImg-100 {
  max-width: 100px;
  margin: 0 auto;
}

.maxImg-150 {
  max-width: 150px;
  margin: 0 auto;
}

.maxImg-200 {
  max-width: 200px;
  margin: 0 auto;
}

.maxImg-250 {
  max-width: 250px;
  margin: 0 auto;
}

.maxImg-300 {
  max-width: 300px;
  margin: 0 auto;
}

.maxImg-350 {
  max-width: 350px;
  margin: 0 auto;
}

.maxImg-400 {
  max-width: 400px;
  margin: auto;
}


.mobileImg {
  display: none;
}

@media(max-width: 425px) {
  .mobileImg {
    display: block;
  }

  .desktopImg {
    display: none;
  }
}


#HeaderAlertBar {
  background-color: gray;
  width: 100%;
  min-height: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 0px;
  border-radius: 0;
  display: none;
}

#HeaderAlertBar h3 {
  color: #ffffff !important;
  text-align: center;
}

#HeaderAlertBar.alert {
  background-color: #ef4662;
}

.imgBox {
  max-height: 350px;
  width: 100%;
  overflow: hidden;
}

/*========================================================
     Color Bar
=========================================================*/

.colorBar {
  border-top: solid 30px #9acfbd;
}

/*========================================================
     Contact Info Styles
=========================================================*/
#ctl00_cphMainContent_divMessageForm .RequiredFields {
  float: right;
  line-height: 10px;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-right: 5px;
}
.PageAccordion .accordion-header-small
{
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #545454;
}
.csHoursBlock {
  margin: -25px 0 20px 0;
}
p.csHours {
  margin-bottom: 0;
  margin-left: 44px;
}
.dayOfWeek {
  display: block;
  float: left;
  min-width: 90px;
}
.timezone {
  font-size: .9em;
}
#ABAaddress {
  line-height: 1.5;
  padding: 10px 40px 10px 10px;
}
#ABAaddress>span.arrowSection {
  margin-top: -18px;
}
.ThankYou {
  margin-bottom: 30px;
  padding-left: 40px;
}

@media(max-width: 425px) {
  .ThankYou {
    padding-left: 20px;
  }
}

/*========================================================
     Professional Opportunities Page Styles
=========================================================*/
.Resources {
  display: inline-block;
}

@media(max-width: 425px) {
  .Resources {
    display: block;
  }
}

/*========================================================
    Sample Downloads
=========================================================*/
.DownloadArt a {
  font-weight: bold;
  padding: 5px;
}

.downloadBox-4 {
  background: rgba(255, 255, 255, 0.35);
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.downloadText {
  margin-bottom: 0px;
}

.downloadImg img {
  width: 60px;
}

@media (max-width: 1200px) {
  .downloadBox-4 {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .downloadBox-4 {
    min-height: 0px;
  }
}

/*========================================================
    Footer Contact Us Section
=========================================================*/
.coverShadow {
  box-shadow: 1px 3px 12px #7d7d7d;
}

.CatalogCover {
  width: 170px;
  margin-bottom: 15px;
}

#newsLetterSignup .modal-content {
  padding: 40px;
}

#ConnectWithUs .block-subscribe .actions #btnSignup {
  margin: 0px;
}

/*========================================================
    Dashboard Account Links
=========================================================*/
.loginBox-Dashboard {
  padding: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
}

/*========================================================
    Footer Block/Boxes
=========================================================*/
.footer-box {
  display: block;
  text-decoration: none;
}

.footer-img {
  width: 100%;
  position: relative;
  height: 95px;
  overflow: hidden;
}

.footer-img-2 {
  width: 100%;
  position: relative;
  height: 85px;
  overflow: hidden;
}

.footer-img:before,
.footer-img-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
}

.footer-img img,
.footer-img-2 img {
  height: auto;
  width: 100%;
  min-width: 150px;
}

.contentHero .hero-content.has-blocks .footer-box p {
  color: #545454 !important;
  text-align: left;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0px;
}

.contentHero .hero-content.has-blocks .footer-box h4 {
  color: #fff !important;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.contentHero .hero-content.has-blocks .footer-box h6 {
  color: #fff !important;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.footer-ad-head {
  font-size: 11pt;
}

.footer-box .col-matchHeight {
  margin-top: 0px;
}

.footer-text-box {
  max-width: 220px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-text {
  background: #fff;
  padding: 10px 10px 20px 10px;
}

.footer-box:hover .footer-img,
.footer-box:hover .footer-img-2 {
  width: 105%;
  transition: all 0.4s ease;
}

@media(max-width:767px) {
  .footer-box {
    margin-bottom: 20px;
  }
}

@media(max-width:1200px) {

  #footer-ads,
  #footer-ads-HS,
  #footer-ads-CS {
    width: 100%;
  }
}

/*========================================================
    Fixed Height Content Blocks Padding
=========================================================*/
.box-sm {
  padding: 0px 0px;
}

.box-md {
  padding: 50px 20px;
}

.box-lg {
  padding: 100px 20px;
}
/*========================================================
    Youtube Video Embed Styles
=========================================================*/
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
 }


  .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
  }

/*========================================================
    Photo Block Styles
=========================================================*/
.photo-block>h2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 15px;
}

.photo-block {
  width: 100%;
  position: relative;
}

.photo-block>img {
  width: 100%;
  display: block;
}

.photo-block-container {
  padding: 10px 0px;
}

/*========================================================
    Photo Heights for Products/Kits
=========================================================*/
.photoHeight-1, .photoHeight-2, .photoHeight-3 {
	margin-top: 0px;
}

@media (min-width:768px) {
  .photoHeight-1 {
    margin-top: 20px;
  }

  .photoHeight-2 {
    margin-top: 40px;
  }

  .photoHeight-3 {
    margin-top: 80px;
  }
}
/*========================================================
    Program & Courses Selectors
=========================================================*/

.grade-selector-container {
	text-align: center;
	max-width: 949px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 20px;
}
.grade-selector-circle {
	width: 75px;
	height: 75px;
	border-radius: 50%;
  border: 2px solid #5F5F5F;
  margin: auto;
}

.grade-selector-circle span {
	color: #5F5F5F;
	font-size: 28px;
	position: relative;
	top: 22px;
}
.grade-selector-circle:hover span {
	display: none;
}
.grade-selector-circle:hover,
.grade-selector-circle:hover:before {
	background-color: #93328E;
	padding-top: 27px !important;
    padding-bottom: 12px;
    overflow: hidden;
}
.grade-selector-circle:hover:before {
	content: '\f063';
	font-size: 40px;
	font-family: "Font Awesome 5 Pro";
	color: #ffffff;
}
.grade-selector-container a {
	display: inline-block;
	text-decoration: none;
	margin: 20px;
	font-size: 15px;
}
.grade-selector-container a:hover {
	color: #93328E;
}
.grade-selector-section {
	text-align: center;
	margin-top: 60px;
}
.at-a-glance-container {
	margin-bottom: 45px;
	overflow: hidden;
}

.icon-sm{
	width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
}
.fa-icon-download {
	background: transparent url(//static.abeka.com/ABeka/images/graphics/Download.png?update=1) center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: block;
	/* position: absolute; */
}
.fa-icon-interactive {
	background: transparent url(//static.abeka.com/ABeka/images/graphics/Interactive.png) center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	display: block;
	/* position: absolute; */
}

.fa-icon-request {
  background: transparent url(//static.abeka.com/ABeka/images/graphics/requestResourceIcon.png) center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  /* position: absolute; */
}
.grade-selector-label {
    margin-top: 5px;
}

@media(min-width: 992px) {
.at-a-glance-container {
	float: left;
}
}

.programgrade-selector-container {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 20px;
}

.programgrade-selector-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #5F5F5F;
}

.programgrade-selector-circle:hover {
  background-color: #4bc1eb;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.programgrade-selector-circle span {
  color: #5F5F5F;
  font-size: 21px;
  position: relative;
  top: 14px;
}

.programgrade-selector-circle:hover span {
  color: #ffffff;
}

.programgrade-selector-container a {
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  font-size: 15px;
}

.programgrade-selector-container a:hover {
  color: #4bc1eb;
}

.programgrade-selector-section {
  text-align: center;
  margin-top: 0px;
}

.programgrade-selector-label {
  color: #5F5F5F;
  font-size: 10px;
}

/*========================================================
    Table styles
=========================================================*/
.enrollmentContents {
  padding: 7px;
  border-spacing: 0px;
  width: 100%;
  margin-top: 8px;
}

/*========================================================
    Page Quick Link Styles
=========================================================*/
.Qlink {
  margin: 8px;
  width: 140px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.Qlink a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 7px;
}

.Qlink a:hover {
  color: #ffffff;
}

.Qlink-blue:hover .Qlink-b-overlay {
  right: 0;
  width: 138px;
  transition: .3s ease;
}

.Qlink-blue {
  border: 2px solid #4bc1eb;
}

.Qlink-b-overlay {
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  left: 0;
  top: 0;
  right: 100%;
  background-color: #4bc1eb;
  overflow: hidden;
  width: 0;
  height: 37px;
  z-index: 100;
  transition: .3s ease;
}

/*Long Quick Links*/
	.Qlink-long {
    margin: 8px;
    width: 205px;
    height: 40px;
    display: inline-block;
    position: relative;
	}

.Qlink-long a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 7px;
}

.Qlink-long a:hover {
  color: #ffffff;
}

.Qlink-blue-long:hover .Qlink-b-overlay-long {
  right: 0;
  width: 203px;
  transition: .3s ease;
}

.Qlink-blue-long {
  border: 2px solid #4bc1eb;
}

.Qlink-b-overlay-long {
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  left: 0;
  top: 0;
  right: 100%;
  background-color: #4bc1eb;
  overflow: hidden;
  width: 0;
  height: 37px;
  z-index: 100;
  transition: .3s ease;
}

/*========================================================
    Email Subscription Styles
=========================================================*/
div.email-consent {
   background-color: #e0e0e0;
   padding: 10px 5px;
   margin: auto 0;
}

.contentHero .hero-content span#rfvEmailConsent {
   padding-left: 15px;
}

@media (min-width: 1200px) {
   .contentHero .hero-content span#rfvEmailConsent {
      padding-left: 10px;
   }
}
/*========================================================
    FAQ Styles
=========================================================*/

.Question {
  font-size: 18px !important;
  color: #93328E;
  line-height: 26px;
}

.Question:before {
  content: '\f059';
  font-style: normal;
  font-family: FontAwesome;
  color: #92278f;
  margin-right: 5px;
}
/*========================================================
    Shadow Styles
=========================================================*/


/*========================================================
    Wallpaper Page Styles 
=========================================================*/
.mobileWallpapers {
  font-weight: normal;
  padding: 10px 0px 0px 0px;
}

/*========================================================
    General Rotation Styles
=========================================================*/
.rotate180 {
  transform: rotate(180deg);
}

/*========================================================
    DDL Placeholders
=========================================================*/
input::-webkit-input-placeholder { /* WebKit browsers */
  color: #909090 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #909090 !important;
}

input:-ms-input-placeholder { /* IE 10+ */
  color: #909090 !important;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #909090 !important;
} 

