html {
    margin-top: 0!important
}

body,h1,h2,h3,h4 {
    font-weight: 400;
    color: #373f41
}

body {
    font-family: muli,sans-serif;
    font-size: 16px;
    line-height: 1.4
}

h1,h2,h3,h4 {
    font-family: 'Roboto Condensed',sans-serif
}

h1 {
    font-size: 54px;
    text-shadow: none;
}

h2 {
    font-size: 44px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 19px
}

p {
    margin-bottom: 25px
}

ol {
    list-style: decimal;
    padding-left: 18px
}

.text-btn,input[type=submit] {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1em;
    line-height: 46px;
    text-transform: none
}

.text-btn:hover,input[type=submit]:hover {
    background-color: #d55a0c;
    border-color: #d55a0c;
    color: #fff
}

.responsive-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#wpadminbar {
    display: none
}

#block-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    overflow: scroll;
    z-index: 999
}

#block-content div {
    width: 700px;
    max-width: calc(100% - 30px);
    padding: 30px;
    margin: 100px auto;
    background-color: #fff
}

#header.giveaway,#header.toolkit {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

#toolkit-intro {
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
    margin-top: -130px;
    margin-bottom: 75px;
    background-image: url(images/pattern-bg.jpg);
    border-bottom: 24px solid #f37321
}

#toolkit-intro:after,#toolkit-intro:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat
}

#toolkit-intro:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/toolkit-overlay.png);
    background-position: 0 100%;
    background-size: 100% 530px
}

#toolkit-intro:after {
    top: 50%;
    right: 5%;
    width: 48%;
    padding-bottom: 40%;
    background-image: url(images/toolkit-book.png);
    background-position: 50%;
    background-size: contain;
    transform: translateY(-50%)
}

#toolkit-intro #logo {
    position: relative;
    width: 12rem;
    top: -115px
}

#toolkit-intro .content {
    position: relative;
    width: 600px;
    max-width: 100%;
    z-index: 1
}

#toolkit-intro .content p {
    padding-right: 85px;
}

#toolkit-intro .content .gform_wrapper {
    padding: 0 100px 0 0;
    background-color: transparent;
    box-shadow: none;
}

#toolkit-intro .content .gform_confirmation_wrapper {
    padding: 15px;
    margin-right: 150px;
    background-color: #fff;
    border: 1px solid #921d55;
    border-radius: 5px
}

#giveaway-intro .content label,#section-3 label,#toolkit-intro .content label {
    position: absolute;
    left: -9999px
}

#toolkit-intro .content input:not([type=submit]) {
    height: 46px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #f37321
}

#toolkit-intro .content input[type=submit] {
    width: calc(100% - 16px);
    padding: 15px;
    background-color: #f37321;
    border-radius: 0;
    transition: background .33s;
}
#toolkit-intro .content input[type=submit]:hover {
	background-color: #d55a0c;
	border-color: #d55a0c;
}

#toolkit-intro .scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    background-color: transparent;
    border: 0;
    transform: translateX(-50%);
    font-size: 50px;
    line-height: 1;
    color: #fff
}

#giveaway-intro {
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
    margin-top: -100px;
    margin-bottom: 75px;
    background-position: 100% 100%;
    background-size: cover;
    border-bottom: 24px solid #f37321
}

#giveaway-intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75,26,50,.8)
}

#giveaway-intro #logo {
    position: relative;
    width: 12rem;
    top: -145px
}

#giveaway-intro .content {
    position: relative;
    display: flex;
    justify-content: space-between
}

#giveaway-intro .content>div {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%
}

#giveaway-intro .content .js-reframe {
    margin-top: 18px
}

#giveaway-intro .content h1 {
    font-weight: 700;
    color: #fff
}

#giveaway-intro .content ol,#giveaway-intro .content p,#giveaway-intro .content ul {
    color: #fff
}

#giveaway-intro .content input:not([type=submit]),#section-3 input:not([type=submit]) {
    height: 46px;
    padding-right: 15px;
    padding-left: 15px;
    border-color: #f37321
}

#giveaway-intro .content input[type=submit],#section-3 input[type=submit] {
    width: calc(100% - 16px)
}

#giveaway-intro .content .gform_confirmation_wrapper {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #921d55;
    border-radius: 5px
}

#giveaway-intro .scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    background-color: transparent;
    border: 0;
    transform: translateX(-50%);
    font-size: 50px;
    line-height: 1;
    color: #fff
}

#section-1 {
    padding-bottom: 50px;
    align-items: center
}

#section-1 .intro {
    padding-right: 12.5%;
    padding-left: 12.5%;
    padding-bottom: 50px;
    text-align: center
}

#section-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#section-1 .content img {
    width: calc(50% - 35px)
}

#section-1 .content>div {
    width: 50%
}

#section-1 .boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#section-1 .boxes>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px
}

#section-1 .boxes h4,#tabs li a {
    display: block
}

#featured .intro .download i,#section-1 .boxes h4 i {
    display: inline-block;
    margin-right: 5px;
    color: #921d55
}

#section-1 .boxes p,#section-2 .swiper-slide p {
    font-size: 14px;
    line-height: 1.5
}

#section-2 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(images/pattern-bg.jpg)
}

#section-2 .intro {
    padding-right: 12.5%;
    padding-left: 12.5%;
    padding-bottom: 50px;
    text-align: center
}

