body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background-color: #dfdcd8;
}

#wrapper {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h3:first-child {
    margin-bottom: 14px;
}
h1.title {
    margin-bottom: 0;
}

h3.subtitle {
    margin-top: 0;
}

ul {
    margin: 0;
    padding-left: 18px;
}

#wrapper,
#header,
#footer {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

#header {
    background-color: #fff;
}

#container {
    display: inline-block;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    #container {
        margin-bottom: 126px;
    }
}

.border-top {
    border-top: 1px solid #000;
}

.border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

#logo {
    margin-left: 20px;
    padding-top: 15px;
    position: relative;
    z-index: 999;
}

.inner {
    padding: 30px;
}

#navigation {
    float: right;
    padding: 15px 0;
    margin-top: 30px;
    margin-right: 30px;
}

#navigation ul {
    list-style: none;
}

#navigation li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    float: left;
    margin-right: 15px;
}

#navigation li:last-child {
    margin-right: 0;
}

#navigation li a {
    color: #000000;
}

.slicknav_nav li a.active,
#navigation li a.active,
#navigation li a:hover {
    color: #f07f13;
}

#social-buttons .icon {
    display: inline-block;
    margin-right: 15px;
}

#header-image img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

.ui.button.orange,
.ui.button.orange:visited,
.ui.button.orange:hover,
.ui.button.orange:focus,
.ui.button.orange:active {
    background-color: #f07f13;
}

#google-maps {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: -30px;
    margin-right: -30px;
}

#introduction {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.28571429rem;
    line-height: 1.28571429em;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root #google-maps {
    margin-bottom: 80px;
}

#place-of-work,
#contact,
#about-us {
    margin-top: 20px;
}

#place-of-work {
    margin-bottom: 30px;
}

#place-of-work p:last-child {
    margin: 0 0 1em;
}

.apply {
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    position: relative;
}
.apply.full-width {
    margin-top:20px;
    width:100%;
    text-align: center;
}
#footer {
    background-color: #fff;
}

#footer .inner {
    padding-bottom: 25px;
}

#youtube {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 430px; /* 0 */
    overflow: hidden;
    width: 100%;
    display:none
}

#youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#personal-url {
    margin-top: 10px;
    overflow: auto;
}
#personal-url a {
    color: #f07f13;
    float:right;
}
#personal-url a:hover{
    cursor: pointer;
    color: #000;
}
@media screen and (max-width: 768px) {
    #navigation {
        float: left;
        margin-top: 0;
    }

    #footer {
        padding-top: 18px;
        padding-bottom: 8px;
    }

    #social-buttons {
        padding: 10px;
    }
    #personal-url {
        margin-top: 0;
        text-align: center;
    }
    #personal-url a {
        float:none;
    }
    .icon img {
        height: 30px;
        width: 30px;
    }

    .apply {
        width: 100%;
        display: block;
    }

    #apply-button {
        overflow: hidden;
        position: relative;
        top: -15px;
    }

    #footer .inner {
        padding: 0;
    }
}

#benefits {
    width: 100%;
    float: left;
    margin: 20px 0;
    background: #f3f5f4;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#benefits h3 {
    line-height: 1.4em;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#benefits .tiles {
    position: relative;
    clear: both;
    margin-right: -2%;
}

#benefits .tile {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin-bottom: 2%;
    margin-right: 1.8%;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    cursor: pointer;
    vertical-align: top;
    background-color: #fff;
}

#benefits .active-tile {
    width: 362px;
    height: 120px;
    background-color: #ffffff;
}

#benefits .icon-tile {
    width: 120px;
    height: 120px;
    float: left;
    background: #f07f13;
    fill: #ffffff;
}

#benefits .active-tile .icon-tile,
#benefits .tile:hover .icon-tile {
    background: #ffffff;
    fill: #f07f13;
}

#benefits .tile p {
    opacity: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
}

#benefits .active-tile p {
    opacity: 1;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    /*delay of 0.25s for better effect*/
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

#benefits .benefits-information {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

@media screen and (max-width: 580px) {
    #benefits .tiles {
        margin-right: 0;
    }

    #benefits .icon-tile {
        background-color: #fff;
        fill: #f07f13;
    }

    #benefits .tile,
    #benefits .active-tile {
        height: auto;
        width: 100%;
        cursor: auto;
        background-color: #ffffff;
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }

    #benefits .icon-tile {
        height: 60px;
        width: 60px;
    }

    #benefits .tile p {
        opacity: 1;
        padding: 8px 8px 8px 60px;
        font-size: 15px;
        line-height: 20px;
    }
}

/**
 * SlickNav
 */
.slicknav_btn, .slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu, .slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    margin-bottom: 45px !important;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .155em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li, .slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    float: left;
    display: block;
    width: 100%
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline-block;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    position: fixed;
    top: 0;
    right: 0;
    *zoom: 1;
    font-size: 20px;
    padding: 43px 30px;
    width: 100%;
    display: none;
    z-index: 7;
}

.slicknav_menu ul {
    background-color: #f3f5f4;
    border-bottom: 1px solid #000;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f07f13;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    padding: 15px 10px;
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    background: #fff;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    background: #fff;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.slicknav_hidden {
    display: none;
}

@media screen and (max-width: 778px) {
    #header {
        height: 127px;
    }

    #header .wide.ten.column {
        height: 0;
        padding: 0;
        margin: 0;
    }

    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #social-buttons .icon.print {
        display: none;
    }
    .apply.full-width {
        margin-top:0px;
        margin-left:1rem;
        width:calc(100% - 2rem);
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    h1.title {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

.printOnly {
    display: none;
}
