@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?bzgxv5');
    src:    url('fonts/icomoon.eot?bzgxv5#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?bzgxv5') format('truetype'),
        url('fonts/icomoon.woff?bzgxv5') format('woff'),
        url('fonts/icomoon.svg?bzgxv5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-video:before {
    content: "\e902";
}
.icon-chevron-right:before {
    content: "\e903";
}
.icon-chevron-left:before {
    content: "\e904";
}
.icon-google:before {
    content: "\e905";
    color: white;
}
.icon-mail:before {
    content: "\e906";
}
.icon-calendar:before {
    content: "\e907";
}
.icon-twitter:before {
    content: "\e908";
    color: white;
}
.icon-facebook:before {
    content: "\e909";

}
.icon-phone:before {
    content: "\e90a";
}
.icon-home:before {
    content: "\e90b";
    font-size: 25px;
    color: #409754;
    text-shadow: -1.5px 0 white, 0 1px white, 1px 0 white, 0 -1.5px white;
}

