﻿@import url("/SpeakBase_Theme/Theme.SpeakBase_Theme.css?5521");

/*

    To override a style copy and paste it to
    the application theme and then modify it

    File: Speak Website Theme
    
    $1. Structure
    $2. SILK Patterns
    $3. Speak Website Patterns
    $4. Usefull Classes
    $5. Custom Classes

*/

/* ----------------------------------- */
/* ========== $1. Structure ========== */
/* ----------------------------------- */

/* ********** Structure > Header ************************* */
.Header.BigHeader {
    border: 0;
    height: auto;
    min-height: 500px;
    position: relative;

    
}

.Header.BigHeader:before {
    background: #000;
    background:    -moz-linear-gradient(top, rgba(0,0,0,.25), rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.25), rgba(0,0,0,0) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,0));
    content: "";
    height: 50%;
    position: absolute;
    width: 100%;
}

.Header.BigHeader .Application_Title img {
    max-height: 150px;
}

.Header.BigHeader .Header_center {
    height: auto;
}

.Header.BigHeader .Header_topRow {
    padding: 20px 0 130px;
}

.Header_RightActions {
    float: right;
    min-width: 100px;
    white-space: nowrap;
}

.Header_Title {
    font-size: 70px;
    font-weight: bold;
    line-height: 101px;
    padding: 30px 0;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    text-transform: uppercase;
}

.Header_Title h1 {
    font-size: 70px;
    line-height: 100px;
}

