/*  ##############################################################

    Overrides to the original Accord theme files
    ============================================

    Orange #ee7d11


##############################################################  */

/* Replicate the form submit button with Drupal Webforms default mark up */
#accordwrapper .form-submit {
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 15px !important;
    background-color: #ee7d11;
    color: #FFFFFF;
    border: 0 none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#accordwrapper .form-submit:hover {
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #ba5c01;
}

#accordwrapper .form-submit.ajax-processed { /* The CV ajax upload doesn't work very well, so we'll just hide this button as the file will upload when the form is submitted. */
    display:none;
}



/* For some reason the little chevron wasn't showing with the app.css code ?!?!? */
.fa-chevron-right:before {
    content: "\f054" !important;
}

.fa-chevron-left::before {
    content:"";
}



/* Webform specific styles */
span.orange {
    color:#ee7d11;
}








/* Home Overwrites */

#accordwrapper .smallbox {
    min-height: 0;
}

/* Overwrites */

.page-node-20 #accordwrapper .box, .page-node-21 #accordwrapper .box {
    min-height: 0;
}

.page-node-2 #accordwrapper .box.red1 {
    height: auto !important;
    min-height: 200px;
}

.page-node-6 .columns + .columns:last-child {
    float: left;
}

.page-node-5 #accordwrapper .box h2.head {
    font-size: 26px;
}

#accordwrapper .pagetitle {
    height: auto !important;
    min-height: 0 !important;
}

.page-node-12 h1 {
    font-size: 26px;
}

.page-node-17 h1 {
    font-size: 22px;
}

#accordwrapper .box h2 {
    font-size: 22px;
}

/* About Overwrites */

#accordwrapper .smallbox {
    width: 100%;
}

a.us-site-visit {
    display: inline-block;
    float: right;
    width: 100%;
    max-width: 254px;
}

a.us-site-visit img {
    width: 100%;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.us-site-visit img:hover {
    opacity: 0.7;
}

div#block-tb-megamenu-main-menu {
    float: right;
}

/* Mega menu overwrites */
.tb-megamenu {
    background:none;
}
.tb-megamenu .nav {
    list-style-type: none;
    margin: 40px 0 0;
    float: right;
}

.tb-megamenu .nav-collapse.always-show {
    float: right;
}


.tb-megamenu .nav li {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0 0 0 14px;
}

.tb-megamenu .nav li:last-child {
    margin-right: 10px;
}
.tb-megamenu .nav li a {
    color: #878787;
    display: block;
    position: relative;
    border:none;
    font-weight: 500;
    padding:0;
    text-shadow:none;
}
.tb-megamenu .nav li.active-trail a {
    color: rgba(0, 0, 0, 0.8);
    background:none;
}

.tb-megamenu .nav li a:before {
    background: none;
}
.tb-megamenu .nav li a:before {
    position: absolute;
    bottom: -4px;
    left: 0px;
    content: "";
    width: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 3px;
    background: #ee7d11;
}

.tb-megamenu .nav li a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tb-megamenu .nav li a:hover:before {
    width: 100%;
}
.tb-megamenu .nav li.active > a::before {
    width: 100%;
}

.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover, .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background:none;
    color:#ee7d11;
    text-decoration:none;
    text-shadow:none;
    outline:none;
}

.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
    margin-top: 20px;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    color: #878787;
}

.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    color: #878787;
}

/* Dropdown */
.tb-megamenu .dropdown-menu {
    border:none;
}
.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li {
    margin:0;
    font-size:14px !important;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    background-color: #fff;
    background-image: none !important;
}

div#block-tb-megamenu-main-menu {
      float: right;
}

.tb-megamenu .nav {
    list-style-type: none;
    margin: 40px 0 0;
    float: right;
}

/* Horizontal Photo Styling */
.horizontalphoto {
    float:left;
    padding:0 2% 2% 0;
}

/* Linked in logo in the footer */
#linkedin {
    display: inline-block;
    margin: 0 1em 0 0;
    width: 100px;
}



/************* NEW ABOUT GRID *************/


.about-box {
    float: left;
    text-align: left;
	margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    width: 24%;
    padding: 15px;
    border-radius: 10px;
    display: block;
    color: #fff;
    background: rgba(219, 113, 11, 0.8);
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
}

/* Grey backgrounds to country boxes */
.views-row-1 .about-box,
.views-row-3 .about-box,
.views-row-6 .about-box,
.views-row-8 .about-box,
.views-row-9 .about-box,
.views-row-11 .about-box,
.views-row-14 .about-box,
.views-row-16 .about-box,
.views-row-17 .about-box,
.views-row-19 .about-box,
.views-row-22 .about-box,
.views-row-24 .about-box,
.views-row-25 .about-box,
.views-row-27 .about-box
{
	background: rgba(168, 168, 168, 0.8);
}