#section-2 .swiper-slide {
    height: auto;
    background-color: #fff
}

#section-2 .swiper-slide .img {
    height: 220px;
    background-position: 50% 0;
    background-size: cover
}

#section-2 .swiper-slide .text {
    display: block;
    padding: 25px 15px;
    text-align: center
}

#section-2 .swiper-button-next,#section-2 .swiper-button-prev {
    top: 205px;
    width: 30px;
    height: auto;
    background-color: rgba(0,0,0,.65);
    border-radius: 50%;
    color: #fff
}

#section-2 .swiper-button-next:after,#section-2 .swiper-button-prev:after {
    font-size: 15px;
    line-height: 30px
}

#section-2 .swiper-button-next {
    right: 10px
}

#section-2 .swiper-button-prev {
    left: 10px
}

#section-2 .swiper-pagination {
    display: none
}

#section-3 {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center
}

#section-3 .content {
    padding: 30px 15% 45px;
    text-align: left
}

#featured {
    padding-top: 50px
}

#featured .container {
    padding: 60px;
    border: 1px solid #707070
}

#featured .intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

#featured .intro>div {
    width: calc(40% - 35px)
}

#featured .intro .tag {
    display: table;
    margin-bottom: 15px;
    border-bottom: 2px solid #f37321;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

#featured .intro h2 {
    font-size: 37px;
    line-height: 1.3;
    font-weight: 600
}

#featured .intro .download {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

#featured .intro .download i {
    vertical-align: top;
    font-size: 16px;
    color: #f37321
}

#featured .intro img {
    width: 60%
}

#tabs {
    position: relative;
    z-index: 1
}

#tabs li {
    display: inline-block
}

#tabs li a {
    padding: 12px 30px;
    border: 1px solid #f37321;
    border-bottom-color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #151414
}

#tabs li a.inactive {
    background-color: #f37321;
    border-bottom-color: #f37321;
    color: #fff
}

#tabs li a.inactive:hover {
    background-color: #d55a0c
}

.tab-container {
    padding: 50px 50px 100px;
    border: 1px solid #f37321;
    transform: translateY(-1px)
}
#footer {
	margin-top: 60px;
	background-color: #9d005d;
	
	font-size: .875rem;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
#footer .legal {
	font-size: .625rem;
}
#social-icons {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
}
#social-icons svg {
	fill: #fff;
}
#social-icons a:hover {
	background-color: #fff;
}
#social-icons a:hover svg {
	fill: #9d005d;
}
#toolkit-nav {
	margin-bottom: 60px;
}
#toolkit-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
#toolkit-nav li {
	padding-right: 1em;
	padding-left: 1em;
}
#toolkit-nav li + li {
	border-left: 1px solid #fff;
}
#toolkit-nav a {
	font-size: .6875rem;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 782px) {
    #giveaway-intro .content {
        display:block
    }

    #giveaway-intro .content>div {
        width: 450px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }

    #featured .intro>div {
        width: calc(55% - 35px)
    }

    #featured .intro img {
        width: 40%
    }
}

@media (max-width: 767px) {
    #giveaway-intro,#toolkit-intro {
        padding-top:170px
    }
}

@media (max-width: 640px) {
    .gform_wrapper ul li.gfield {
        margin-top:8px!important
    }

    #header {
        text-align: center
    }

    #header #logo {
        display: inline-block
    }

    #toolkit-intro {
        padding-top: 130px;
        padding-bottom: 350px
    }

    #toolkit-intro:before {
        background-position: 50% 100%;
        background-size: 800px 300px
    }

    #toolkit-intro:after {
        top: auto;
        right: 50%;
        bottom: 100px;
        width: 400px;
        padding-bottom: 50%;
        transform: translate(50%,0)
    }

    #toolkit-intro .content .gform_wrapper,#toolkit-intro .content p {
        padding-right: 0
    }

    #giveaway-intro .content input[type=submit],#section-1 .content img,#section-1 .content>div,#section-3 input[type=submit],#toolkit-intro .content input[type=submit] {
        width: 100%
    }

    #section-1,#toolkit-intro {
        text-align: center
    }

    #section-1 .boxes h4 i,#section-1 .content {
        display: block
    }

    #section-1 .boxes {
        display: block;
        padding-top: 45px
    }

    #section-1 .boxes>div {
        width: 400px;
        margin-right: auto;
        margin-left: auto
    }

    #featured .intro,#featured .intro img,#featured .intro>div {
        display: block
    }

    #featured .intro img,#featured .intro>div,#tabs,.tab-container {
        width: 450px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 576px) {
    h1 {
        font-size:46px
    }

    h2 {
        font-size: 37px
    }

    h3 {
        font-size: 28px
    }

    h4 {
        font-size: 18px
    }

    #section-2 .swiper-slide {
        margin-bottom: 50px
    }

    #section-2 .swiper-button-next,#section-2 .swiper-button-prev {
        display: none
    }

    #section-2 .swiper-pagination {
        display: block
    }

    #section-2 .swiper-pagination-bullet,#section-2 .swiper-pagination-bullet-active {
        width: 11px;
        height: 11px;
        background: #fff;
        border: 1px solid #373f41
    }

    #section-2 .swiper-pagination-bullet-active {
        background: #373f41
    }
}