.Header_Content {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 0 50px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.Header.BigHeader .Header_background img {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;

    object-fit: cover;
    object-position: center;
}

.Header.BigHeader .Header_background:before {
    background: #000;
    background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

/* responsive */
.phone .Header.BigHeader,
.tablet.portrait .Header.BigHeader {
    line-height: 50px;
    min-height: initial;
    margin-top: 50px
}

.phone .BigHeader .Header_topRow .Header_Logo,
.tablet.portrait .BigHeader .Header_topRow .Header_Logo {
    position: relative;
    display: inline-block;
    left: 0px;
    right:0px;
    padding-left: 20px;
}

.phone .BigHeader .Header_Content {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
}

.phone .Header.BigHeader .Header_topRow,
.tablet.portrait .Header.BigHeader .Header_topRow {
    top:0;
    height: 60px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    position: fixed;
    background-color: #00b9f9;
    border-bottom: 5px solid #fff;
    box-shadow: 0 0 4px #aaa;
}

.phone .BigHeader .Header_topRow .Header_Logo,
.tablet.portrait .BigHeader .Header_topRow .Header_Logo {
    position: relative;
    display: inline-block;
    left: 0px;
    right:0px
}

.phone .Header.BigHeader .Application_Title img,
.tablet.portrait .Header.BigHeader .Application_Title img {
    height: 50px;
}


.phone .BigHeader .UserDropdownMenu_Name,
.tablet.portrait .BigHeader .UserDropdownMenu_Name {
    display: none;
}

.phone .BigHeader .LanguageDropdownMenu .InlineDropdown_label {
    height: 30px;
    line-height: 30px;
}
.phone .Header_RightActions {
    position: relative;
    float: unset;
    width: 100%;
}
.phone .UserDropdownMenu {
    width: 60px;
    position: relative;
    display: inline-block;

    text-align:center;
}
.phone .UserDropdownMenu .UserDropdownMenu_Image {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 0px;
    position: relative;
    vertical-align: middle;
}
.phone .BellDropdownMenu {
    width: 60px;
    position: relative;
    display: inline-block;

    text-align:center;

}

.phone .BellDropdownMenu .fa {
    display: unset;
    margin-right: 0px; 
    vertical-align: middle;
    font-size: 25px;
}

.phone .LanguageDropdownMenu {
    width: 60px;
    position: relative;
    display: inline-block;

    text-align:center;
}

.phone .LanguageDropdownMenu .LanguageDropdownMenu_Name {
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.phone .CityDropdown {
    width: 60px;
    position: relative;
    display: inline-block;

    text-align:center;
    vertical-align: unset;
}

.phone .Header_Title,
.phone .Header_Title h1,
.tablet.portrait .Header_Title,
.tablet.portrait .Header_Title h1 {
    font-size: 34px;
    line-height: 40px;
}

.phone .Header_Content h2,
.tablet.portrait .Header_Content h1 {
    font-size: 24px;
    line-height: 30px;
}

/* Menu inside BigHeader Layout */
.Header_RightActions .Application_Menu,
.Header_RightActions .Others_Menu {
    display: inline-block;
    float: right;
    position: relative;
    vertical-align: middle;
}

/* ********** Structure > Content ************************* */
.Page > .Content.BigHeaderContent,
.MainContent {
    padding: 0;
}

/* ********** Structure > Footer ************************* */
.Footer {
    background: #002945;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
}

.Footer .Heading2 {
    font-size: 18px;
    text-transform: uppercase;
}

.Footer a,
.Footer a:link,
.Footer a:active {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.desktop .Footer a:hover,
.desktop .Footer a:link:hover,
.desktop .Footer a:active:hover,
.Footer a:focus {
    color: #37b3da;
    text-decoration: underline;
}

.SocialButtons a,
.SocialButtons a:link,
.SocialButtons a:active {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    opacity: .4;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

.SocialButtons a:hover,
.SocialButtons a:link:hover,
.SocialButtons a:active:hover {
    opacity: 1;
}

.SocialButtons a .fa {
    color: #002945;
    font-size: 20px;
    line-height: 40px;
}

.Copyright {
    font-size: 12px;
    margin-top: 30px;
    text-align: left;
    opacity: 0.4;
    
}

.Copyright a {
    line-height: 1.4;
    text-decoration: underline;
}

.Terms-Conditions {
    font-size: 12px;
    margin-top: 30px;
    opacity: 0.4;
    text-align: right;
    padding-left: 55%;
}

.Footer .Columns4,
.Footer .Columns2 {
    margin: 0 auto;
}

.Footer .Columns4 {
    margin: 0 auto;
    max-width: 940px;
}

.Footer .Columns2 {
    margin: 30px auto;
    max-width: 940px;
}

/* --Responsive-- */

.phone .Footer .Columns4,
.phone .Footer .Columns2 {
   margin: 0 -15px;
   max-width: none;
}

.tablet .Terms-Conditions,
.phone .Terms-Conditions {
    padding: inherit;
}

.tablet .Footer .Columns4,
.tablet .Footer .Columns2 {
    margin: auto;
    text-align: center;
}

.tablet .Footer .mob_BreakAll>.ColFirst {
    margin-bottom: 30px;
}

/* --------------------------------------- */
/* ========== $2. SILK Patterns ========== */
/* --------------------------------------- */

/* SILK Patterns > Carousel */

.owl-theme .owl-controls .owl-buttons div {
    color: #00baf5;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.28);
}

/* SILK Patterns > .Awards Card ********** */
.Awards .Card {
    border-radius: 10px;
}

.Awards .Card_Image {
    line-height: 120px;
    min-height: 120px;
    text-align: center;
}

.Awards .Card_Image img {
    vertical-align: middle;
}

.Awards .Card_Text {
    background: #f3f3f3;
    color: #3b5f75;
    font-size: 14px;
    min-height: 100px;
    padding: 20px;
    position: relative;
}

.Awards .Card_Text:before {
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    content: "";
    height: 0;
    left: 48%;
    position: absolute;
    top: -8px;
    width: 0;
}

/* SILK Patterns > Panel ********** */
.Panel {
    background-color: #fff;
    border: 1px solid #fafafa;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    overflow: hidden;
}

.Panel_header {
    background-color: #00baf6;
    border: 0;
    color: #fff;
}

.Panel__title.Heading3 {
    font-size: 16px;
    font-weight: 700;
}

.Panel__actions a:not(.Button),
.Panel__actions a:not(.Button):link,
.Panel__actions a:not(.Button):visited {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}

.Panel_footer {
    background-color: #fafafa;
    border: 0;
}

/* SILK Patterns > Separator ********** */
.WebsiteSection .Separator:first-child {
    margin-top: -27px;
}

.WebsiteSection .Separator:last-child {
    margin-bottom: -27px;
}

/* SILK Patterns > Wizard (round) ********** */
.WizardParent {
    background: transparent;
    border: 0;
    overflow: visible;
    padding: 0 0 50px;
}

.WizardStep {
    background: transparent;
    color: #ebebeb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.WizardStep a,
.WizardStep a:link,
.WizardStep a:visited {
    color: #ebebeb;
}

.WizardStep:before {
    border: 0;
    border-bottom: 3px solid #eaeaea;
    left: 50%;
    top: 190% !important;
    width: 100%;
}

.WizardStep:first-of-type:before {
    border-bottom: 3px solid;
}

.WizardStep:last-of-type:before {
    border: 0;
}

.WizardStep:after {
    background: #eaeaea;
    border-radius: 50%;
    height: 30px;
    left: 50%;
    top: 120%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
}

.WizardStep:last-of-type:after {
    background: #eaeaea;
}

.WizardStep.Past {
    background: transparent;
    color: #00baf6;
}

.WizardStep.Past a,
.WizardStep.Past a:link,
.WizardStep.Past a:visited {
    color: #00baf6;
}

.WizardStep.Past:before {
    border-bottom-color: #00baf6;
}

.WizardStep.Past:after {
    background-color: #00baf6;
}

.WizardStep.ActiveStep {
    background: transparent;
    color: #00baf6;
}

.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:link,
.WizardStep.ActiveStep a:visited {
    color: #00baf6;
}

.WizardStep.ActiveStep:before {
    border-bottom-color: #eaeaea;
}

.WizardStep.ActiveStep:after {
    background-color: #00baf6;
}

.phone .WizardStep:before {
    top: 198%;
}

/* ------------------------------------------------ */
/* ========== $3. Speak Website Patterns ========== */
/* ------------------------------------------------ */

/* Speak Website Patterns > BPSection_Wrapper ********** */
.BPSection_Wrapper {
    background: url(/SpeakPatterns/img/porto.jpg?5524) no-repeat center;
    background-size: cover;
    min-height: 650px;
    padding: 60px 0 140px;
    position: relative;
}

.BPSection_Wrapper:before {
    background:    -moz-linear-gradient(top,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    background:         linear-gradient(to bottom,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%);
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

/* Speak Website Patterns > TeacherRegistrationCard ********** */
.Card.TeacherRegistrationCard {
    background-color: #f3f3f3;
    border-radius: 3px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    min-height: 660px;
    position: relative;
    text-align: center;
}

.Card.TeacherRegistrationCard .Card_Title {
    font-size: 20px;
    font-weight: 600;
    min-height: 50px;
    text-align: center;
}

.Card.TeacherRegistrationCard .Card_Image img {
    display: block;
    margin: 30px auto;
    width: 50%;
}

.Card.TeacherRegistrationCard .Card_SubTitle {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 22px;
    min-height: 70px;
}

.Card.TeacherRegistrationCard .Separator {
    border-bottom: 1px solid #abadba;
    margin: 30px 10%;
}

.Card.TeacherRegistrationCard .Card_Content {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

/* Speak Website Patterns > Path3Steps ********** */
.Path3Steps {
    margin: 0 auto;
    position: relative;
}

.Path3Steps_StepLine {
    position: relative;
}

.Path3Steps_StepLine.Step2 {
    margin: -50px 0;
    text-align: right;
}

.Path3Steps_StepLine .Columns {
    display: table;
}

.Path3Steps_StepLine .Columns .Column {
    display: table-cell;
    vertical-align: middle;
}

.Path3Steps__StepPath {
    background: url(/SpeakWebsite_Patterns/img/Path.png?5522) no-repeat center;
    background-size: contain;
    height: 150px;
    opacity: .5;
}

.Path3Steps_StepLine.Step2 .Path3Steps__StepPath {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}

.Path3Steps___Image,
.Path3Steps___Image img {
    display: block;
    margin: auto;
    max-height: 190px;
    max-width: 100%;
}

.Path3Steps___Title {
    color: #00baf6;
    font-size: 20px;
    font-weight: 700;
}

.Path3Steps___Content {
    color: #004878;
    font-size: 16px;
    margin-top: 20px;
}

.phone .Path3Steps_StepLine .Columns .Column {
    display: block;
    text-align: center;
}

.phone .Path3Steps__StepPath {
    display: none;
}

.phone .Path3Steps_StepLine.Step2 {
    margin: 30px 0;
}

.phone .Path3Steps_StepLine.Step2 .Columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

/* Speak Website Patterns > PricingTable_Fake ********** */
.PricingTableFake_Wrapper {
    display: table;
    margin: 30px auto;
    max-width: 750px;
    width: 100%;

    
}

.PricingTableFake_Column {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    width: 50%;

    
}

.PricingTableFake_Well {
    background: #f4f4f4;
    border: 1px solid #adabac;
    border-radius: 5px;
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    padding: 20px 50px;
    text-align: center;

    
    
    
}

.PricingTableFake_Header {
    color: #004878;
    line-height: 26px;
    min-height: 90px;
}

.PricingTableFake_Title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 34px;
}

.PricingTableFake_Subtitle {
    font-size: 16px;
}

.PricingTableFake_Photo {
    line-height: 130px;
    margin-bottom: 15px;
    max-height: 130px;
}

.PricingTableFake_Photo img {
    max-height: 100%;
    max-width: 100%;
}

.PricingTableFake_Content {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.PricingTableFake_Content > div {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.PricingTableFake_Content > div:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tablet.portrait .PricingTableFake_Column,
.phone .PricingTableFake_Column {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}

.tablet.portrait .PricingTableFake_Column:last-child,
.phone .PricingTableFake_Column:last-child {
    margin-bottom: 0;
}

.tablet.portrait .PricingTableFake_Well,
.phone .PricingTableFake_Well {
    box-sizing: border-box;
    display: block;
    height: auto;
    width: 100%;
}

/* Speak Website Patterns > TwoColumnsWithTitle ********** */
.TwoColumnsWithTitle_Title {
    color: #00baf5;
    text-align: center;
}

.TwoColumnsWithTitle_Row {
    display: table;
    margin: 50px 0;
    vertical-align: middle;
    width: 100%;
}

.TwoColumnsWithTitle_Column {
    display: inline-table;
    vertical-align: top;
    width: 49%;
}

.TwoColumnsWithTitle_Column.First {
    margin-right: 1%;
}

.TwoColumnsWithTitle_Column.Last {
    margin-left: 1%;
}

.tablet .TwoColumnsWithTitle_Row,
.phone .TwoColumnsWithTitle_Row {
    display: block;
}

.tablet .TwoColumnsWithTitle_Column.First,
.tablet .TwoColumnsWithTitle_Column.Last,
.phone .TwoColumnsWithTitle_Column.First,
.phone .TwoColumnsWithTitle_Column.Last {
    display: block;
    margin: 0 0 40px;
    width: 100%;
}

/* Speak Website Patterns > WebsiteSection ********** */
.WebsiteSection {
    padding: 50px 0;
}

.WebsiteSection.SmallContainer .ThemeGrid_Container {
    max-width: 940px;
}

/* Speak Website Patterns > Wizard3Steps ********** */
.Wizard3Steps_Wrapper {
    margin: 40px auto 0;
    position: relative;
    width: 90%;
}

.Wizard3Steps_Column {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.Wizard3Steps_Step {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    height: 86px;
    line-height: 86px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    width: 86px;
}

.Wizard3Steps_Step:before {
    background: #fff;
    content: "";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 312%;

    
}

.Wizard3Steps_Column:first-child .Wizard3Steps_Step:before {
    display: none;
}

.Wizard3Steps_Content {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto 30px;
    text-align: center;
    width: 70%;
}

.desktop.small.Wizard3Steps_Step:before {
    width: 238%;
}

.tablet .Wizard3Steps_Step:before {
    width: 160%;
}

.tablet.portrait .Wizard3Steps_Step:before,
.phone .Wizard3Steps_Step:before {
    display: none;
}

.tablet.portrait .Wizard3Steps_Column,
.phone .Wizard3Steps_Column {
    display: block;
    margin-bottom: 50px;
    width: 100%;
}

.tablet.portrait .Wizard3Steps_Column:last-child,
.phone .Wizard3Steps_Column:last-child {
    margin-bottom: 0;
}

/* Speak Website Patterns > Tabs_FullScreen ********** */
.Tabs_FullScreen .Tabs_header {
    background: transparent;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    text-align: center;
}

.Tabs_FullScreen .Tabs__tab {
    background: transparent;
    border-bottom: 3px solid transparent;
    color: #00baf6;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 3px;
    opacity: .5;
    padding: 0 30px;
    position: relative;
    -webkit-transition: opacity .2s ease-in, border-color .2s ease-in;
            transition: opacity .2s ease-in, border-color .2s ease-in;
    width: auto;
    z-index: 1;

    will-change: opacity;
}

.Tabs_FullScreen .Tabs__tab:empty {
    display: none;
}

.Tabs_FullScreen .Tabs__tab:before {
    border-color: transparent transparent #00b9f6 transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
    width: 0;
}

.Tabs_FullScreen .Tabs__tab:hover {
    border-bottom-color: #00baf6;
}

.Tabs_FullScreen .Tabs__tab.active {
    border-bottom-color: #00baf6;
    color: #00baf6;
    opacity: 1;
}

.Tabs_FullScreen .Tabs__tab.active:before {
    opacity: 1;
}

.Tabs_FullScreen .Tabs_body {
    padding: 20px 0;
}

.phone .Tabs_FullScreen .Tabs__tab {
    font-size: 18px;
    margin: 0 2px;
    padding: 0 15px;
}

/* Speak Website Patterns > EventsSection ********** */
.EventsSection {
    min-height: 520px;
    position: relative;
}

.EventsSection_BkgImage {
    background: url(/SpeakWebsite_Patterns/img/porto.jpg?5522) no-repeat center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.EventsSection_BlueSection {
    background: rgba(0,71,122,.9);
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
}

.EventsSection_BlueSection a,
.EventsSection_BlueSection a:link,
.EventsSection_BlueSection a:visited {
    color: #00baf6;
    text-decoration: underline;
}

.desktop .EventsSection_BlueSection a:hover,
.desktop .EventsSection_BlueSection a:link:hover,
.desktop .EventsSection_BlueSection a:visited:hover {
    color: #fff;
}

.EventsSection_Header {
    height: 38px;
    margin: 15px 0;
    max-width: 450px;
    position: relative;
}

.EventsSection_LabelTitle {
    background: #7ed320;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    margin: 0;
    min-width: 100px;
    padding: 0 15px;
    position: relative;
    vertical-align: top;
}

.EventsSection_LabelTitle:before {
    border-color: #7ed320 transparent transparent;
    border-style: solid;
    border-width: 19px 19px 0 0;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    top: 0;
    width: 0;
}

.EventsSection_LabelTitle:after {
    border-color: transparent transparent transparent #7ed320;
    border-style: solid;
    border-width: 19px 0 0 19px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    width: 0;
}

.EventsSection_Actions {
    display: inline-block;
    margin-left: 20px;
    min-width: 50px;
    vertical-align: top;
}

.EventsSection_Content {
    max-width: 450px;
    padding: 30px 20px;
}

/* Carousel buttons */
.EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #e1e7e9;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    opacity: .6;
    top: -76px;
    width: 24px;
}

.EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

.EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 120px;
}

.EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f0a8";
}

.EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons .owl-next {
    left: 170px;
    right: auto;
}

.EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f0a9";
}

/* responsive */
.tablet .EventsSection_BlueSection {
    width: 48%;
}

.tablet.portrait .EventsSection_BkgImage {
    display: none; /* remove this if you want the photo again */
    height: 350px;
    position: static;
}

.tablet.portrait .EventsSection_BlueSection,
.phone .EventsSection_BlueSection {
    min-height: 300px;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.tablet.portrait .EventsSection_Header,
.phone .EventsSection_Header {
    margin: 0 0 10px;
    max-width: initial;
}

.tablet.portrait .EventsSection_Content,
.phone .EventsSection_Content {
    max-width: initial;
}

.phone .EventsSection_BkgImage {
    display: none; /* remove this if you want the photo again */
    height: 250px;
    position: static;
}

.tablet.portrait .EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons div,
.phone .EventsSection_BlueSection .owl-theme .owl-controls .owl-buttons div {
    top: -72px;
}

/* Speak Website Patterns > EventCarousel_Item ********** */
.EventCarousel_Item {
    position: relative;
}

.EventCarousel_Item .UserPhoto_Wrapper {
    background-color: #d8d8d8;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.3);
    display: inline-block;
    height: 48px;
    overflow: hidden;
    vertical-align: middle;
    width: 48px;
}

.EventCarousel_Item .UserPhoto_Wrapper img {
    height: 100%;
    width: 100%;
}

.EventItem_Header {
    padding-bottom: 20px;
}

.EventItem__Title {
    font-size: 24px;
    font-weight: 700;
}

.EventItem__Title .fa {
    margin-right: 7px;
}

.EventItem__OrganizedBy {
    display: table;
    height: 70px;
    padding: 10px 40px 0;
}

.EventItem__OrganizedBy > div {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.EventItem__OrganizedBy .NoOrganizers {
    font-size: 16px;
    opacity: .8;
}

.EventItem_Content {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 25px 0;
}

.EventItem__Address,
.EventItem__Time {
    margin: 0 0 20px 40px;
}

.EventItem__Address .fa,
.EventItem__Time .fa {
    color: #00baf5;
    float: left;
    font-size: 20px;
    margin-left: -40px;
    width: 40px;
}

.EventItem_Footer {
    overflow: auto;
    padding: 20px 0 0;
}

.EventItem__FooterTitle {
    margin-bottom: 15px;
}

.EventItem__FooterContent {
    display: table;
    width: 100%;
}

.EventItem___Attendees {
    display: table-cell;
    vertical-align: middle;
}

.EventItem___Attendees .GoingList {
    display: inline-block;
}

.EventItem___Attendees .UserPhoto_Wrapper {
    margin-right: 15px;
}

.EventItem___Attendees .PlusGoing {
    background: #01aae2;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
    margin-right: 15px;
}

.EventItem___Action {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

/* Speak Website Patterns > CalendarGrid ********** */
.CalendarGrid {
    position: relative;
}

.CalendarGrid_Table {
    border: none;
    border-collapse: separate;
    border-spacing: 20px;
}

.CalendarGrid__TableHeader td {
    text-align: center;
    vertical-align: middle;
    width: 16.66%;
}

.CalendarGrid___TableTitle {
    background: #f4f4f4;
    border-radius: 5px;
    color: #0b467a;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
}

/* Speak Website Patterns > CalendarGrid_Item ********** */
.CalendarGrid_Item {
    color: #696868;
    height: 90px;
    margin-top: 20px;
    position: relative;
    
}

.CalendarGrid_Item:first-child {
    margin-top: 0;
}

.CalendarItem_Content {
    background: #f9f9fa;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 166px;
    overflow: hidden;
    padding: 10px 15px;
}

.CalendarItem__Header {
    border-spacing: 0;
    display: table;
    width: 100%;
}

.CalendarItem___Flag {
    display: table-cell;
    padding: 4px 6px 0 0;
    vertical-align: top;
}

.CalendarItem___Flag img {
    width: 20px;
}

.CalendarItem___ClassName {
    display: table-cell;
    vertical-align: top;
}

.CalendarItem__Time {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.CalendarItem__Time .fa {
    color: #adacac;
    margin-right: 10px;
    width: auto;
}

/* Selected Item */
.CalendarGrid_Item.Selected .CalendarItem_Content {
    border-color: #7ed31e;
}

.CalendarGrid_Item.Selected .CalendarItem___Flag {
    color: #7ed31e;
}

/* Dropdown */
.CalendarItem_Dropdown {
    background: #edf5f6;
    border: solid 1px rgba(0,185,246,.18);
    border-radius: 5px;
    left: 50%;
    opacity: 0;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute;
    top: 105%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 220px;
    z-index: 5;
    will-change: opacity;
    
    
    
    
    
    
            
}

.CalendarGrid_Item:hover .CalendarItem_Dropdown {
    opacity: 1;
    pointer-events: all;
}

.CalendarItem_Dropdown:before {
    border-color: transparent transparent #c2eaf7 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    width: 0;
}

.CalendarItem_Dropdown:after {
    border-color: transparent transparent #edf5f6 transparent;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -9px;
    width: 0;
}

.CalendarItem_Dropdown label {
    color: #00baf6;
    vertical-align: top;
}

/* Speak Website Patterns > Goals ********** */
.Goals {
    position: relative;
}

.Goals_HorizontalBar {
    background: #f3f3f3;
    display: table;
    height: 100px;
    margin: 150px auto;
    max-width: 700px;
    position: relative;
    width: 100%;
}

.Goals__Title {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 20px;
    text-align: left;
    text-transform: uppercase;
}

.Goals__Column {
    height: 300px;
    padding: 60px 15px 60px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    width: 26%;
}

.Goals__Column.Step1 {
    margin-right: 56%;
    margin-right: calc(26% + 26% + 30px);
}

.Goals__Column.Step2 {
    margin-right: 29%;
    margin-right: calc(26% + 15px);
}

.Goals__Column:before,
.Goals__Column:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 55px 0 0 100px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.Goals__Column:after {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 0 55px 100px;
    left: auto;
    right: 0;
}

.Goals___StepNumber {
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    height: 120px;
    left: 50%;
    line-height: 2.3;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 120px;
}

.Goals___StepNumber:before {
    background: rgba(0,0,0,.15);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.Goals___StepNumber .Number {
    position: relative;
    z-index: 2;
}

.Goals___Image {
    margin-top: 15px;
    text-align: center;
}

.Goals___Image .fa {
    font-size: 70px;
    opacity: .6;
}

.Goals___Content {
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}
/* Speak Website Patterns > GoalsMobile ********** */
.GoalsMobile {
    position: relative;
}

.GoalsMobile_VerticalBar {

    display: table;
    height: 120px;
    margin: 150px auto  150px auto;
    top: -150px;
    max-width: 700px;
    position: relative;
    width: 95%;



}

.GoalsMobile__Title {
    color: #080808;
    font-size: 19px;
    font-weight: 700;
    padding: 0px 0px;
    text-align:left ;
    text-transform: uppercase;
    text-align:center;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    

}

.GoalsMobile__Column {
    height: 300px;
    padding: 60px 15px 60px;
    position: absolute;
    right: 15px;
    top: 60%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    width: 29%;
}

.GoalsMobile__Column.Step1 {
    margin-right: 53%;
    margin-right: calc(26% + 26% + 30px);
}

.GoalsMobile__Column.Step2 {
    margin-right: 29%;
    margin-right: calc(26% + 15px);
}

.GoalsMobile__Column:before,
.GoalsMobile__Column:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 55px 0 0 100px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.GoalsMobile__Column:after {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 0 55px 100px;
    left: auto;
    right: 0;
}

.GoalsMobile___StepNumber {
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    height: 80px;
    left: 50%;
    line-height: 2;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 80px;
}

.GoalsMobile___StepNumber:before {
    background: rgba(0,0,0,.15);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.GoalsMobile___StepNumber .Number {
    position: relative;
    z-index: 2;
}

.GoalsMobile___Image {

    text-align: center;
}

.GoalsMobile___Image .fa {
    font-size: 40px;
    opacity: .9;
}

.GoalsMobile___Content {
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    font-size: 11px
}
/* Speak Website Patterns > FloatingNotification ********** */
.FloatingNotification_Wrapper {
    display: inline-block;
    position: relative;
    
}

.FloatingNotification {
    background-color: #fffffe;
    border-radius: 4px;
    box-shadow: 4px 4px 7px 0 rgba(0,0,0,.1), 0 -2px 3px 0 rgba(0,0,0,.2), 0 2px 11px 0 rgba(0,0,0,.2);
    color: #696868;
    display: inline-block;
    left: 10px;
    padding: 6px 14px 6px 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: box-shadow .25s ease-in, transform .5s ease-in-out;
            transition: box-shadow .25s ease-in, transform .5s ease-in-out;
    width: auto;
    will-change: transform;
    z-index: 20;
}

.FloatingNotification:before {
    background-color: #fff;
    box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, .2), 0 -2px 3px 0 rgba(255, 3, 3, 0), 0 2px 11px 0 rgba(180, 255, 0, 0), 0 -2px 3px 0 rgba(255, 3, 3, 0);
    content: "";
    height: 10px;
    left: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    width: 10px;
    z-index: 1;
}

.FloatingNotification:hover {
    box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, .15), 0 -2px 3px 0 rgba(0,0,0,.25), 0 2px 21px 0 rgba(0,0,0,.25);
}

.FloatingNotification.Dismissed {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
}

.FloatingNotification_Content {
    display: table;
    width: 100%;
}

.FloatingNotification__Icon {
    color: #00baf6;
    display: table-cell;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.FloatingNotification__Icon svg {
    max-height: 30px;
    max-width: 30px;
}

.FloatingNotification__Icon svg > g {
    transform: scale(1.1);
    transform-origin: center;
}

.FloatingNotification__Icon svg #fake_mask {
    transform: scale(1);
    transform-origin: center;
    transition: transform .5s ease-in-out;

    will-change: transform;;
}

.FloatingNotification:hover .FloatingNotification__Icon svg #fake_mask {
    transform: scale(.2);
}

.FloatingNotification__Content {
    color: #696868;
    display: table-cell;
    font-size: 14px;
    line-height: 16px;
    max-width: 195px;
    padding-left: 8px;
    padding-right: 5px;
    vertical-align: middle;
}

.FloatingNotification__CloseAction {
    color: #696868;
    display: table-cell;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.FloatingNotification__CloseAction a,
.FloatingNotification__CloseAction a:link,
.FloatingNotification__CloseAction a:visited {
    color: #696868;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: transform .2s ease-in, color .2s ease-in;
            transition: transform .2s ease-in-out;
    width: 15px;
    will-change: transform;
}

.FloatingNotification__CloseAction .fa {
    width: auto;
}

.desktop .FloatingNotification__CloseAction a:hover,
.desktop .FloatingNotification__CloseAction a:link:hover,
.desktop .FloatingNotification__CloseAction a:visited:hover {
    color: #fd2c2c;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.FloatingNotification__Icon:empty,
.FloatingNotification__CloseAction:empty {
    padding: 10px;
}

.FloatingNotification.Animated {
    -webkit-animation: float 3s ease-in-out infinite;
            animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
    0%   { -webkit-transform: translateY(-50%); }
    50%  { -webkit-transform: translateY(-60%); }
    100% { -webkit-transform: translateY(-50%); }
}

@keyframes float {
    0%   { transform: translateY(-50%); }
    50%  { transform: translateY(-60%); }
    100% { transform: translateY(-50%); }
}

/* responsive */
.phone .FloatingNotification {
    left: 10%;
    position: fixed;
    right: 10%;
    top: 100px;
}

.phone .FloatingNotification:before {
    display: none;
}

/* Speak Website Patterns > YoutubeVideo ********** */
.YoutubeVideo iframe {
    border: 0;
    display: block;
}

/* ---------------------------------------- */
/* ========== $4. Usefull Classes ========== */
/* ---------------------------------------- */

/*------------------------------------------------------------*/
/* 4.1 Usefull Classes > Text Classes *************************/
/*------------------------------------------------------------*/
.Heading1, h1 {font-size:42px;font-weight:700;line-height:48px;margin:0;}
.Heading2, h2 {font-size:32px;font-weight:700;line-height:42px;margin:0;}
.Heading3, h3 {font-size:22px;font-weight:400;line-height:24px;margin:0;}
.Heading4, h4 {font-size:18px;font-weight:400;line-height:20px;margin:0;}


/* ---------------------------------------- */
/* ========== $5. Custom Classes ========== */
/* ---------------------------------------- */

/* SectionExpandable for Mobile Calendar */
.ApplicationsCalendar_Mobile {
    margin: 0 -20px;
    position: relative;
    
}

.ApplicationsCalendar_Mobile .SectionExpandable {
    border: 0;
    border-bottom: 1px solid #979797;
    box-shadow: none;
}

.ApplicationsCalendar_Mobile .SectionExpandable_header {
    background-color: #f4f4f4;
    border: 0;
    color: #00477a;
    padding: 10px 20px;
}

.ApplicationsCalendar_Mobile .SectionExpandable_header .SectionExpandable__title {
    font-size: 18px;
    line-height: 1;
}

.ApplicationsCalendar_Mobile .SectionExpandable__icon {
    color: #00477a;
    font-size: 24px;
}

.ApplicationsCalendar_Mobile .SectionExpandable__icon .fa {
    width: auto;
}

.ApplicationsCalendar_Mobile .SectionExpandable.expanded .SectionExpandable__icon {
    color: #00477a;
}

.ApplicationsCalendar_Mobile .SectionExpandable .SectionExpandable_content,
.ApplicationsCalendar_Mobile .SectionExpandable.expanded .SectionExpandable_content {
    padding: 0;
}

/* Accordion for Mobile Calendar */
.ApplicationsCalendar_Mobile .AccordionVertical_item {
    border: 0;
    border-top: 1px solid #eaeaea;
    text-align: left;
}

.ApplicationsCalendar_Mobile .AccordionVertical_item:first-child {
    border: 0;
}

.ApplicationsCalendar_Mobile .AccordionVertical__header {
    padding: 10px 20px;
}

.ApplicationsCalendar_Mobile .AccordionVertical___title {
    color: #696868;
    font-size: 14px;
    line-height: 1.4;
    order: 1;
}

.ApplicationsCalendar_Mobile .AccordionVertical___title .Columns {
    display: block;
    margin: 0 -15px;
}

.ApplicationsCalendar_Mobile .AccordionVertical___title .Columns .Column {
    vertical-align: middle;
}

.ApplicationsCalendar_Mobile .AccordionVertical___icon {
    padding: 0 0 0 10px;
    order: 2;
}

.ApplicationsCalendar_Mobile .AccordionVertical___icon > .fa,
.ApplicationsCalendar_Mobile .AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #696868;
    font-size: 16px;
}

.ApplicationsCalendar_Mobile .AccordionVertical__content {
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.1);
    color: #696868;
    padding: 0 20px;
    
}

.ApplicationsCalendar_Mobile .AccordionVertical_item.open .AccordionVertical__content {
    padding: 20px;
}

.ApplicationsCalendar_Mobile .AccordionVertical__content .Bold {
    color: #00baf6;
    margin-right: 10px;
}

.ApplicationsCalendar_Mobile .AccordionVertical__content a {
    text-decoration: underline;
}

.ApplicationsCalendar_Mobile .AccordionVertical__content a .fa {
    text-decoration: inherit;
    width: auto;
}
/* end Mobile Calendar */

/* OpenSpeakLanding: Quotes Section */
.desktop .QuotesSection .MediumLeftColumns > .Column.ColLast {
    width: 72%;
}

.desktop .QuotesSection .MediumLeftColumns > .Column.ColFirst {
    width: 28%;
}

.QuoteImage {
    margin: -50px 0;
    
}

.Quote {
    text-align: right;
}

.QuoteText {
    color: #777;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 15px;
}

.QuoteAuthor {
    color: #777;
    font-size: 16px;
    font-style: italic;
    margin-top: 30px;
}

.desktop.small .QuoteText {
    font-size: 24px;
}

.tablet .QuotesSection,
.tablet .Quote,
.phone .QuotesSection,
.phone .Quote {
    text-align: center;
}

.tablet .QuoteImage,
.phone .QuoteImage {
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 #ccc;
    height: 200px;
    margin: 0;
    width: 200px;

    object-fit: cover;
    object-position: center;
}

.phone .QuoteText {
    font-size: 20px;
}

.phone .QuoteAuthor {
    font-size: 14px;
}
/* end QuotesSection */

.FindPlace.animation-active:hover .owl-item {
    animation-name: nudge;
    animation-duration: 0.35s;
}

@keyframes nudge {
    0%   {transform: translateX(0);}
    25%  {transform: translateX(-30px);}
    75%  {transform: translateX(30px);}
}


/* HomePage: Testimonials */
.Testimonials {
    margin: 0 auto;
    max-width: 850px;
}

.Testimonials_Quotes {
    text-align: center;
}

.Testimonials__Item {
    min-height: 300px;
    padding-bottom: 20px;
}

.Testimonials___Text {
    color: #004878;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    min-height: 200px;
    padding: 40px 0 30px;
}

.Testimonials___Signature {
    color: #004878;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.Testimonials___Signature img {
    float: left;
    margin: 2px 10px 0 0;
}

.Testimonials .owl-theme .owl-controls .owl-page span {
    background: #bfe6f4;
}

.Testimonials .owl-theme .owl-controls .owl-page.active span,
.Testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #37b3da;
}

/* HomePage: Find a Place Carousel */

.owl-item a {
    text-decoration: none;
}
.Speak_Carousel-item {
    background: #ccc;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.4);
    display: block;
    height: 400px;
    margin: auto 5%;
    overflow: hidden;
    padding: 30px 10%;
    position: relative;
    transform: translate3d(0,0,0);
    z-index: 1;

    
    
    
}

.Speak_Carousel-item:before {
    background:    -moz-linear-gradient(top, rgba(0,0,0,.2) 0%, rgba(0,0,0,.2) 30%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,0) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,.2) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,0) 100%);
    content: "";
    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=0 );
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.Speak_Carousel-item .Heading2 {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    position: relative;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.Speak_Carousel-item .Heading4 {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 39px;
    position: relative;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.Speak_Carousel-item .Button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    bottom: 30px;
    color: #fff;
    left: 30px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    -webkit-transition-duration: .4s; /* Safari */
            transition-duration: .4s;
    white-space: nowrap;
}

.Speak_Carousel-item:hover {
    text-decoration: none;
}

.Speak_Carousel-item:hover .Button {
    opacity: 1;
}

.Speak_Carousel-item .Button:hover {
    background: #fff;
    color: #00baf5;
}
/* weird  behaviour of dropdown arrow on mobile quick fix */
.phone a.Button span.fa {
    margin-right: 5px;
    display: none;
}