.about-box img {
	float: right;
	width: 39px;
	height: 39px;
}

.about-box:hover, .about-box:focus, .about-box:active {
    color: #fff;
}

.about-box h3 {
    color: #fff;
}

.memberpopup {
    display:none;
    clear: both;
}

.membermargin {
	margin: 15px 15px 0 15px;
}

/* Orange box */
.memberpopup-wrapper {
    background: #db710b;
    padding: 20px 22px;
    border-radius: 10px;
    font-size: 15px !important;
    color: #292929;
}

.memberpopup-wrapper .col-md-4 {
    width: 33%;
    float: left;
	box-sizing: border-box;
}

.memberpopup-wrapper .col-md-4.first {
	padding-right: 25px;
	width: 31%;
}

.memberpopup-wrapper .col-md-4.second {
	padding-left: 60px;
	padding-right: 25px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 39.5%;
}

.memberpopup-wrapper .col-md-4.third {
	padding-left: 60px;
	width: 29.5%;
}

.memberpopup-wrapper p {
	font-size: 15px !important;
}

/* Flag icon */
.col-md-4.first img {
	float: right;
	margin-right: 25px;
	margin-top: 3px;
	width: 39px;
	height: 39px;
}

/* Orange box headings */
.memberpopup-wrapper .col-md-4 h4 {
	color: #fff;
	display: block;
	font-weight: normal;
	font-size: 17px !important;
	margin: 0;
}

/* Country name */
.memberpopup-title {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
}

.memberpopup-keyfacts {
	border-bottom: 2px solid #fff;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
}

/* Email links */
.memberpopup-wrapper p a {
	color: #292929;
	text-decoration: none;
}

/* Web address */
.memberpopup-link {
	display: inline-block;
	margin-bottom: 20px;
}

/* Grey box */
.memberpopup-body {
    background: #ababab;
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px;
    font-size: 15px !important;
    color: #fff;
    clear: both;
}

.memberpopup-body p {
	font-size: 15px !important;
}

.memberpopup-body p:last-child {
	margin-bottom: 0;
}

fieldset legend {
    background: #e5770e;
    font-weight: 500;
    color: #fff;
    margin-left: -0.1875rem;
    margin: 0;
    padding: 8px;
    border-radius: 7px;
}

.form-required {
    color: #000;
}

/************* New Newsroom Layout *************/

/* News Article Specific */
#accordwrapper.article h1.title {
    color: #ffffff;
    font-size: 27px;
    line-height: 1;
}
#accordwrapper.article .pagetitle h4 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: break-word;
}
#accordwrapper.article .field-name-field-disclaimer p {
    font-style: italic;
}



/* Newsroom 2017 Styling */
h1#title-newsroom {
    margin:0;
}
.news-item-box {
    animation: 0.6s ease-in 0s normal none 1 running fadeIn;
    margin: 1em 0 0;
    position: relative;
    overflow: hidden;
    clear: both;
    border-radius: 10px;
    padding: 20px;
}

.page-node-6 #accordwrapper .box.red1 {
    min-height: 150px;
    display: block;
    padding: 40px;
    padding-left: 30px;
}

/* odd boxes */

.news-item-box:nth-child(odd) {
    background: #fff;
    border: 2px solid #ee7d13;
}

.news-item-box:nth-child(odd) span.data {
    font-size: 25px;
    text-transform: uppercase;
    color: #ee7d13;
    padding: 0 5px;
    border-bottom: 2px solid #ee7d13;
    margin-bottom: 15px;
    display: inline-block;
}

.news-item-box:nth-child(odd) h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #ee7d13;
    margin-bottom: 14px;
    font-weight: 500;
    line-height: 22px;

}

.news-item-box:nth-child(odd) p, .news-item-box:nth-child(odd) li {
    color: #ee7d13;
}

.news-item-box:nth-child(odd) a {
    text-transform: uppercase;
    color: #ee7d13;
    display: inline-block;
    padding: 10px;
    border-top: 2px solid #ee7d13;
    font-weight: 500;
}

.news-item-box:nth-child(odd) a:hover {
    background: #ee7d13;
    color: #fff;
    border-radius: 10px;
}

/* even boxes */

.news-item-box:nth-child(even) {
    background: #ee7d13;
    border: 2px solid #ee7d13;
}

.news-item-box:nth-child(even) span.data {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.news-item-box:nth-child(even) h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
    line-height: 22px;

}

