/* Fix for wrong coloured buttons on forms - should work without the specificity but adding it anyway!*/
HTML BODY .uk-form .uk-contrast
{
    color: #FFFFFF !important;
}
/*FIX FOR THE OFF-CANVAS BUTTON AFTER HAVING SCROLLED THE INITIAL VIEW-HEIGHT*/

html {
background: #232F3C!important;
}

/*Resetting forms style*/

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}

label, input, button, select, textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

input, button, select, textarea {
	font-family: 'Inter';
}

/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 24px;
	padding: 4px 6px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #5d5d5d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: middle;
}*/

/*select, input[type="file"] {
	height: 34px;
	line-height: 34px;
}
*/
/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
	box-shadow: none;
	height: 21px;
	line-height: 21px;
	color: #525252;
	font-weight: 300;
}*/

/*select, input[type="file"] {
	height: auto;
	line-height: auto;
}*/

/*.uk-navbar-nav > .uk-parent:nth-child(2) {
    display: none;
}*/

/* CENTER navbar */
.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    width: 100%;
}

li.uk-parent {
    order: 0;
    flex-grow: 1;
    flex-basis: auto;
}

.uk-navbar-nav > li > a {
	font-family: 'Open Sans'!important;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}

/* Fix for SVG height on MacOS */
DIV.rcp-career-pathway DIV SVG
{
    height: 100%;
}
/* OL pages IMG fix */
DIV.uk-scrollspy-inview IMG.uk-overlay-scale
{
    /* height: 100%;*/
}
/*Registration Form*/
#jform_date_of_birth_img
{
    padding: 7px 12px !important;
}
#jform_date_of_birth
{
    color: rgb(82, 82, 82);
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}
UL.uk-tab LI A
{
    border-color: transparent;
    background: #FAFAFA;
    border-right-width: 2px;
}
.tm-article-content UL.uk-tab LI A:hover
{
    border-color: #DFDFDF;
    background: #E9E9E9;
}
/*Anchor links +offset */
A:not([href]):not([id]):not([class])[name]
{
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
/* Bold links and email Links*/
.tm-article-content A:not(.uk-button), A[href^="mailto:"]:not(.uk-button), .rcp-text-bold
{
    font-weight: 900 !important;
}
/*Accordian Subnav */
.tm-sidebar-a .uk-parent UL
{
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.rcp-position-bottom-padding
{
    margin-left: 30px;
    margin-bottom: 30px;
}
.uk-panel-box-primary > A:not([class]), .uk-panel-box-primary > :not([class*='uk-nav']) A:not([class])
{
    color: #FFFFFF;
}
.rcp-career-pathway
{
    border: 1px solid #EAEAEA;
    margin-bottom: 20px !important;
}
/*Homepage Stuff*/
.rcp-homepage-switcher-icons IMG
{
    width: 20px;
}
.rcp-homepage-slider .uk-h4
{
    line-height: 1;
}
.rcp-homepage-slider .uk-margin
{
    line-height: 1.4;
    font-size: 13px;
}
/*Offcanvas Flip Navbar Button*/
.rcp-navbar-toggle-offcanvasflip
{
    float: right;
    margin-top: -60px;
}
.rcp-navbar-toggle-offcanvasflip.uk-navbar-toggle:after
{
    content: "\f007";
    font-family: FontAwesome;
    /* 1 */
    vertical-align: middle;
}
.rcp-navbar-toggle-offcanvasflip.uk-navbar-toggle-alt:after
{
    content: "\f002";
}
/*General Tweaks*/
.tm-bottom
{
    border-top: none;
    background: #1F2934;
}
.rcp-panel-bottom-padding
{
    padding-bottom: 30px;
}
/*Toolbar R list items*/
.tm-toolbar .uk-float-right .uk-panel
{
    float: left;
}
.tm-toolbar .uk-float-right .uk-panel + .uk-panel
{
    margin-left: 20px;
}
.tm-headerbar
{
    background: white;
}
.tm-toolbar
{
    padding-bottom: 10px;
}
/*Navbar on Small Devices*/
.tm-navbar
{
    background-color: #FAFAFA;
    border-top: 1px solid #FAFAFA;
}
@media (min-width: 1220px)
{
    .tm-page
    {
        max-width: 1200px;
        margin: 35px auto;
    }
}
@media (min-width: 480px)
{
    .tm-navbar
    {
        background-color: #FAFAFA;
        border-top: 1px solid #FAFAFA;
    }
}
@media (min-width: 768px)
{
    .tm-navbar
    {
        background-color: #335C7C;
    }
}
.uk-navbar-toggle
{
    color: #232F3C !important;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus
{
    color: #525252;
}
/*Navbar - Faculty Styles*/
NAV.tm-navbar.uk-navbar A
{
    color: #FFFFFF;
}
NAV.tm-navbar.uk-navbar A.styleMenuCollege
{
    border-bottom: 3px solid #232F3C;
}
NAV.tm-navbar.uk-navbar A.styleMenuPhysicians
{
    border-bottom: 3px solid #F7A11A;
}
NAV.tm-navbar.uk-navbar A.styleMenuSurgeons
{
    border-bottom: 3px solid #910029;
}
NAV.tm-navbar.uk-navbar A.styleMenuFDS
{
    border-bottom: 3px solid #679047;
}
NAV.tm-navbar.uk-navbar A.styleMenuFTM
{
    border-bottom: 3px solid #00A9CA;
}
NAV.tm-navbar.uk-navbar A.styleMenuFPM
{
    border-bottom: 3px solid #971889;
}
A.styleMenuCollege + .uk-dropdown-navbar
{
    margin-top: 0;
    background: #232F3C;
    color: #818A94;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}
A.styleMenuPhysicians + .uk-dropdown-navbar
{
    margin-top: 0;
    background: #F7A11A;
    color: #818A94;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}
A.styleMenuSurgeons + .uk-dropdown-navbar
{
    margin-top: 0;
    background: #910029;
    color: #818A94;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}
A.styleMenuFDS + .uk-dropdown-navbar
{
    margin-top: 0;
    background: #679047;
    color: #818A94;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}
A.styleMenuFTM + .uk-dropdown-navbar
{
    margin-top: 0;
    background: #00A9CA;
    color: #818A94;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}
A.styleMenuFPM + .uk-dropdown-navbar
{
    margin-top: 0;
    background: #971889;
    color: #818A94;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
}
NAV.tm-navbar .uk-dropdown
{
    width: 300px;
}
.uk-navbar-nav > .uk-active > A.styleMenuCollege
{
    background: #232F3C;
}
BODY.physicians .uk-navbar-nav A.styleMenuPhysicians, .uk-navbar-nav > .uk-active > A.styleMenuPhysicians
{
    background: #F7A11A;
}
BODY.surgeons .uk-navbar-nav A.styleMenuSurgeons, .uk-navbar-nav > .uk-active > A.styleMenuSurgeons
{
    background: #910029;
}
BODY.fds .uk-navbar-nav A.styleMenuFDS, .uk-navbar-nav > .uk-active > A.styleMenuFDS
{
    background: #679047;
}
BODY.ftm .uk-navbar-nav A.styleMenuFTM, .uk-navbar-nav > .uk-active > A.styleMenuFTM
{
    background: #00A9CA;
}
BODY.fpm .uk-navbar-nav A.styleMenuFPM, .uk-navbar-nav > .uk-active > A.styleMenuFPM
{
    background: #971889;
}
.uk-navbar-nav > LI > A
{
    background-image: none;
}
.uk-navbar-nav > LI:hover > A.styleMenuCollege, .uk-navbar-nav > LI > A:focus, .uk-navbar-nav > LI.uk-open > A.styleMenuCollege
{
    background-color: #232F3C !important;
    color: #FFFFFF !important;
}
.uk-navbar-nav > LI:hover > A.styleMenuPhysicians, .uk-navbar-nav > LI > A:focus, .uk-navbar-nav > LI.uk-open > A.styleMenuPhysicians
{
    background-color: #F7A11A;
    color: #FFFFFF;
}
.uk-navbar-nav > LI:hover > A.styleMenuSurgeons, .uk-navbar-nav > LI > A:focus, .uk-navbar-nav > LI.uk-open > A.styleMenuSurgeons
{
    background-color: #910029;
    color: #FFFFFF;
}
.uk-navbar-nav > LI:hover > A.styleMenuFDS, .uk-navbar-nav > LI > A:focus, .uk-navbar-nav > LI.uk-open > A.styleMenuFDS
{
    background-color: #679047;
    color: #FFFFFF;
}
.uk-navbar-nav > LI:hover > A.styleMenuFTM, .uk-navbar-nav > LI > A:focus, .uk-navbar-nav > LI.uk-open > A.styleMenuFTM
{
    background-color: #00A9CA;
    color: #FFFFFF;
}
.uk-navbar-nav > LI:hover > A.styleMenuFPM, .uk-navbar-nav > LI > A:focus, .uk-navbar-nav > LI.uk-open > A.styleMenuFPM
{
    background-color: #971889;
    color: #FFFFFF;
}
/*Global Buttons*/
.uk-button-primary[href^="/physicians/"], .uk-button-physicians
{
    background-color: #F7A11A;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #F8AA30, #F7A11A);
    background-image: linear-gradient(to bottom, #F8AA30, #F7A11A);
    border-color: transparent;
}
.uk-button-primary[href^="/surgeons/"], .uk-button-surgeons
{
    background-color: #910029;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #9C193E, #910029);
    background-image: linear-gradient(to bottom, #9C193E, #910029);
    border-color: transparent;
}
.uk-button-primary[href^="/dentistry/"], .uk-button-fds
{
    background-color: #679047;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #769B59, #679047);
    background-image: linear-gradient(to bottom, #769B59, #679047);
    border-color: transparent;
}
.uk-button-primary[href^="/travel-medicine/"], .uk-button-ftm
{
    background-color: #00A9CA;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #19B1CF, #00A9CA);
    background-image: linear-gradient(to bottom, #19B1CF, #00A9CA);
    border-color: transparent;
}
.uk-button-primary[href^="/podiatric-medicine/"], .uk-button-fpm
{
    background-color: #971889;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #A12F95, #971889);
    background-image: linear-gradient(to bottom, #A12F95, #971889);
    border-color: transparent;
}
.uk-button-casc
{
    background-color: #599A97;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #69A4A1, #599A97);
    background-image: linear-gradient(to bottom, #69A4A1, #599A97);
    border-color: transparent;
}
.uk-button-1599
{
    background-color: #E2B97F;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #E5C08C, #E2B97F);
    background-image: linear-gradient(to bottom, #E5C08C, #E2B97F);
    border-color: transparent;
}
.uk-button-physicians:hover, .uk-button-physicians:focus
{
    background-color: #F7A11A;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-surgeons:hover, .uk-button-surgeons:focus
{
    background-color: #910029;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-fds:hover, .uk-button-fds:focus
{
    background-color: #679047;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-ftm:hover, .uk-button-ftm:focus
{
    background-color: #00A9CA;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-fpm:hover, .uk-button-fpm:focus
{
    background-color: #971889;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-casc:hover, .uk-button-casc:focus
{
    background-color: #599A97;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-1599:hover, .uk-button-1599:focus
{
    background-color: #E2B97F;
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    text-shadow: none;
}
.uk-button-physicians:active, .uk-button-physicians.uk-active
{
    background-color: #DF9117;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
.uk-button-surgeons:active, .uk-button-surgeons.uk-active
{
    background-color: #830025;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
.uk-button-fds:active, .uk-button-fds.uk-active
{
    background-color: #5D8240;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
.uk-button-ftm:active, .uk-button-ftm.uk-active
{
    background-color: #0098B6;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
.uk-button-fpm:active, .uk-button-fpm.uk-active
{
    background-color: #88167C;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
.uk-button-casc:active, .uk-button-casc.uk-active
{
    background-color: #508B88;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
.uk-button-1599:active, .uk-button-1599.uk-active
{
    background-color: #CCA773;
    color: #FFFFFF;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
/*Offcanvas Right*/
#offcanvasflip.uk-offcanvas P, #offcanvasflip.uk-offcanvas H1, #offcanvasflip.uk-offcanvas H2, #offcanvasflip.uk-offcanvas H3, #offcanvasflip.uk-offcanvas H4, #offcanvasflip.uk-offcanvas H5, #offcanvasflip.uk-offcanvas H6, #offcanvasflip.uk-offcanvas SMALL, #offcanvasflip.uk-offcanvas LABEL, #offcanvasflip.uk-offcanvas A
{
    color: #FFFFFF !important;
}
#offcanvasflip #modlgn-username, #offcanvasflip #modlgn-passwd
{
    width: 95%;
}
#offcanvasflip .uk-panel
{
    margin-top: 0px;
    margin-bottom: 0px;
}
#offcanvasflip .uk-panel H3, #offcanvasflip .uk-panel H4
{
    margin-top: 0px;
    margin-bottom: 0px;
}
#offcanvasflip .uk-panel HR
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #464646;
}
#offcanvasflip .uk-panel P
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#offcanvasflip .uk-panel #form-login-remember
{
    margin-bottom: 5px;
}
/*Font-size of Breadcrumbs */
.uk-breadcrumb > li {
	font-size: 0.8rem;
}
/*Global Modifications*/
.uk-panel-box-primary > A:not([class]), .uk-panel-box-primary > :not([class*='uk-nav']) A:not([class])
{
    color: #FFFFFF;
}
.uk-heading-large
{
    font-size: 24px;
    line-height: 21px;
}
@media (min-width: 480px)
{
    .uk-heading-large
    {
        font-size: 36px;
        line-height: 66px;
    }
}
@media (min-width: 768px)
{
    .uk-heading-large
    {
        font-size: 60px;
        line-height: 66px;
    }
}
.tm-fullscreen
{
    height: 350px;
}
@media (min-width: 480px)
{
    .tm-fullscreen
    {
        height: 350px;
    }
}
@media (min-width: 768px)
{
    .tm-fullscreen
    {
        height: 350px;
    }
}
@media (min-width: 960px)
{
    .tm-fullscreen
    {
        height: 600px;
    }
}
@media (min-width: 1220px)
{
    .tm-fullscreen
    {
        height: 600px;
    }
}
.clear
{
    clear: both;
}
.uk-nav-side UL A
{
    color: #232F3C;
}
.uk-nav-side UL A:hover
{
    color: #525252;
}
/*Career Stage Pages*/
.rcp-panel-title
{
    min-height: 50px;
}
.rcp-career-pathway DIV
{
    height: 50vw;
    max-height: 500px;
}
/*SVG
{
    width: 100% !important;
    height: 100% !important;
}*/
/*Tables*/
.rcp-table-college TH
{
    background-color: #00335B;
    color: #FFFFFF !important;
}
.rcp-table-physicians TH
{
    background-color: #F7A11A;
    color: #FFFFFF !important;
}
.rcp-table-surgeons TH
{
    background-color: #910029;
    color: #FFFFFF !important;
}
.rcp-table-fds TH
{
    background-color: #679047;
    color: #FFFFFF !important;
}
.rcp-table-ftm TH
{
    background-color: #00A9CA;
    color: #FFFFFF !important;
}
.rcp-table-fpm TH
{
    background-color: #971889;
    color: #FFFFFF !important;
}
.rcp-table-physicians TBODY TR:hover
{
    background: #FCD9A3 !important;
}
.rcp-table-surgeons TBODY TR:hover
{
    background: #D399A9 !important;
}
.rcp-table-fds TBODY TR:hover
{
    background: #C2D3B5 !important;
}
.rcp-table-ftm TBODY TR:hover
{
    background: #99DDEA !important;
}
.rcp-table-fpm TBODY TR:hover
{
    background: #D5A3D0 !important;
}
.rcp-shadow P, .rcp-shadow H1
{
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.uk-table THEAD TH
{
    text-align: left;
}
.uk-table THEAD TH
{
    text-align: left;
}
.uk-table TD
{
    text-align: left;
    vertical-align: top;
}
/*Offcanvas Menu Styling*/
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A:before
{
    display: none !important;
}
.uk-nav-offcanvas > LI > A
{
    position: static;
}
.uk-offcanvas-bar .styleMenuCollege, .uk-nav-offcanvas > LI > A.styleMenuCollege:focus, .uk-nav-offcanvas > .uk-active.uk-parent A.styleMenuCollege, .uk-parent .uk-open A.styleMenuCollege
{
    border-left: 10px solid #335C7C;
}
.uk-offcanvas-bar .styleMenuPhysicians, .uk-nav-offcanvas > LI > A.styleMenuPhysicians:focus, .uk-nav-offcanvas > .uk-active.uk-parent A.styleMenuPhysicians, .uk-parent .uk-open A.styleMenuCollege
{
    border-left: 10px solid #F7A11A;
}
.uk-offcanvas-bar .styleMenuSurgeons, .uk-nav-offcanvas > LI > A.styleMenuSurgeons:focus, .uk-nav-offcanvas > .uk-active.uk-parent A.styleMenuSurgeons, .uk-parent .uk-open A.styleMenuCollege
{
    border-left: 10px solid #910029;
}
.uk-offcanvas-bar .styleMenuFDS, .uk-nav-offcanvas > LI > A.styleMenuFDS:focus, .uk-nav-offcanvas > .uk-active.uk-parent A.styleMenuFDS, .uk-parent .uk-open A.styleMenuCollege
{
    border-left: 10px solid #679047;
}
.uk-offcanvas-bar .styleMenuFTM, .uk-nav-offcanvas > LI > A.styleMenuFTM:focus, .uk-nav-offcanvas > .uk-active.uk-parent A.styleMenuFTM, .uk-parent .uk-open A.styleMenuCollege
{
    border-left: 10px solid #00A9CA;
}
.uk-offcanvas-bar .styleMenuFPM, .uk-nav-offcanvas > LI > A.styleMenuFPM:focus, .uk-nav-offcanvas > .uk-active.uk-parent A.styleMenuFPM, .uk-parent .uk-open A.styleMenuCollege
{
    border-left: 10px solid #971889;
}
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A.styleMenuCollege
{
    background: #335C7C;
    color: #FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A.styleMenuPhysicians
{
    background: #F7A11A;
    color: #FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A.styleMenuSurgeons
{
    background: #910029;
    color: #FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A.styleMenuFDS
{
    background: #679047;
    color: #FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A.styleMenuFTM
{
    background: #00A9CA;
    color: #FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
HTML .uk-nav.uk-nav-offcanvas > LI.uk-active > A.styleMenuFPM
{
    background: #971889;
    color: #FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.uk-nav-side > LI > A
{
    padding-left: 10px;
    padding-right: 10px;
}
/* Awards and Scholarships */
@media (max-width: 768px)
{
    .awardTable TR TD
    {
        display: block;
    }
    .awardDetailTitle
    {
        font-weight: 900 !important;
    }
}
.awardDetailTitle
{
    font-weight: 900 !important;
}
.awardTable TD
{
    padding: 10px;
    vertical-align: top;
}
P.chrono_credits
{
    display: none;
}
/*Event List*/
.rcp-event-list-table H3
{
    margin: 0px !important;
}
/*Events - Sponsorship*/
.uk-badge.rcp-sponsor-badge-None
{
    display: none;
}
.uk-badge.rcp-sponsor-badge-Bronze
{
    background-color: #965A38;
}
.uk-badge.rcp-sponsor-badge-Silver
{
    background-color: #A8A8A8;
}
.uk-badge.rcp-sponsor-badge-Gold
{
    background-color: #D9A441;
}
.uk-badge.rcp-sponsor-badge-Platinum
{
    background-color: #CCC2C2;
}
.uk-badge.rcp-sponsor-badge-Diamond
{
    background-color: #B8D8E7;
}
/*Sodalitas*/
.rcp-MakeBooking INPUT.guest_name
{
    margin-bottom: 0px;
}
/*User Dashboard*/
.rcp-dashIconDescription
{
    font-size: 13px;
}
/*RHBs*/
.rcp-rhb-icon-large
{
    font-size: 60px;
    float: left;
    padding-right: 20px;
}
.rcp-rhb-title
{
    margin: 0 0px 0px !important;
}
.rcp-rhb-brochure
{
    width: 100%;
    box-shadow: 0px 0px 15px 1px #6D6A6A;
}
.rcp-rhb-logo
{
    width: 100%;
}
/*News*/
H3.rcp-news-title
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.rcp-news-intro
{
    margin-top: 10px;
    margin-bottom: 20px;
}
.rcp-news-rhb-icons H3
{
    font-weight: normal;
    font-size: 14px !important;
}
/*Membership Benefits*/
.rcp-benefit-tick
{
    font-size: 250%;
}
.rcp-text-college
{
    color: #00335B;
}
.rcp-text-physicians
{
    color: #F7A11A;
}
.rcp-text-surgeons
{
    color: #910029;
}
.rcp-text-fds
{
    color: #679047;
}
.rcp-text-ftm
{
    color: #00A9CA;
}
.rcp-text-fpm
{
    color: #971889;
}
/*Cookie Notice*/
.jb.cookie
{
    position: fixed !important;
    z-index: 999;
    width: 100% !important;
    height: auto;
    text-align: center;
    display: none;
    box-shadow: 0 0 20px #525252;
    padding: 10px 0;
    left: 0;
    right: 0;
    float: none !important;
    text-shadow: none;
    border-radius: 0 !important;
    margin: 0 auto !important;
}
.jb.cookie.bottom
{
    bottom: 0px;
}
.jb.cookie DIV.cookie-bg
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    z-index: -1;
}
.jb.cookie-bg.white
{
    background-color: white;
}
.jb.white
{
    color: #525252;
}
.jb.cookie P
{
    margin: 4px 0;
    padding: 0;
    float: none !important;
}
.jb.cookie P A
{
    cursor: pointer;
    float: none !important;
}
.jb.bottom.blue .jb.cookie-bg.white, .jb.bottom.blue .jb.cookie-bg.black
{
    border-top: 1px solid #EAEAEA;
}
.jb.cookie.blue P A
{
    color: #335C7C !important;
    font-weight: bold;
}
.jb.cookie.blue P A:hover
{
    color: #00335B !important;
    font-weight: bold;
}
#jbcookies .modal-body
{
    max-height: 400px !important;
}
/*Search Box*/
.uk-search-field
{
    color: #FFFFFF !important;
}
.uk-search-field::-webkit-input-placeholder
{
    color: #FFFFFF !important;
}
.uk-search-field:-moz-placeholder
{
    color: #FFFFFF !important;
}
.uk-search-field::-moz-placeholder
{
    color: #FFFFFF !important;
}
.uk-search-field:-ms-input-placeholder
{
    color: #FFFFFF !important;
}
.uk-search:before
{
    color: #FFFFFF;
}
/*Search Results*/
DIV#search-results H1.uk-article-title
{
    font-size: 22px;
    margin-bottom: 0;
}
DIV + DIV.uk-text-center > .rcp-search-placeholder
{
    display: none;
}
.gsc-wrapper *
{
    font-family: 'Open Sans' !important;
}
.gs-title, .gs-title B
{
    text-decoration: none !important;
    font-size: 28px !important;
    height: unset !important;
    line-height: 1.3;
}
.gsc-table-result TR
{
    border-bottom: 1px solid #EAEAEA;
}
.gsc-table-result TR TD
{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.gsc-cursor-page
{
    text-decoration: none !important;
}
.gsc-cursor-current-page
{
    background-color: #FAFAFA !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-shadow: none !important;
}
.rcp-panel-box-physicians
{
    background-color: #F7A11A;
    color: white;
}
.rcp-panel-box-surgeons
{
    background-color: #910029;
    color: white;
}
.rcp-panel-box-fds
{
    background-color: #679047;
    color: white;
}
.rcp-panel-box-ftm
{
    background-color: #00A9CA;
    color: white;
}
.rcp-panel-box-fpm
{
    background-color: #971889;
    color: white;
}
.rcp-panel-box-college
{
    background-color: #232F3C;
    color: white;
}
.rcp-panel-box-physicians H2, .rcp-panel-box-surgeons H2, .rcp-panel-box-fds H2, .rcp-panel-box-ftm H2, .rcp-panel-box-fpm H2, .rcp-panel-box-college H2
{
    color: white;
}
.rcp-panel-box-physicians HR, .rcp-panel-box-surgeons HR, .rcp-panel-box-fds HR, .rcp-panel-box-ftm HR, .rcp-panel-box-fpm HR, .rcp-panel-box-college HR
{
    border-color: white;
}
/* Browser notification */
DIV#buorg DIV
{
    background: #FFFFFF !important;
    font-weight: 600 !important;
    color: #FF5C26 !important;
    /*padding-top: 0px !important;
    margin-top: -1.1em !important;*/
}
#buorg
{
    margin-top: -5px;
}
#buorgclose
{
    top: 5px !important;
}
.cck-pos-mainbody .uk-width-large-1-3 .uk-panel-box-secondary IMG
{
    height: 100%;
}
/*Shopping Basket*/
.rcpBasket
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-top: 1px solid #A9A9A9;
    box-shadow: 0 0 20px #525252;
}
.bounce-enter-active
{
    animation: bounce-in 0.5s;
}
@keyframes bounce-in
{
    0%
    {
        transform: scale(1);
    }
    40%
    {
        transform: scale(1.25);
    }
    60%
    {
        transform: scale(1.25);
    }
    100%
    {
        transform: scale(1);
    }
}
INPUT[type=text]::-ms-clear
{
    display: none;
}
.rcp-quantity-v
{
    vertical-align: middle;
    margin-bottom: 0px !important;
}
INPUT.rcp-quantity-v
{
    height: 16px;
}
/* Youtube embeds */

.youtube-embed-aspect-forced
{
    width: 73vw !important;
    height: 41vw !important;
    max-height: 320px;
    max-width: 100%;
}

/*make the video centered*/
.center-iframe 
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Print fixes */

@media print {
    a[href]:after {
        content: '' !important;
    }

    abbr[title]:after {
        content: '' !important;
    }
}
/* Overwrite auto coloring of buttons */

.uk-button.notauto
{
        background-color: #4D607A;
    background-image: -webkit-linear-gradient(top, #556A85, #475A72) !important;
    background-image: linear-gradient(to bottom,#556A85,#475A72) !important;
    border-color: transparent;
}

/* Update to make search box more visible on Desktop */
.tm-toolbar div.rcp-search input#mod-finder-searchword {
  color: #9F9F9F !important;
  background: #EEEEEE;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #EAEAEA;
  background-image: -webkit-linear-gradient(top, #FCFCFC, #FAFAFA);
  background-image: linear-gradient(to bottom, #FCFCFC, #FAFAFA);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
  padding-left: 25px;
  min-width: 180px;
  
}

.tm-toolbar div.rcp-search .uk-search:before,
.tm-toolbar div.rcp-search input#mod-finder-searchword::placeholder
{
  color: #9F9F9F !important;  
}
/* Remove icon from GS site form */
.uk-article .uk-search:before
{
    content: '' !important;
    display:none !important;
    width: 0px !important;
    height: 0px !important;
}

/* Increase search box height by 1px */
input#mod-finder-searchword 
{
    height: 37px !important;
}

/* ALESSIO PERSONAL STYLE */

/* Remove scrollbar from Custom Google Map */

 #rcpsg-map {
        height:500px;
        width:100%!important;
    }


/* Add Hover effects to social image */

.rcpsg-social img {
    transition: all 0.5s cubic-bezier(.63,1.85,.57,.28);
}

.rcpsg-social img:hover {
    -webkit-filter: saturate(3);
    filter: saturate(3);
    transform: scale(0.9);
}

/* Emphasis for text elements */

.physicians-emphasis {
    color:#f7a11a ;
}

.surgeons-emphasis {
    color: #910029 ;
}

.dentistry-emphasis {
    color: #679047;
}

.travelmedicine-emphasis {
    color: #00a9ca;
}

.podiatric-emphasis {
    color: #971889;
}

.library-emphasis {
    color: #232f3c;
}

@media (min-width: 1366px) {
.hope-logo {
    max-width: 450px;
}
}

/* People's images rule */

.people-img {
    max-width:350px;
    border: solid 4px #335c7c;
}

.pplhh {
	border:none;
}

/* Hide DOCMan list */

.hide-documents.koowa.com_docman {
    display: none;
}

/* Blog and tag CSS for News without SEBLOD */

@media (min-width:1220px) {
.blog-readmore-button {
    margin-top:-5px!important;
    margin-bottom:-5px!important;
}
}

.blog > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main h1 {
    font-size: 22px;
}


@media (min-width:769px) {
.blog > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main img {
max-width: 100%;
    height: 320px;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.blog > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main article p.tm-blog-more {
bottom:6px;
}

}

.blog > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main a.uk-align-left {
float: none;
}
@media (min-width:768px) {
.blog > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main img.uk-align-left {
	float:none!important;
	max-height:320px;
	height: auto!important;
	text-align: center;
    margin: 20px auto;
}
}
.tagcss > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main h1 {
    font-size: 22px;
	}

.tagcss > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main article {
 text-align: center;
}

.tagcss > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main article p.uk-article-meta.uk-margin-small-top {
    font-size: 0px;
	visibility:hidden
}

.tagcss > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main article time {
    font-size: 16px;
	visibility:visible
}

.tagcss > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main article time:before {
    content: "Written on "
}

@media (min-width:769px) {

.tagcss > .tm-page > .tm-block > .uk-container > .uk-grid > .tm-main img {
max-width: 50%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
	display:block;
	margin: 0 auto;
}
}



/* Tag CSS for Single Article */

.all-list-tags {
    text-align:center;
}

.all-list-tags a {
    margin-bottom:15px!important;
    font-weight: 500;
}

.all-list-tags a[href="/component/tags/tag/10-physicians-news"] {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/10-physicians-news"]::before {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/10-physicians-news"]::after {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/10-physicians-news"]:hover {
  display:none!important;;
}

.all-list-tags a[href="/component/tags/tag/10-physicians-news"]:hover::after {
   display:none!important;
}

.all-list-tags a[href="/component/tags/tag/11-surgeons-news"] {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/11-surgeons-news"]::before {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/11-surgeons-news"]::after {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/11-surgeons-news"]:hover {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/11-surgeons-news"]:hover::after {
   display:none!important;
}

.all-list-tags a[href="/component/tags/tag/12-dentistry-news"] {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/12-dentistry-news"]::before {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/12-dentistry-news"]::after {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/12-dentistry-news"]:hover {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/12-dentistry-news"]:hover::after {
   display:none!important;
}

.all-list-tags a[href="/component/tags/tag/13-podiatric-medicine-news"] {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/13-podiatric-medicine-news"]::before {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/13-podiatric-medicine-news"]::after {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/13-podiatric-medicine-news"]:hover {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/13-podiatric-medicine-news"]:hover::after {
   display:none!important; 
}

.all-list-tags a[href="/component/tags/tag/14-travel-medicine-news"] {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/14-travel-medicine-news"]::before {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/14-travel-medicine-news"]::after {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/14-travel-medicine-news"]:hover {
  display:none!important;
}

.all-list-tags a[href="/component/tags/tag/14-travel-medicine-news"]:hover::after {
   display:none!important;
}

.all-list-tags a[href="/component/tags/tag/15-college-news"], .all-list-tags a[href="/component/tags/tag/16-workforce"], .all-list-tags a[href="/component/tags/tag/17-inclusivity"], .all-list-tags a[href="/component/tags/tag/18-brexit"], .all-list-tags a[href="/component/tags/tag/19-hope"], .all-list-tags a[href="/component/tags/tag/20-wellbeing"], .all-list-tags a[href="/component/tags/tag/21-medical-consent"], .all-list-tags a[href="/component/tags/tag/22-global-health"]  {
  background: #232F3C;
  border-radius: 3px 0 0 3px;
  color: #FFF;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: color ease-in-out 0.3s;
}

.all-list-tags a[href="/component/tags/tag/15-college-news"]::before, .all-list-tags a[href="/component/tags/tag/16-workforce"]::before, .all-list-tags a[href="/component/tags/tag/17-inclusivity"]::before, .all-list-tags a[href="/component/tags/tag/18-brexit"]::before, .all-list-tags a[href="/component/tags/tag/19-hope"]::before, .all-list-tags a[href="/component/tags/tag/20-wellbeing"]::before, .all-list-tags a[href="/component/tags/tag/21-medical-consent"]::before, .all-list-tags a[href="/component/tags/tag/22-global-health"]::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.all-list-tags a[href="/component/tags/tag/15-college-news"]::after, .all-list-tags a[href="/component/tags/tag/16-workforce"]::after, .all-list-tags a[href="/component/tags/tag/17-inclusivity"]::after, .all-list-tags a[href="/component/tags/tag/18-brexit"]::after, .all-list-tags a[href="/component/tags/tag/19-hope"]::after, .all-list-tags a[href="/component/tags/tag/20-wellbeing"]::after, .all-list-tags a[href="/component/tags/tag/21-medical-consent"]::after, .all-list-tags a[href="/component/tags/tag/22-global-health"]::after  {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #232F3C;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: color ease-in-out 0.3s;
}

.all-list-tags a[href="/component/tags/tag/15-college-news"]:hover, .all-list-tags a[href="/component/tags/tag/16-workforce"]:hover, .all-list-tags a[href="/component/tags/tag/17-inclusivity"]:hover, .all-list-tags a[href="/component/tags/tag/18-brexit"]:hover, .all-list-tags a[href="/component/tags/tag/19-hope"]:hover, .all-list-tags a[href="/component/tags/tag/20-wellbeing"]:hover, .all-list-tags a[href="/component/tags/tag/21-medical-consent"]:hover, .all-list-tags a[href="/component/tags/tag/22-global-health"]:hover  {
  background-color: #eee;
  color: #232F3C;
}

.all-list-tags a[href="/component/tags/tag/15-college-news"]:hover::after, .all-list-tags a[href="/component/tags/tag/16-workforce"]:hover::after, .all-list-tags a[href="/component/tags/tag/17-inclusivity"]:hover::after, .all-list-tags a[href="/component/tags/tag/18-brexit"]:hover::after, .all-list-tags a[href="/component/tags/tag/19-hope"]:hover::after, .all-list-tags a[href="/component/tags/tag/20-wellbeing"]:hover::after, .all-list-tags a[href="/component/tags/tag/21-medical-consent"]:hover::after, .all-list-tags a[href="/component/tags/tag/22-global-health"]:hover::after  {
   border-left-color: #eee; 
}

.margin-top-allnews {
	margin-top:-17px!important;
}

/* CSS for Revalidation page */

.icons-container {
position:relative;
height:100px;
width:100%;
}

.revalidation-icons {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: block;
  padding: 5px;
  position: absolute;
  text-align: center;
}
.revalidation-icons .icon {
  transition: all 0.5s ease-in;
  cursor: pointer;
  display: inline-block;
  height: 117px;
  font-size: 0;
  position: relative;
  text-align: center;
  width: 128px;
}
.revalidation-icons .icon::before {
  transition: all 0.6s cubic-bezier(0.5, 0, 0.1, 1.5);
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 13px;
  width: 0;
  z-index: -1;
}
.revalidation-icons .icon:hover {
  color: #232F3C;
}
.revalidation-icons .icon:hover::before {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
width: 120px;
height:120px;
}
.revalidation-icons .icon a {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: block;
  font-size: 34px;
  position: relative;
}
.revalidation-icons .icon a::before {
  display: block;
}

.physicians::before {
  background:#335c7c;
}

.physicians-a {
width: 90px;
height:90px;
}

.surgeons-a { 
width: 90px;
height:90px;
}

.fill-physicians {
transition: all 0.6s cubic-bezier(0.5, 0, 0.1, 1.5);
fill:#F7A11A;
}

.fill-physicians:hover {
fill: #FFFFFF;
}

.fill-surgeons {
transition: all 0.6s cubic-bezier(0.5, 0, 0.1, 1.5);
fill:#910029;
}

.fill-surgeons:hover {
fill: #FFFFFF;
}

.gcsc-find-more-on-google-magnifier {
    max-width: 12px!important;
}

/*HIDE THE CONSENT SECTION - MARTIN AND KIRSTY NEED TO LOOK AT IT OUTSIDE UAT
a[href="/college/influencing-healthcare/policy/consent"] {
    display:none!important;
}
*/

.elearning-accordion-title { 
	font-size: 26px;
	line-height: 40px;
	padding: 8px 24px;
}

/*New pages style*/

.font-large {
	font-size: 32px;
}	

.paragraph-highlighted {
    padding: 5%;
    font-size: 26px;
    line-height: 1.2;
}	
	
.main-title {
	font-size: 42px;
	position: relative;
	margin-bottom: 30px;
}

.fullscreen-container {
	position:relative;
	margin: 0 -70px 0 -70px;
}

.fullscreen-content {
	position: absolute;
    width: 40%;
    overflow: hidden;
    top: 50%;
    right: 0;
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    padding: 2%;
    background-color: #FFFFFF;
}

.fullscreen-content p:first-child {
	
	font-size: 18px;
}	
	
.fullscreen-container-content {
    position: absolute;
    width: 50%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2%;
	border: 3px solid #525252;
}	
	
.testimonial-quote {
	position: absolute;
    width: 50%;
    overflow: hidden;
    top: 45%;
    left: 0;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 2%;
	color: #FFFFFF;
}
	
.testimonial-quote p:first-child {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}	
	
.testimonial-quote p:first-child:before {
	font-family: 'FontAwesome';
	content: "\f10d";
	color: #FFFFFF;
	display: block;
}
	
.navigation-block {
	margin-bottom: 30px;
}	
	
	
.navigation-block p:nth-child(2) {
	min-height: 125px;
}
	
.pages-title {
	color: #525252!important;
	font-size: 32px;
	position: relative;
	margin-bottom: 30px;
}

.sub-titles {
	font-size: 26px;
}	
	
.pages-text-container {
	padding: 2%;	
}	


/*404 style*/

.error-icon {
	font-size: 150px;
	color: #FFF!important;
}

.error-form {
	margin-top: 12px;
}

.error-form:beforev{
	color: #525252 !important;
}

.error-search {
	width: calc(100% - 30px) !important;
	color: #525252;
	background-color: #FFFFFF;
	padding: 0 0 0 30px !important;
	height: 40px !important;
	font-size: 20px !important;
}

.error-form:before {
	line-height: 40px !important;
	width: 32px !important;
	font-size: 20px !important;
	color: #525252;
}

.error-grid > * {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.error-navigation-text{
	text-align: left !important;
	color: white !important;
	margin-top: 8px;
}

	
/*TABLETS*/
	
@media screen and (min-width:768px) and (max-width:1220px) {

	.fullscreen-container {
		margin-left: -25px!important;
		margin-right: -25px!important;
    }	
    
    .fullscreen-content {
		width: 45%!important;
	}
	
}
	
/* MOBILE */	
	
@media screen and (max-width:767px) {
	
	.fullscreen-container {
		margin-left: -25px!important;
		margin-right: -25px!important;
		background-position: bottom!important;
	}
	
	.testimonial-quote {
		width: 92%!important;
	}
	
	.testimonial-quote p:first-child {
		font-size: 24px!important;
    }
    
    .fullscreen-content {
		width: 80%!important;
	}
	
	.fullscreen-container-content {
		width: 90%!important;
	}
		
}
	
/*MOBILE - Fixes*/	
	
@media screen and (max-width:372px) {
	
	.fullscreen-container {
		height: 515px!important;
	}
	
	.testimonial-quote p:first-child {
		font-size: 24px!important;
		line-height: 1.2!important;
	}
	
}

@media (max-width:300px) {
	.fullscreen-content {
		-ms-transform: translate(-11%, -60%)!important;
    	transform: translate(-11%, -60%)!important;
	}
}	
	
@media screen and (min-width: 769px) {
	.navigation-title {
		min-height: 52px!important;
	}
	.error-body {
		height: 100%;
	}
}