/********** common setting **********/

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

a.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

a.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

a.cta-green {
    background: #00FFAD;
    color: #192440 !important;
}

a.cta-green:hover {
    color: #ffffff;
    background: #00e69c !important;
}

a.cta-blue {
    background: #192440;
    color: #ffffff !important;
}

a.cta-blue:hover {
    color: #ffffff !important;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440 !important;
}

.cta-ghost:hover {
    color: #ffffff !important;
    background: #121a2e;
}

#banner {
    background-size: cover;
    background-image: url("img/banner-bk-1.png");
    padding: 0px 0px;
    height:649px;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 100%;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
} 

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}
ul.list-wklyship {
	text-align: left;
}
.jumbotron.jumbotron-wklyship {
	background-color: #fff;	
}
.fa.fa-wklyship {
	font-size:65px;
	margin: 10px 0px 20px;
}
.round-box {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 100;
}
.round-box .box-inner {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box .box-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow:  0 0 9px 1px #b0d1ea;
  -moz-box-shadow: 0 0 9px 1px #b0d1ea;
  box-shadow: 0 0 9px 1px #b0d1ea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box i {
  font-size: 52px;
  color: white;
  line-height: 1em;
  text-shadow: 1px 1px 1px black;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px; 
}
.img-wklyship {
	display:inline;
	height: 35px;
}
.img-wklyship-shadow {
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.wklyship-layer {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	/*
	background-color: rgba(24,32,52,0.9); 
	background-color: rgba(72,124,178,0.8);  
	*/
	background-color: rgba(41,85,145,0.8); 
}
.wklyship-hero-copy {
	padding-top:37px;
}
div.hidden {
	display: none;
}
.fade-ws--hide {
	display: none;
}
button.xhide {
	display:none;
}
h1.display-3 {
	font-size: 3.5rem !important;
}
h1 .next-line-padded {
	padding-left:115px;
}
.custom-control {
	margin-top: 20px;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.m-t-med {
	margin-top: 37px;
}
.c-legacy-theme .btn-category {
    background-color: #fff;
}
.logoContainer {
    margin: 0 100px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.logoCarrier {
    flex: 0 1 auto;
    margin: 10px 50px;
    max-height: 30px; 
}