.news-item-box:nth-child(even) p, .news-item-box:nth-child(even) li {
   color: #fff;
}

.news-item-box:nth-child(even) a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 10px;
    border-top: 2px solid #fff;
    font-weight: 500;
}

.news-item-box:nth-child(even) a:hover {
    background: #fff;
    color: #ee7d13;
    border-radius: 10px;
}

/************************************************/


.news-item-box .news-date-wrap {
float: left;
    margin: 0;
    padding: 1em 0;
    width: 100%;
    text-align: left;
}

.news-item-box .news-date-wrap .date-number {
    display: block;
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1;
}
.news-item-box .news-data-wrap {
    display: table;
    /*height: 6em;*/
    margin-left: 0;
    width: 91%;
}
.news-item-box .news-data-wrap h4 {
    color: #333333;
    margin: 0;
    /*
    display: table-cell;
    font-size: 175%;
    */
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 130%;
    min-height: 80px;
    padding: 0.8em 1.2em;
    vertical-align: middle;
}
.news-item-box .news-data-wrap .news-more {
    display: table-cell;
    /*font-size: 145%;*/
    font-size: 1.2em;
    font-style: italic;
    padding-left: 0.3em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 8em;
}
.news-item-box .news-data-wrap .news-more::before {
    background: #d8d8d8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 75%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}
.news-item-box a .news-data-wrap .news-more {
}
.news-item-box a:hover .news-data-wrap .news-more {
}


#sliding-popup.sliding-popup-bottom {
    background: #ee7d11;
}

#sliding-popup .popup-content #popup-buttons button {
    font-size: 12px;
}

#sliding-popup .popup-content #popup-text p {
    font-size: 12px !important;
}

.page-node-8 div.warning {
    display: none;
}



/************************************************/

.page-node-64 #block-system-main .content {

}

.page-node-64 #block-system-main .content h2, .page-node-64 #block-system-main .content p {
    color: #fff;
}

.page-node-64 #block-system-main .content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

/**************************************************************************************************************** RESPONSIVE *****/
/**************************************************************************************************************** Standard Device based breakpoints to use */


/**************************************************************************************************************** 1200px MAX SITE WIDTH **/

@media (max-width: 1200px) {

    .page-node-5 #accordwrapper .box h2.head {
        font-size: 24px;
    }

    .tb-megamenu .nav li {
        font-size: 14px !important;
        margin: 0 0 0 14px;
    }

}

/***************************************************************************************************************** 1024px  iPAD LANDSCAPE **/

@media (max-width: 1024px) {

    a.us-site-visit {
        display: none;
    }

    #header .large-9 .colorbox-inline {
        width: 100%;
        float: none;
        max-width: 200px;
    }

    header#header .logo {
        margin-bottom: 20px!important;
    }

    .tb-megamenu .nav {
        margin: 25px auto 0 !important;
        float: none;
        max-width: 770px;
    }

    #block-tb-megamenu-main-menu {
        float: none !important;
        width: 100%;
        margin: 0 auto;
        max-width: 880px;
    }

    #block-tb-megamenu-main-menu {
        float: none !important;
        width: 100%;
        margin: 0 auto;
        max-width: 880px;
    }

    .page-node-2 .box.orangegradient.arrowright {
        height: auto !important;
    }

    .page-node-6 #accordwrapper .box.red1 {
        height: auto !important;
        min-height: 0;
    }

    .page-node-7 .box.orangegradient, .page-node-8 .box.orangegradient {
        height: auto !important;
        min-height: 0 !important;
    }

    .page-node-5 #accordwrapper .box h2.head {
        font-size: 19px;
    }

    #accordwrapper .pagetitle p{
        padding-top: 0 !important;
    }

    #accordwrapper header#header #mainnav {
        display: block !important;
        margin-top: 20px;
    }

    #accordwrapper header#header .hide-for-large-up {
        display: none !important;
    }

    .page-node-4 div.withimage {
        display: none;
    }

    .page-node-4 #accordwrapper .box h2.big {
        font-size: 18px;
    }

    .tb-megamenu .nav li {
        margin: 0 0 0 18px
    }

    .tb-megamenu .nav-collapse.always-show {
        float: none;
        width: 100%;
        max-width: 875px;
        margin: 0px auto;
    }

    .tb-megamenu .nav li {
        font-size: 17px !important;
    }

    .tb-megamenu .nav {
        margin: 25px 0 0;
    }

	.memberpopup-title {
		font-size: 30px;
		line-height: 36px;
	}

	.col-md-4.first img {
		width: 30px;
		height: 30px;
	}

	.memberpopup-wrapper .col-md-4.first {
		width: 100%;
		padding: 0;
		border: 0;
		float: none;
	}

	.memberpopup-wrapper .col-md-4.second {
		padding-left: 25px;
		width: 100%;
		padding: 0;
		border: 0;
		float: none;
	}

	.memberpopup-wrapper .col-md-4.third {
		padding-left: 25px;
		width: 100%;
		padding: 0;
		border: 0;
		float: none;
	}

}

