/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Box --------------------------------------
	         Small Desktop ----------------------------
	     02. Button -----------------------------------
	         Button Block -----------------------------
	     03. Form Elements ----------------------------
	     04. Form -------------------------------------
	     05. Intro ------------------------------------
	         Small Desktop ----------------------------
	     06. List -------------------------------------
	     07. List Featires ----------------------------
	         Small Desktop ----------------------------
	     08. Logo -------------------------------------
	     09. Nav --------------------------------------
	     10. Nav Access -------------------------------
	     11. Section ----------------------------------
	     12. Section Features -------------------------
	     13. Section Contact --------------------------
	     14. Section Boxes ----------------------------
	     15. Section Intro ----------------------------
	     16. Slider -----------------------------------
	     17. Table ------------------------------------
	     18. Widget -----------------------------------
 */

.ico-game {
    background-image: url(images/sprite.png);
    background-position: 62.751677852349% 28.846153846153843%;
    background-size: 438.6363636363637% 281.3953488372093%;
    width: 88px;
    height: 86px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-post-game {
    background-image: url(images/sprite.png);
    background-position: 0% 0%;
    background-size: 210.9289617486339% 350.72463768115944%;
    width: 183px;
    height: 69px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-practice {
    background-image: url(images/sprite.png);
    background-position: 0% 100%;
    background-size: 742.3076923076924% 244.44444444444446%;
    width: 52px;
    height: 99px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-score {
    background-image: url(images/sprite.png);
    background-position: 0% 41.47727272727273%;
    background-size: 210.9289617486339% 366.66666666666663%;
    width: 183px;
    height: 66px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.logo-small-dark {
    background-image: url(images/sprite.png);
    background-position: 100% 0%;
    background-size: 193.96984924623115% 590.2439024390244%;
    width: 199px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.logo-small {
    background-image: url(images/sprite.png);
    background-position: 22.48995983935743% 78.97196261682244%;
    background-size: 281.75182481751824% 864.2857142857142%;
    width: 137px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.logo {
    background-image: url(images/sprite.png);
    background-position: 29.31937172774869% 65%;
    background-size: 197.94871794871796% 1100%;
    width: 195px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-game {
        background-image: url(images/sprite.@2x.png);
        background-position: 61.092150170648466% 30%;
        background-size: 444.7058823529412% 280.72289156626505%;
        width: 85px;
        height: 83px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-post-game {
        background-image: url(images/sprite.@2x.png);
        background-position: 0% 0%;
        background-size: 216% 347.76119402985074%;
        width: 175px;
        height: 67px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-practice {
        background-image: url(images/sprite.@2x.png);
        background-position: 0% 100%;
        background-size: 756% 245.26315789473685%;
        width: 50px;
        height: 95px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-score {
        background-image: url(images/sprite.@2x.png);
        background-position: 0% 41.76470588235294%;
        background-size: 216% 369.8412698412699%;
        width: 175px;
        height: 63px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .logo-small-dark {
        background-image: url(images/sprite.@2x.png);
        background-position: 100% 0%;
        background-size: 189.9497487437186% 568.2926829268292%;
        width: 199px;
        height: 41px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .logo-small {
        background-image: url(images/sprite.@2x.png);
        background-position: 22.40663900414938% 80%;
        background-size: 275.9124087591241% 832.1428571428571%;
        width: 137px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .logo {
        background-image: url(images/sprite.@2x.png);
        background-position: 29.589041095890412% 65.40284360189574%;
        background-size: 193.35038363171356% 1059.0909090909092%;
        width: 195.5px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
}

.cols:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html {
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
    min-width: 1200px;
    background: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #363636;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.65em;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 22px;
}

p,
ul,
ol,
dl,
table,
blockquote {
    margin-bottom: 1.3em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima Nova Semibold.eot');
    src: url('fonts/Proxima Nova Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Proxima Nova Semibold.woff2') format('woff2'),
    url('fonts/Proxima Nova Semibold.woff') format('woff'),
    url('fonts/Proxima Nova Semibold.svg#Proxima Nova Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima Nova Bold.eot');
    src: url('fonts/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Proxima Nova Bold.woff2') format('woff2'),
    url('fonts/Proxima Nova Bold.woff') format('woff'),
    url('fonts/Proxima Nova Bold.svg#Proxima Nova Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/Proxima Nova.eot');
    src: url('fonts/Proxima Nova.eot?#iefix') format('embedded-opentype'),
    url('fonts/Proxima Nova.woff2') format('woff2'),
    url('fonts/Proxima Nova.woff') format('woff'),
    url('fonts/Proxima Nova.svg#Proxima Nova') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/*  Notext  */
.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
    display: none;
}

/*  Alignleft  */
.alignleft {
    float: left;
}

/*  Alignright  */
.alignright {
    float: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}

/*  Grid  */
.cols {
    margin: 0 -33px;
}

.cols:after {
}

.col {
    float: left;
    width: 100%;
    padding: 0 33px;
}

.col-1of2 {
    width: 50%;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
    background: #001D49;
    padding: 25px 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .logo {
    -webkit-flex: 0 0 195px;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
}

.header .header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 271px);
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1160px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.shell-fluid {
    max-width: none;
}

.shell-small {
    max-width: 920px;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/
/
.wrapper {
    min-height: 100vh;
}

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
    background: #eaeaea;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
}

.box h3 {
    font-size: 32px;
    font-weight: 700;
    color: #363636;
}

.box h3 span {
    color: #f05d25;
}

.box .box-head {
    min-height: 263px;
    padding: 10px 0;
}

.box .box-head h3 {
    margin-bottom: 16px;
}

.box .box-head p {
    font-size: 22px;
    line-height: 1.10em;
}

.box .box-body {
    background: #fff;
    min-height: 245px;
    text-align: left;
    padding: 10px;
}

.box .box-body p {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.box .box-body p strong {
    font-weight: 700;
}

.box .box-body h6 {
    font-size: 22px;
    margin: 16px 0 20px;
}

.box .box-body img {
}

.box-with-image .box-body {
    padding-bottom: 0;
    min-height: 0;
}

/* Small Desktop */
@media (max-width: 1200px) {
    .box .box-head p {
        font-size: 20px;
    }

    .box .box-body p {
        font-size: 18px;
    }

}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*  Button Block  */
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
}

.textarea {
}

.select {
}

.radio {
}

.checkbox {
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
    height: 657px;
    background-position: center center;
    background-size: cover;
}

.intro h1 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.02em;
}

.intro,
.intro .shell {
    height: 657px;
}

.intro .shell {
    position: relative;
}

.intro .intro-content {
    position: absolute;
    right: 0;
    bottom: 160px;
    text-align: right;
}

/* Small Desktop */
@media (max-width: 1200px) {
    .intro,
    .intro .shell {
        height: 585px;
    }

    .intro .intro-content {
        right: 10px;
    }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Featires
\* ------------------------------------------------------------ */
.list-features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.list-features li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #515252;
    padding: 0 10px;
}

.list-features span {
    display: block;
    margin-bottom: 10px;
    min-height: 99px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-features strong {
    color: #515252;
    font-weight: 400;
    font-size: 28px;
    display: block;
    margin-bottom: 13px;
}

.list-features strong a {
    text-decoration: none;
    transition: color .4s;
}

.list-features strong a:hover {
    color: #000;
}

.list-features li p {
    font-size: 18px;
    line-height: 1.35em;
}

/* Small Desktop */
@media (max-width: 1200px) {
    .list-features br {
        display: none;
    }

    .list-features li {
        padding: 0 30px;
    }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
}

.nav a {
    font-size: 22px;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .4s;
}

.nav a:hover {
    opacity: .8;
}

.nav a.focus {
    color: #c;
}

.nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav ul li + li {
    margin-left: 87px;
}

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */
.nav-access {
    padding-right: 20px;
}

.nav-access a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .4s;
}

.nav-access a:hover {
    opacity: .8;
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
    background: #f8f8f8;
    padding: 58px 0 48px;
}

.section-white {
    background: #fff;
}

.section h3, section h4 {
    line-height: 1.1em;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
    letter-spacing: 0.03em;
}

.section p {
    font-size: 24px;
    line-height: 1.17em;
    margin-bottom: 27px;
}

.section p:last-child {
    margin-bottom: 0;
}

.section h5 {
    font-weight: 400;
    line-height: 1.07em;
}

.section h3 span {
    color: #f05d25;
}

.section-outro {
    padding: 81px 0 75px;
}

.section-outro h3 {
    text-transform: none;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.section-outro h3 .logo-small {
    vertical-align: baseline;
}

.section .col.imgbox {
    text-align: center;
    vertical-align: middle;
}

.section ul li {
    font-size: 20px;
    margin-left: 20px;
    padding-left: 20px;
}

.boxit {
    border: 2px solid grey;
}

.section .centerbox {
    text-align: center;
    width: 100%;
}

.btn:hover, .btn a {
    text-decoration: none;
}

.btn-orange {
    height: 28px;
    padding: 0 32px;
    background-color: #f36f21;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: 25px;
    border-radius: 25px;
}

.btn-orange:hover {
    background-color: #e45501;
}

a.learn {
    color: #f36f21;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features {
    padding: 70px 0 67px;
}

.section-features h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
    letter-spacing: 0.03em;
    margin-bottom: 29px;
}

/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */
.section-contact {
    padding: 33px 0;
}

.section-contact .section-title {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 29px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.0em;
}

.section-contact .section-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    background: url(../css/images/section-title-decoration.png) 0 0 no-repeat;
    width: 413px;
    height: 2px;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-contact .section-title a[href^="mailto"] {
    text-decoration: none;
}

.section-contact .copyright {
    text-transform: uppercase;
    font-size: 24px;
}

/* ------------------------------------------------------------ *\
	Section Boxes
\* ------------------------------------------------------------ */
.section-boxes {
    padding: 41px 33px;
}

.section-boxes .flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -33px;
}

.section-boxes .box {
    height: 100%;
}

.section-boxes .col {
    margin: 22px 0;
}

/* ------------------------------------------------------------ *\
	Section Intro
\* ------------------------------------------------------------ */
.section-intro {
    padding: 43px 0 0;
    border-bottom: 10px solid #eaeaea;
    background: #fff;
}

.section-intro .section-head {
    margin-bottom: 29px;
}

.section-intro h1 {
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 0;
}

.section-intro h1 .logo-small-dark {
    vertical-align: baseline;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
}

.slider .slides {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
    list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Plans Page
\* ------------------------------------------------------------ */
table.plan-table {
    width: auto;
    margin: auto;
}

table.plan-table td {
    border: 1px solid #eaeaea;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
}

table.plan-table th {
    font-size: 20px;
    font-weight: bold;
}

table.plan-table td.header {
    background-color: white;
    width: 400px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

table.plan-table td.header.footnote {
    padding-left: 30px;
    font-size: 12px;
}

table.plan-table td.check, table.plan-table th.check {
    color: #F05023;
    padding: 0px 15px;
}

table.plan-table td.info {
    font-size: 16px;
}

div.col p.notes {
    font-size: 16px;
}

table.plan-table tr.top th, table.plan-table tr.top td {
    border-right: 2px solid black;
    border-left: 2px solid black;
}

table.plan-table tr.row td:first-child {
    border-left: 2px solid black;
}

table.plan-table tr.row td:last-child {
    border-right: 2px solid black;
}

table.plan-table tr.bottom th, table.plan-table tr.bottom td {
    border-bottom: 2px solid black;
}
