/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
.am-layout a {
    color: #18bc9c;
    text-decoration: none;
}

.am-layout .am-header,
.am-layout .am-header-content-wrapper {
	background:#fff;
	border:none;
	padding-left:0px;
}

.am-header-content .am-header-content-logo {
    max-height: 40px;
    margin-top: 5px;
}
.am-header-content .am-header-content-content {
	font-size:20px;
	margin-top:15px;
}

.am-header-line {
	background: #f39c12;
	border-top: 1px solid #f39c12;
	border-bottom: 1px solid #f39c12;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

body {
	font-size: 15px !important;
	color: #2c3e50 !important;
}

input[type=submit]
,.am-layout a.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #f39c12;
    border-color: #f39c12;
    text-transform: uppercase;
}

input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active
,.am-layout a.btn:hover,.am-layout a.btn:focus,.am-layout a.btn:active {
	color: #ffffff;
    background: #c87f0a;
    border-color: #be780a;
    text-shadow:none;
}

.am-layout a.btn.btn-secondary {
    color: #2c3e50;
    background:#ecf0f1;
    border-color: #ecf0f1;
}

.am-layout a.btn.btn-secondary:hover,.am-layout a.btn.btn-secondary:focus,.am-layout a.btn.btn-secondary:active {
    color: #2c3e50;
    background:#d3d7d8;
    border-color: #d3d7d8;
}

.am-block .am-video-poster-thumb {
    max-width: 160px;
    max-height: 90px;
    overflow: hidden;
}

.am-block .am-video-wrapper .am-video-poster-thumb img {
    width: 160px !important;
    height: 90px !important;
}

.am-body-content .am-block .am-media-object {
    display: flex;
    align-items: flex-start;
}

.am-body-content .am-block .am-media-object .am-video-poster-thumb {
    margin-right: 1em;
}

.am-body-content .am-block .am-media-object .am-media-body {
    flex: 1;
}

.am-body-content .am-block .am-media-object .am-media-body p {
    color: #666;
}


.am-content-page ul
,.am-content-page ol
,.am-body-content ul
,.am-body-content ol {
    margin-left: 2em;
    margin-bottom: 1em;
}

.am-content-page ul li 
,.am-body-content ul li {
    list-style: disc;
}

.am-content-page ol li 
,.am-body-content ol li {
    list-style: decimal;
}

.am-content-page span {
    line-height: 1.5em !important;
}

.am-upsell-footer {
    margin-bottom: 30px;
    padding: 30px 15px;
    background: #ecf0f1;
}

.am-upsell-footer .upsell-cta {
    text-align: center;
    display: flex;
    align-items: center;
}

.am-upsell-footer .upsell-cta a{
    flex: 1;
}

.am-upsell-footer h3 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #f39c12;
}

.am-video {
    width: 100%    !important;
    height: 100%   !important;
    max-width: 640px    !important;
    max-height: 360px   ;
}

@media(max-width:767px){
    .am-video {
        min-height: 180px;
    }
}
@media(min-width:768px){
    .am-video {
        min-height: 360px;
    }
}


.am-video-poster>img {
    max-width: 100%;
    height: auto;
    display: block;
}

.btn-large {
    text-transform: uppercase;
}

.am-block-categories h4 {
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 1em;
}

.quote-inline {
    padding:15px 10px !important;
    margin-bottom: 2rem !important;
}

.quote-inline strong:first-child {
    display: block;
}

.quote-inline img {
    margin-right: 1em;
}

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

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.embed-container {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
max-width:100%;
}

.embed-container iframe,.embed-container object,.embed-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.am-inter h2 {
    font-size: 24px;
    margin-top: 1rem;
}

.am-inter ul {
    margin-top: 2em;
}

.am-inter ul li {
    margin-bottom: 1em;
}

.thanks-premium-signup {
    margin-top: 2rem;
}