@media (max-width: 1023px) {
    .tb-megamenu .nav li {
        font-size: 14px !important;
    }

    .tb-megamenu .nav-collapse.always-show {
        max-width: 745px;
    }
}


/***************************************************************************************************************** 979px  TB Mega Menu Overwrites **/

@media (max-width: 979px) {

    i.fa.fa-reorder {
        font-size: 18px;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9" !important;
        color: #ee7d11;
        text-shadow: none;
    }

    .fa-navicon:after, .fa-reorder:after, .fa-bars:after {
        content: "Menu";
        color: #ee7d11;
        font-family: "Roboto", sans-serif;
        text-shadow: none;
    }

    .tb-megamenu .nav li {
        margin: 0 0 0 14px !important;
    }

	.about-box {
		margin: 0 1% 10px 1%;
		width: 31%;
		height: 70px;
		background: rgba(219, 113, 11, 0.8) !important;
	}






}


/***************************************************************************************************************** 768px  iPAD PORTRAIT **/

@media (max-width: 768px) {

    .page-node-5 #accordwrapper .box h2.head {
        font-size: 19px;
    }

    .page-node-5 .box.red2:last-of-type h2.head {
        font-size: 16px;
    }

    .news-item-box .news-date-wrap {
        width: 12%;
    }

    .news-item-box .news-data-wrap {
        width: 86%;
    }

}


/***************************************************************************************************************** 767px  BELOW iPAD PORTRAIT **/

@media (max-width: 767px) {

    .front section#homeboxes .content .row:last-child div.medium-3:nth-child(1), .front section#homeboxes .content .row:last-child div.medium-3:nth-child(2) {
        display: none;
    }

    .front section#homeboxes .content .row:nth-child(2) div.medium-6.small-12 {
        padding: 0px 20px;
    }

    .page-node-2 #accordwrapper .box h3.head {
        font-size: 20px;
    }

    .page-node-2 #accordwrapper .box.red1 {
        min-height: 150px;
    }

    #accordwrapper .photobox.phototext, #accordwrapper .box.greybg.paddingleft {
        padding:15px !important;
        height: auto !important;
        min-height: 0;
    }

    .page-node-2 .box.orangegradient {
        height: auto !important;
        min-height: 0 !important;
    }

    .page-node-2 .photobox div.medium-4, .page-node-2 .photobox div.medium-6 {
        margin-bottom: 20px;
    }

    .page-node-5 #accordwrapper .box h2.head {
        font-size: 22px;
    }

    #accordwrapper header#header #mainnav {
        display: none !important;
    }

    #accordwrapper header#header .hide-for-large-up {
        display: block !important;
    }

    #accordwrapper header#header {
        padding-bottom:20px;
    }

    .page-node-4 .box.orangegradient, .page-node-4 .box.red1, .page-node-4 .box.red2, .page-node-4 .box.red4 {
        height: auto !important;
        min-height: 0 !important;
    }

    .page-node-4 #accordwrapper .box h2.big {
        font-size: 22px;
        margin-bottom:0;
    }

    #header .large-9 .colorbox-inline {
        margin-bottom: 10px;
    }

    /**** MENU *****/

    #accordwrapper header#header {
        padding: 40px 0 20px;
    }

    .tb-megamenu .btn-navbar {
        width:100%
    }

    .tb-megamenu .nav-collapse {
        background:#eee;
    }

    .tb-megamenu .nav-collapse .nav > li {
        width: 100%;
        margin: 0 !important;
    }

    .tb-megamenu .nav li a:before {
        display:none;
    }

    .tb-megamenu .nav-collapse .dropdown-menu {
        background:#fff;
    }

    .tb-megamenu .nav-collapse .dropdown-menu a {
        border-top: 1px solid #fff;
    }

    .tb-megamenu .span12.mega-col-nav .mega-inner {
        padding: 10px 20px 5px 0;
        background: #ddd;
        border-bottom: 1px solid #ee7d11;
    }

    .tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
        color:#000;
        /*background:#fff;*/
    }

    .tb-megamenu .nav-collapse .nav > li > a:hover, .tb-megamenu .nav-collapse .nav > li > a:focus {
        color:#444;
        background-color: transparent !important;
        border-top: 0;
    }

    .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
        background:#ee7d11;
        color:#000;
        border-bottom: 1px solid #ee7d11;
    }

    .tb-megamenu .nav-collapse .nav > li > a {
        border-bottom: 1px solid #ee7d11;
        border-top: 0;
    }

    .tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
        margin-top: 0;
    }

    .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
        margin-left: 0;
    }

    .tb-megamenu .nav-collapse.always-show {
        margin: 20px auto;
        border-radius: 10px;
    }

	.about-box {
		width: 48%;
		font-size: 22px;
		line-height: 28px;
		height: auto;
	}

	.about-box img {
		width: 30px;
		height: 30px;
	}


}


