@font-face {
    font-family: 'Graphik Web';
    src: url('Graphik-Bold-Web.woff2') format('woff2'),
    url('Graphik-Bold-Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

.Graphik-Bold-Web {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Graphik Web';
    src: url('Graphik-Medium-Web.woff2') format('woff2'),
    url('Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

.Graphik-Medium-Web {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Graphik Web';
    src: url('Graphik-Regular-Web.woff2') format('woff2'),
    url('Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.Graphik-Regular-Web {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

html,
body {
    height: 98%;
    /* font-family below added for the VDVision styling */
    font-family: "Graphik Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: "Graphik Web" !important;*/
    font-size: 10px;
    /*font-size: 1.8rem !important;*/
    /* backgroud-color below added for the VDVision styling 14 hex = 20 % opacity */
    /*background-color: #FFFFFF;*/
}

h1 {
    font-family: "Graphik Web" !important;
    font-size: 6rem !important;
}

h2 {
    font-family: "Graphik Web" !important;
    padding-bottom: 2.5rem;
    font-size: 5rem !important;
}

h3 {
    font-family: "Graphik Web" !important;
    font-size: 4rem !important;
}

h4 {
    font-family: "Graphik Web" !important;
    font-size: 3rem !important;
}

h5 {
    font-family: "Graphik Web" !important;
    font-size: 2.6rem !important;
}

h6 {
    font-family: "Graphik Web" !important;
    font-size: 2.5rem !important;
}

/* my-styles below added for the TVM styling ------------------------------------------------------------------- */

.tvm-hometextimage-row {
    height: 100%;
}

.tvm-hti-text {
    background-color: #4FC15D;
    color: #FFFFFF;
    padding: 20px;
}

.tvm-hti-text h1 {
    background-color: #4FC15D;
    color: #FFFFFF;
    padding-bottom: 10px;
    font-weight: 700 !important;
    line-height: 63px;
    letter-spacing: -1.2px;
}

.tvm-hti-text h4 {
    background-color: #4FC15D;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.tvm-hti-image {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/frontend/web/images/tvm/tvm_007.jpg");
    /*min-height:80vh;*/
}

.tvm-calltoaction-row {
    height: 100%;
}

.tvm-cta-text {
    background-color: #ECF0F8;
    color: #002E6B;
    padding: 20px;
}

.tvm-cta-image {
    background-color: #ECF0F8;
    color: #002E6B;
    padding: 20px;
    text-align: right;
}

.tvm-focustextimage-row {
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

.tvm-fti-text {
    background-color: #FFFFFF;
    color: #002E6B;
    padding: 20px;
}

.tvm-fti-text h1, .site-request-password-reset h1 {
    color: #4FC15D;
    padding-bottom: 10px;
    font-weight: 700;
}

.tvm-fti-image2 {
    /*width: 100%;*/
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/frontend/web/images/tvm/tvm_002.jpg");
    /*min-height:80vh;*/
}

.tvm-fti-image3 {
    /*width: 100%;*/
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/frontend/web/images/tvm/tvm_003.jpg");
    /*min-height: 100vh !important;*/
    /*min-height:80vh;*/
}

.tvm-fti-image4 {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/frontend/web/images/tvm/tvm_004.jpg");
    /*min-height:80vh;*/
}

.tvm-fti-image6 {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/frontend/web/images/tvm/tvm_006.jpg");
    /*min-height:80vh;*/
}

.tvm-fti-image9 {
    /*width: 100%;*/
    width: 50% !important;
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/frontend/web/images/tvm/tvm_009.jpg");
    /*min-height:80vh;*/
}

.tvm-cta2-back {
    background-color: #ECF0F8;
}

.tvm-link-color {
    color: #4FC15D;
}

.tvm-course-title, .tvm-course-title a {
    font-size: 18px;
    color: #4FC15D !important;
}

h3 {
    color: #4FC15D !important;
}

.tvm-footer {
    bottom: 0px;
    width: 100%;
    background-color: #4FC15D;
    /*border-top: 1px solid #ddd;*/
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tvm-footer p, .tvm-footer div, .tvm-footer a {
    color: #FFFFFF;
}

.tvm-footer .my-action-button-text {
    background-color: #002E6B;
}

.tvm-footer .my-action-button-text a span {
    color: #4FC15D;
}

.tvm-footer .my-action-button-text a {
    text-decoration: none;
}

.tvm-footer a:hover {
    color: #002E6B;
}


.btn, .my-lesson-block {
    border-radius: 0px !important;
}

.site-contact {
    padding-left: 20px;
}

.navitemesiv {
    width: auto;
}

.navbar-nav {
    width: calc(100% - 96px);
}

.navbar-header {
    width: auto !important;
}

.navbar-right {
    text-align: right;
}

@media (max-width: 767px) {
    .navbar-right {
        text-align: left !important;
    }
}

.btn:focus, .btn-primary:focus {
    border: 0px !important;
}

.btn-tvm-solutions {
    background-color: #4FC15D !important;
    color: #FFFFFF !important;
    border: 0px !important;
    padding: 10px 20px 10px 20px !important;
    min-width: min(300px, 90vw) !important;
    text-align: center !important;
    line-height: 27.9px;
    font-weight: bold;
    font-size: 18px;
}

.btn-tvm-solutions:hover, .btn-tvm-solutions:focus {
    background-color: #002E6B !important;
    color: #FFFFFF !important;
    border: 0px !important;
    min-width: min(300px, 90vw) !important;
    text-align: center !important;
    line-height: 27.9px;
    font-weight: bold;
}

.btn-tvm-small {
    background-color: #4FC15D !important;
    color: #FFFFFF !important;
    border: 0px !important;
}

.btn-tvm-small:hover, .btn-tvm-small:focus {
    background-color: #002E6B !important;
    color: #FFFFFF !important;
    border: 0px !important;
}

.btn-tvm-white {
    background-color: #FFFFFF !important;
    color: #002E6B !important;
    border: 0px !important;
    font-weight: bold !important;
    padding: 20px 20px 20px 20px !important;
    /*min-width: 90vw !important;*/
    text-align: left !important;
    font-size: 18px;
}

.btn-tvm-white:hover {
    background-color: #FFFFFF !important;
    color: #4FC15D !important;
    border: 0px !important;
    font-weight: bold !important;
    padding: 20px 20px 20px 20px !important;
    /*min-width: 90vw !important;*/
    text-align: left !important;
}

.site-address {
    background-color: #ECF0F8;
    height: 100%;
    display: block;
    padding-left: 10px;
}

.tvm-notbold {
    font-weight: normal;
}

.tvm-notbold:hover {
    font-weight: bold;
}

.svg--icons-arrow-right {
    color: #4FC15D !important;
    width: 20px !important;
}

/* my-styles below added for the VDvision styling ------------------------------------------------------------------- */

.my-navbar-fixed-top {
    padding: 0;
    font-size: 18px;
    line-height: 1;
    min-height: 15px;
    height: 53px;
    position: fixed;
    right: 0;
    left: 0;
    /*    background: url(/frontend/web/images/vdvision-navigation-bg.png) repeat-x;*/
    background-color: #FFFFFF;
    color: #002E6B;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 10;
}

.my-navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}

.my-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
}

.my-wrap > .container {
    padding-top: 53px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}

h1, h2, h3, h4 {
    color: #002E6B;
}

p, div {
    color: #002E6B;
    font-size: 16px;
}

.btn-primary {
    background-color: #002E6B;
    border-color: #002E6B;
}

a {
    color: #002E6B;
    font-weight: bold;
}

li a {
    font-weight: normal;
}

a:hover {
    color: #4FC15D;
    text-decoration: none;
}

.navbar-default .navbar-special a {
    color: #4FC15D !important;
}

.navbar-default .navbar-special.active a {
    color: #002E6B !important;
}

.my-navbar-fixed-top li.active a, .my-navbar-fixed-top li.active a:hover {
    /*    background: url("/frontend/web/images/vdvision-navigation-bg-active.png");*/
    background-color: #FFFFFF;
    color: #002E6B;
    /*font-weight: bold;*/
}

.my-footer {
    /*position: fixed;*/
    bottom: 0px;
    width: 100%;
    background-color: #4FC15D;
    /*border-top: 1px solid #ddd;*/
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 0px;
}

.my-footer p, .my-footer div, .my-footer a {
    color: #FFFFFF;
}

.my-footer .my-action-button-text {
    background-color: #002E6B;
}

.my-footer .my-action-button-text a span {
    color: #4FC15D;
}

.my-footer .my-action-button-text a {
    text-decoration: none;
}

ul li a:hover, ul li a:focus {
    /*    background: url("/frontend/web/images/vdvision-navigation-bg-active.png");*/
    background-color: #4FC15D;
    color: #002E6B;
}

/*.my-lesson-tile {*/
/*    !*background: #ffffff55;*!*/
/*    background: url("/frontend/web/images/button_background.png");*/
/*    opacity: 0.2;*/
/*    display: inline-block;*/
/*    height: 100px;*/
/*    width: 550px;*/
/*    box-shadow: 3px 3px 6px 6px #92B9D4;*/
/*    margin: 10px;*/
/*    vertical-align: top;*/
/*    z-index: 1;*/
/*    padding-top: 10px;*/
/*    border-radius: 10px;*/
/*}*/

.my-lesson-container-mobile {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.my-lesson-block-mobile {
    /*background: url("/frontend/web/images/button_background.png");*/
    background-color: #ECF0F8;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.my-lesson-text-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
}

.my-lesson-container {
    height: 135px;
    width: 100%;
    position: relative;
    padding-top: 10px;
    display: inline-block;
    margin: 5px;
}

.my-lesson-block {
    /*background: url("/frontend/web/images/button_background.png");*/
    background-color: #ECF0F8;
    background-size: cover;
    opacity: 1.0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    /*border: 1px solid #002E6B;*/
}

.my-lesson-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    /*color: #FFFFFF;*/
}

.my-lesson-text.color {
    color: #FFFFFF;
}

.my-action-button-container {
    height: 60px;
    width: 127px;
    position: relative;
    /*padding-top: 10px;*/
    display: inline-block;
    /*margin: 5px;*/
}

.my-action-button-block {
    /*background: url("/frontend/web/images/button_background.png");*/
    /*background-size: contain;*/
    background-color: #0a73bb;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.my-action-button-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #0af20a;
}


.my-button-container {
    height: 133px;
    width: 275px;
    position: relative;
    padding-top: 10px;
    display: inline-block;
    margin: 5px;
}

.my-button-block {
    background: url("/frontend/web/images/button_background.png");
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.my-button-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    color: #FFFFFF;
}

.training-container {
    /*    position: relative;
        width: 1150px;
        height: 780px;*/
}

.training-block {
    /*    background: url('/frontend/web/images/TrainingCoaching.jpg');
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;*/
}

/*.training-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#grad1 {
    height: 7px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(169, 192, 214, 1.0));
}

#grad2 {
    height: 5px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 223, 237, 1.0));
}

#grad3 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(242, 244, 247, 1.0));
    height: 3px;
}

#grad4 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(242, 244, 247, 1.0));
    height: 3px;
}

#grad5 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(192, 194, 196, 1.0));
    height: 3px;
}

#grad6 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(154, 177, 218, 1.0));
    height: 5px;
}

#grad7 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(192, 194, 196, 1.0));
    height: 3px;
}

#grad8 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(242, 244, 247, 1.0));
    height: 3px;
}

#grad9 {
    height: 5px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(217, 223, 237, 1.0));
}

#grad10 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(242, 244, 247, 1.0));
    height: 3px;
}

#grad11 {
    height: 7px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(169, 192, 214, 1.0));
}

#grad12 {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(154, 177, 218, 1.0));
    height: 5px;
}

/* my-styles above added for the VDVision styling ------------------------------------------------------------------- */

.wrap {
    min-height: 100%;
    height: auto;
    /*margin: 0 auto -60px;
    padding: 0 0 60px;*/
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Graphik, sans-serif, 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 1200px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.cc-btn {
    border-radius: 0px !important;
}

.cc-btn:hover {
    background-color: #002E6B !important;
}

.cc-message a {
    text-decoration: none !important;
    color: #4FC15D !important;
}


.my-product-container-mobile {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.my-product-block-mobile {
    /*background: url("/frontend/web/images/button_background.png");*/
    background-color: #ECF0F8;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.my-product-text-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
}

.my-product-container {
    height: 125px;
    width: 100%;
    position: relative;
    padding-top: 10px;
    display: inline-block;
    margin: 5px;
}

.my-product-block {
    /*background: url("/frontend/web/images/button_background.png");*/
    background-color: #ECF0F8;
    background-size: cover;
    opacity: 1.0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    /*border: 1px solid #002E6B;*/
}

.my-product-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    /*color: #FFFFFF;*/
}

.my-product-text.color {
    color: #FFFFFF;
}

/* Leaflet map tiles - force crisp rendering across all browsers */
.leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
