/* {#PA Copy#}
	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 -----------------------------------
 */

/* ------------------------------------------------------------ *\
	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: none;
}

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;
}

h5 {
    font-size: 28px;
}

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%;
}

.col-1of3 {
    width: 33%;
    text-align: center;
}

/*  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;
}

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
    background-color: rgb(22, 176, 34);
    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 .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% - 550px);
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
}

.shell-fluid {
    max-width: none;
}

.shell-small {
    max-width: 920px;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    min-height: 100vh;
}

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
    background: #010a45;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
}

.box h3 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(22, 176, 34);
}

.box span {
    color: rgb(22, 176, 34);
    font-size: 28px;
    font-weight: bold;
}

.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;
}

/* ------------------------------------------------------------ *\
	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;
}

.btn-orange {
    height: 28px;
    padding: 15px 32px;
    background-color: #f36f21;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: 25px;
    border-radius: 25px;
}

/* ------------------------------------------------------------ *\
	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 {
    display: inline-block;
    padding: 0px 10px;
    color: rgb(22, 176, 34);
}

.form input {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: none;
    padding: 8px;
}

.form input.submit {
    background-color: rgb(22, 176, 34);
    color: white;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
    height: 657px;
    background-position: center center;
    background-size: cover;
}

.intro.home {
    background-image: url("images/decadewbackground.png");
}

.intro.certified {
    background-image: url("images/certifiedheader.png");
}

.intro h1 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.02em;
}

.intro,
.intro .shell {
    height: 600px;
}

.intro .shell {
    position: relative;
}

.intro .intro-content {
    position: absolute;
    right: 0;
    bottom: 160px;
    text-align: right;
}

/* ------------------------------------------------------------ *\
	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;
}

/* ------------------------------------------------------------ *\
	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 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;
    margin-bottom: 200px;
}

.section-white {
    background: #fff;
}

.section h3 {
    line-height: 1.1em;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    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;
}

/* ------------------------------------------------------------ *\
	Arrow Boxes
\* ------------------------------------------------------------ */

div#arrows {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    height: 200px;
}

div.right-arrow {
    float: left;
    line-height: 30px;
    padding: 20px 10px;
    position: relative;
    width: 279px;
    height: 160px;
}

div.right-arrow h4 {
    font-size: 18px;
    margin-bottom: 2px;
}

div.right-arrow p {
    font-size: 14px;
}

div.right-arrow:before,
div.right-arrow:after {
    content: "";
    border-style: solid;
    border-width: 0;
    height: 0;
    position: absolute;
    width: 0;
}

div.right-arrow {
    background-color: #9ecbac;
}

div.right-arrow:before,
div.right-arrow:after {
    border-width: 80px 0 80px 40px;
}

div.right-arrow a:link, div.right-arrow a:visited {
    font-weight: bold;
    color: #363636;
    text-decoration: underline;
}

div.right-arrow:before {
    border-color: #9ecbac transparent;
    left: -40px;
    top: 0px;
}

div.right-arrow:after {
    border-color: transparent #9ecbac;
    right: -40px;
    top: 0px;
}

/* ------------------------------------------------------------ *\
	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 {
}

.section-boxes .flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-boxes .box {
    height: 100%;
}

.section-boxes .col {
}

.section-box {
    max-width: 1160px;
    padding: 30px 10px;
    margin: 22px auto;
}

.section-box h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-box h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 10px;
}

.section-box p {
    font-size: 16px;
}

.section-box .focus {
    font-weight: bold;
    color: #f47a20;
}

.section-box .img {
    background: #010a45;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.section-box .img.no-background {
    background: none;
}

.section-box .img img {
    max-width: 300px;
    max-height: 150px;
}

.circles div {
    display: inline-block;
    text-align: center;
    width: 150px;
}

.circles .circle {
    width: 100px;
    height: 100px;
    background-color: rgb(22, 176, 34);
    color: white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 36px;
    font-weight: bold;
    padding-top: 28px;
}

.circles .name {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.table-list {
    background-color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.table-list table {
    color: white;
    text-align: center;
}

.table-list td {
    padding: 2px;
}

.table-list td:first-child {
    border-right: 1px solid white;
}

/* ------------------------------------------------------------ *\
	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;
}