@media (max-width: 480px) {

    footer .text-right p a {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    footer .text-right #linkedin {
        margin: 0 0 10px 0;
    }

	.small-3.about-box {
		width: 98% !important;
	}

    #country-options .country {
        width: 46% !important;
        float: left;
        margin: 5px 2%;
    }

    #country-options .country a img {
        width: 30px !important;
        margin: 0 0 0px 0 !important;
    }

}


/***************************************************************************************************************** 414px  iPHONE 6+ PORTRAIT **/

@media (max-width: 414px) {

    [class*="small-"] { /* ALLOWS ANY & ALL SMALL DIV CLASS TO GO FULL WIDTH AT 414PX - CAN BE OVER WRITTEN FOR SPECIFICS */
        width: 100% !important;
    }

    .box, .box.orangegradient {
        height: auto !important;
        min-height: 0 !important;
    }

    #accordwrapper .hometext h1 {
        font-size: 50px;
    }

    .page-node-2 .small-4 {
        width: 33.3333% !important;
    }

    .page-node-2 #accordwrapper .box.red1 {
        min-height: 110px !important;
        margin-bottom: 10px;
        padding: 5px;
    }

    .page-node-2 #accordwrapper .box h3.head {
        font-size: 15px;
    }

    .small-6 img {
        width: 100% !important;
        margin-bottom: 10px;
    }

    img.nativewidth {
        width:auto !important;
    }

    .notonmobile {
        display:none !important;
    }

    .horizontalphoto {
        padding:0;
        margin:0 0 1em;
    }

    /* Newsroom */
    .news-item-box .news-date-wrap {
        float: none;
        width: 100%;
        padding: 0.5em 0;
        text-align: center;
    }

    .news-item-box .news-date-wrap .date-number {
        display: inline;
        font-size: 0.9em;
        font-weight: bold;
    }

    .news-item-box .news-data-wrap .news-more {
        display:none;
    }

    .news-item-box .news-data-wrap {
        width:100%;
    }

    .news-item-box .news-data-wrap h4 {
        min-height:0;
    }


}


/***************************************************************************************************************** 375px  iPHONE 6 PORTRAIT **/

@media (max-width: 375px) {

}


/***************************************************************************************************************** 320px  iPHONE 4/5 PORTRAIT **/

@media (max-width: 320px) {

}


a.country-select {
    display: inline-block;
    float: right;
    color: #ee7d11;
    background: #ececec;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 400;
    font-family: roboto,sans-serif;
    font-size: 16px;
}

a.country-select svg {
    margin: 0 0-6px 9px;
}

a.country-select svg path {
    fill: #ee7d11;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


a.country-select:hover svg path {
    fill: #aaa;
}

#country-options {
    width: 100%;
    float: left;
}

#country-options h2 {
    text-align: center;
    color: #ee7d11;
}

#country-options .country {
  width: 18%;
  float: left;
  margin: 9px 1%;
}

#country-options .country a {
    width: 100%;
    float: left;
    background: #c4c4c4;
    padding: 10px;
    font-family: roboto,sans-serif;
    font-size: 18px;
    text-align: center;
}

#country-options .country a:hover {
    background: #ee7d11;
    color: #fff;
}

#country-options .country a img {
    width: 56px;
    height: auto !important;
    margin: 0 0 10px 0 !important;
}


#country-options .country a span {
    width: 100%;
    float: left;
}

.captcha {
    width: 100%;
    float: left;
}

.view-country-popups .small-3 {
    width: 24%;
}

@media (max-width: 1200px) {
    .fmd-left {
        width: 100% !important;
        padding: 0;
        margin-bottom: 30px;
    }

    .fmd-right {
        width: 100% !important;
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .fmd-right {
        display: none;
    }

}

.footer-button {
    color: #fff; 
    background: #f07d12; 
    padding: 7px 11px; 
    border-radius: 5px; 
    font-size: 11px; 
    margin: 0 10px 0 0;
}

#member81 .memberpopup-department h4:first-child {
    display: none;
}