/* Date Picker Fix 9/9 */

#ui-datepicker-div {
 	background-color: #E5EEF5;
    padding: 10px;
}

.ui-datepicker-title {
	color:#ff9933;
	padding:6px 0px;
	font-weight: 600;
}

.ui-datepicker-next {
	float:right;
}

/*! Global */
*,:after,:before {
    box-sizing: border-box
}

body {
    font-family: Roboto, sans-serif;
}

/* h1,h2,h3,h4,h5,h6, {
    font-family: 'Montserrat Alternates', sans-serif;
} */

body {
    font-size: 18px;
    min-height: 100%;
}

.home .main-content,body.home {
    background: #fff
}

.container,html {
    width: 100%;
    min-height: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
  	/*font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 400;*/
    color: #09539E;
}

h4 {
    color: #000;
    /*background: #DAE9F4;*/
}
/*
h5 {
    background: #00642A;
}

h6 {
    background: #B00004;
}

h5,
h6 {
    color: #FFF;
}
*/
h4,
h5,
h6 {
    padding: .5rem;
    font-size: 1rem;
    text-transform: capitalize;
    margin: 1.33em 0;
}

.black {
  color: #000 !important;
}

p, ul, ol {
    line-height: 1.8rem
}


/*****************
  P-TAG BUTTONS
*****************/
p.buttons a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: .5rem;
    background-color: #00642a;
    border-radius: 5px; }
    p.buttons a:hover {
        /*color: #40965b;*/
        background-color: #00b84d; }
a.nav-buttons {
    line-height: 2.5;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    padding: .5rem;
    background-color: #00642a;
    border-radius: 5px; }
	a.nav-buttons:hover { color: #fff; background-color: #00b84d; }

a {
    color: #09539E;
}

a:hover {
    color: #20336b
}

a[name] {
    color: inherit
}

img {
    max-width: 100%;
    height: auto
}

hr {
    height: 2px;
    border-style: none;
    background: #CCCCCC;
    display: block;
    margin: 2rem 0;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.island,body,svg {
    width: 100%
}

.island {
    margin: 0 auto;
    max-width: 1200px
}

/***********************
  VIDEO FRAME & BUTTONS
************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
iframe[name="videoIframe"] {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-buttons-container {
    display: flex;
    justify-content: space-around;
    background: #000000cf;
    padding: .7rem;
    margin: auto;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
}
a.video-buttons {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    padding: .3rem .8rem;
    background-color: #2b2b2b;
    border: 1px solid #ffffff38;
    border-radius: 5px; }
	a.video-buttons:hover { color: #fff; background-color: #5278b1; border: 1px solid #ffffff00; }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
a.video-buttons { display: block; }
.video-buttons-container { display: block; }
}





/*! Accessibility */
.skip-to {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

/*! Header */

header {
    padding: .5rem 0;
    text-align: center;
}


.logo svg {
    max-width: 200px;
    max-height: 85px;
}

.contact-links ul {
    list-style-type: none;
    padding-left: 0;
    margin: 12px 0 0 0;
}

span.home-link {
    display: none;
    vertical-align: top;
    max-width: 55px;
    margin-right: 20px;
    padding-top: 3px;
}

.contact-links li:first-of-type:hover {
    background: #e69900;
}

.contact-links li:nth-of-type(2):hover {
    background: #fa3a00;
}

.contact-links li:nth-of-type(3):hover {
    background: #199dcc;
}

/*! Home Slideshow */

.home-slideshow {
    border-top: 3px solid #930712;
}

.ghost-btn a {
    display: inline-block;
    padding: 8px 12px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
}

/*! Home Message Bar */

.message-bar {
    background: #09539E;
    border-top: 3px solid #29B2E4;
    padding: 1rem;
}

.message-bar h1 {
    margin-top: 0;
    padding-top: .8rem;
    color: #FFF;
    font-size: 1.8rem;
}

.message-bar p {
    color: #FFF;
}

.main-content.main-content_home {
    padding: 0;
}

.read-more {
    background: #1F3C6E;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #FFF;
    margin-top: .8rem;
    display: inline-block;
}
.read-more a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1rem;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.2rem;
}

.read-more:hover {
    background: #1c3e78;
}

.contact-links li a {
    width: 100%;
    display: block;
    padding: 1rem;
    color: #FFF;
    text-decoration: none;
}

.contact-links li {
    border-radius: 4px;
    margin: .5rem 0
}

.contact-links li:first-of-type {
    background: #FFAC00;
}

.contact-links li:nth-of-type(2) {
    background: #FF4F19;
}

.contact-links li:nth-of-type(3) {
    background: #29B2E4;
}

.contact-links {
    padding: 0 1rem;
}

.contact-links.contact-links_desktop {
    display: none;
}

/*footer {
    background: rgba(9, 83, 158, .1);
    min-height: 300px;
}*/

.footer-logo img {
    padding-top: 1rem;
    opacity: .2;
}

.footer-links h2 {
    color: #930712;
    margin-top: 0;
}

.footer-logo {
    display: none;
}

.footer-flex {
    padding: 1rem 0;
    justify-content: space-between;
}

.footer-links {
    ]: 0
    width: 1;
    /* text-align: center; */
    padding-left: 1rem;
}

.footer-links ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-links img {
    max-width: 45px;
    vertical-align: middle;
    padding-right: 5px;
    margin-right: 10px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
}

.image-block_img {
    font-size: 0;
}

.image-block {
    display: inline-block;
    padding: .5rem .8rem;
    /* max-width: 375px; */
    width: 100%;
}

.image-block_title {
    background: rgba(9, 82, 155, .4);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #09539E;
}

.image-block_title:hover {
    background: rgba(9, 82, 155, .7);
}

.image-block_title h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 1.1rem;
    padding-left: .8rem;
    text-shadow: 0 1px 0 rgba(0,0,0,1);
    color: #FFF;
}

.image-block a {
    color: #FFF;
    text-decoration: none;
}

.home-image-blocks img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px solid #09539E;
    border-right: 2px solid #09539E;
    border-top: 2px solid #09539E;
    border-bottom: 1px solid #09539E;
    width: 100%;
}

.copyright-bar {
    background: #09539E;
    color: #FFF;
    padding: .8rem;
}

.copyright-bar a {
    color: #FFF;
}

.copyright-right ul {
    list-style-type: none;
    padding-left: 0;
    border-top: 2px solid #E7EEF5;
    padding-top: 1rem;
}

.copyright-right li {
    display: inline-block;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #06386a;
}

.footer a:hover {
    color: #E7EEF5;
}

.main-content {
    padding: 1rem 1.5rem;
}

.reverse {
    display: block;
}

.ContentTemp_MainCol,
aside.ContentTemp_SideCol,
.ContentTemp_First_Col,
 .ContentTemp_Second_Col {
    width: 100%;
}

aside.ContentTemp_SideCol {
    padding-left: 0;

}

table.ContentTemp_Box td {
    width: 100%;
    display: block;
}


span.NEWS_FEED_DISPLAY_DETAILS_TITLE {
    color: #09539E;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.17em;
    font-weight: 400;
}

span.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT {
	display: none;
}

/*! QContent Utility - Zebra List Table */
.ContentTemp_Zebra {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
}

.ContentTemp_Zebra th {
    font-weight: 700;
    border: 1px solid #ccc;
    text-align: left;
    padding: 4px 10px;
}

.ContentTemp_Zebra tbody td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: .8em 1em .5em .7em;
}

.ContentTemp_Zebra tr:nth-child(even) {
    background: #F8FAFC;
}

.ContentTemp_Zebra.Zebra_White tbody td {
    padding: 0
}

.ContentTemp_Zebra.Zebra_White p {
    margin: 0
}

.ContentTemp_Zebra.Zebra_White p a {
    text-decoration: none;
    width: 100%;
    padding: .8em .8em .6em;
    display: block
}

.ContentTemp_Zebra.Zebra_White tr:nth-child(even) {
    background: 0 0
}

.ContentTemp_Zebra.Zebra_White tr {
    border: 1px solid #4e9ebc
}

.ContentTemp_Zebra.Zebra_White thead tr {
    border: none
}

.ContentTemp_Zebra.Zebra_White p a:hover {
    background: #e4f1f9
}

.zebra-table_contain {
    overflow-x: scroll;
    padding-right: 10px
}

/*! Subscriber Login */

#objLogin .HEADER_TEXT {
    color: #09539E;
    font-size: 1.8rem;
    font-family: 'Montserrat Alternates', sans-serif;
}

span.MESSAGE_TEXT {
    margin: .8rem 0;
    display: block;
}

#objLogin .CPL_LOGIN_CL {
    width: 48%;
    vertical-align: middle;
    padding-top: 6px;
}

#objLogin .CPL_LOGIN_CR {width: 90%;vertical-align: middle;}

.CPL_LOGIN_ROW {
    display: flex;
    margin-bottom: 1rem;
}

input#objLogin_L_L {
    background-color: #E7EEF5!important;
}

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px white inset;
}


input#objLogin_L_L {
    width: 175px!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
}

input#objLogin_L_P {background: #E7EEF5;border: 1px solid #ccc;border-radius: 4px;width: 175px!important;padding: 6px 10px;}

input[type=submit] {
    background: #166234;
    color: #FFF;
    border: none;
    border-radius: 4px;
    padding: 8px 10px;
    /* font-family: 'Montserrat Alternates', sans-serif; */
}

a#objLogin_L_LPR {
    background: #09539E;
    margin-left: 10px;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
    /* font-family: 'Montserrat Alternates', sans-serif; */
    padding: 8px 10px;
    text-transform: capitalize;
}

/*! QContent Utility - Emergency Alert */
#EmergencyAlert {
    background-color: #BE040A;
    border-top: 5px solid red;
    border-bottom: 5px solid red;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    padding: 10px;
    z-index: 1;
}

#EmergencyAlert p,#EmergencyAlert span {
    font-size: 16px;
    line-height: 1.2;
    color: #FFF !important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

#EmergencyAlert a {
    color: #FFDF3C;
    text-decoration: none;
    border-bottom: 1px dotted #FFDF3C;
}

#EmergencyAlert a:hover {
    color: #FFD609;
    text-decoration: none;
    border-bottom: 1px solid #FFD609;
}

/*! Custom Button Styles */

  .btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 18px 40px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;

}
  .btn-2 {
	background: #96000A;
	color: #fff;
    -webkit-transition: none;
	-moz-transition: none;
	transition: none;
	box-shadow: 0 6px #3E0000;

}

  .btn-2 a {
    color: #FFF;
    text-decoration: none;
}
  /* Button 2h */
.btn-2h {
	border-radius: 4px;
}

.btn-2h:hover {
    box-shadow: 0 4px #3E0000;
	top: 2px;


}

.btn-2h:active {
	box-shadow: 0 0 #3E0000;
	top: 6px;

}


/* ------------------- Basic Training Portals ------------------- */

/* basic layout */

.basic-training-portal {
    margin-top: 25px;
    margin-bottom: 40px;
    <!--height: 990px;-->
}

.basic-training-portal nav {
  /* text-align: center; */
  padding: 0;
}

.basic-training-portal nav ul {
  padding: 0;
  margin: 0;
}

.basic-training-portal nav ul li {
  display: inline-block;
  margin: .5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 1em;
}

.basic-training-portal nav ul li a {
  text-decoration: none;
  color: rgba(0,0,0, .7);
  border: 1px solid #ccc;
}

.basic-training-portal nav svg {
  max-width: 20px;
  max-height: 40px;
  vertical-align: middle;
  padding-right: 2px;
  margin-top: -2px;
  pointer-events: none;
}

/* view visibility logic and animation */

.basic-training-portal main > * {
  display:none;
}

.basic-training-portal main > *:last-child {
  display: block;
}

.basic-training {
  margin-top: 36px;
  position: relative;
  color: #003972;
}

.basic-training-container img {
  max-width: 100%;
  border-top: 7px solid #96000a;
  margin-top: -58px;
  opacity: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.basic-training-container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.basic-training-container svg {
  max-width: 35px;
  max-height: 35px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  display: block;
}

.basic-training-portal.q-content nav {
  /* background: #066432; */
}

.basic-training-portal.q-content .basic-training-container img {
  border-top: 7px solid #066432;
}


/* Hover Effect */

.menu--viola .menu_item {
  position: relative;
  margin: 6px 5px 5px 5px;
}

.menu--viola .menu_link {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  padding: 8px 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.menu_item--current a.menu_link {
    border: 1px solid #c87c81;
}

.basic-training_nextgen .menu_item--current a.menu_link {
    border: 1px solid #36bfaf;
}

.q-content .menu_item--current a.menu_link {
    border: 1px solid #c1dcce;
}

.menu--viola .menu_link:hover,
.menu--viola .menu_link:focus {
  color: #000;
}

.menu--viola .menu_item::before,
.menu--viola .menu_item::after,
.menu--viola .menu_link::before,
.menu--viola .menu_link::after {
  content: '';
  position: absolute;
  background: #c87c81;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.basic-training_nextgen .menu--viola .menu_item::before,
.basic-training_nextgen .menu--viola .menu_item::after,
.basic-training_nextgen .menu--viola .menu_link::before,
.basic-training_nextgen .menu--viola .menu_link::after {
		background: #36bfaf;
}

.basic-training-portal.q-content .menu--viola .menu_item::before,
.basic-training-portal.q-content .menu--viola .menu_item::after,
.basic-training-portal.q-content .menu--viola .menu_link::before,
.basic-training-portal.q-content .menu--viola .menu_link::after {
  background: #c1dcce;
}

.menu--viola .menu_item::before,
.menu--viola .menu_item::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.menu--viola .menu_item::before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.menu--viola .menu_item::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.menu--viola .menu_link::before,
.menu--viola .menu_link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.menu--viola .menu_link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu--viola .menu_link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--viola .menu_item--current::before,
.menu--viola .menu_item--current::after,
.menu--viola .menu_item--current .menu_link::before,
.menu--viola .menu_item--current .menu_link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* New Basic Training Portal Styles */

.basic-training-portal.new-portal nav ul {
    background: #afcfaf;
}

.basic-training-portal.new-portal .basic-training-container img {
    border-top: 7px solid #afcfaf;
}

.basic-training-portal.new-portal .menu--viola .menu_link,
.basic-training-portal.new-portal .menu--viola .menu_link:hover,
.basic-training-portal.new-portal .menu--viola .menu_link:focus {
    color: #000;
}

.basic-training-portal.new-portal .menu--viola .menu_item::before,
.basic-training-portal.new-portal .menu--viola .menu_item::after,
.basic-training-portal.new-portal .menu--viola .menu_link::before,
.basic-training-portal.new-portal .menu--viola .menu_link::after {
	background: #000;
}

.basic-training-portal.new-portal .menu--viola .menu_item::before,
.basic-training-portal.new-portal .menu--viola .menu_item::after,
.basic-training-portal.new-portal .menu--viola .menu_link::before,
.basic-training-portal.new-portal .menu--viola .menu_link::after {
	background: #000;
}

/*! QContent Utility - File Browsers */
#FB .FB_Footer,#FB .FolderPreText,#FB h2,#FB span,#FB1_FB1_APPanel .FB_Footer,#FB1_FB1_APPanel .FolderPreText,#FB1_FB1_APPanel h2,#FB1_FB1_APPanel span,#FB2_FB2_APPanel .FB_Footer,#FB2_FB2_APPanel .FolderPreText,#FB2_FB2_APPanel h2,#FB2_FB2_APPanel span,#FB3_FB3_APPanel .FB_Footer,#FB3_FB3_APPanel .FolderPreText,#FB3_FB3_APPanel h2,#FB3_FB3_APPanel span,#FB4_FB4_APPanel .FB_Footer,#FB4_FB4_APPanel .FolderPreText,#FB4_FB4_APPanel h2,#FB4_FB4_APPanel span,#FB5_FB5_APPanel .FB_Footer,#FB5_FB5_APPanel .FolderPreText,#FB5_FB5_APPanel h2,#FB5_FB5_APPanel span,#FB_FB_APPanel .FB_Footer,#FB_FB_APPanel .FolderPreText,#FB_FB_APPanel h2,#FB_FB_APPanel span {
    display: none
}

#FB1_FB1_APPanel img,#FB2_FB2_APPanel img,#FB3_FB3_APPanel img,#FB4_FB4_APPanel img,#FB5_FB5_APPanel img,#FB_FB_APPanel img {
    margin-right: 8px;
    border: none
}

#FB1_FB1_APPanel li,#FB2_FB2_APPanel li,#FB3_FB3_APPanel li,#FB4_FB4_APPanel li,#FB5_FB5_APPanel li,#FB_FB_APPanel li {
    list-style-type: none;
    margin: 8px 0 0 -10px;
    display: block;
    background: rgba(231, 238, 245, .3);
    padding: 8px 16px;
    border: 1px solid #ccc;
}

#FB1_FB1_APPanel li:hover,#FB2_FB2_APPanel li:hover,#FB3_FB3_APPanel li:hover,#FB4_FB4_APPanel li:hover,#FB5_FB5_APPanel li:hover,#FB_FB_APPanel li:hover {
    background: rgba(231, 238, 245, .9);
}

#FB1_F>ul>li>div>div,#FB2_F>ul>li>div>div,#FB3_F>ul>li>div>div,#FB4_F>ul>li>div>div,#FB5_F>ul>li>div>div,#FB_F>ul>li>div>div {
    font-size: 14px;
    color: #444;
    margin: 0 0 0 28px
}

ul.FB_FileListUL {
    list-style-type: none;
    padding: 5px 8px
}

/*! QContent Utility - Knowledgebase */
.main-content .pagetitle {
    display: none
}

.main-content .wrapper {
    padding: 0
}

.main-content .category_header,.main-content .poptopics_header,.main-content .recentart_header,.main-content .results_header,.main-content .search_header {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom-color: #ccc!important;
    border-bottom-width: 1px!important;
    color: #09539E;
}

.main-content .results_none {
    font-family: inherit;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding-left: 0;
}

.main-content .results_display {
    padding-left: 0;
    padding-top: 8px;
    font-family: Roboto!important;
    font-weight: 300!important
}

.main-content .poptopics_bar,.main-content .recentart_bar {
    margin-top: 8px;
    padding-left: 0
}

.main-content a.links:link,.main-content a.links:visited {
    color: #09539E;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.main-content .recentart_bar .list>ol {
    margin-left: 0
}

.main-content .recentart_bar .list>ol li {
    padding: .2rem 0;
    font-size: 18px;
}

.category_box,
.search_box,
.poptopics_box,
.recentart_box {
  width: 100%!important;
}

.poptopics_box {
  margin-bottom:2rem!important;
}

#wrapper-versionlist H2 {
	border-bottom: 1px solid #D4D4D4;
}
#wrapper-versionlist > UL {
	list-style: none;
	padding-left: 0;
    margin: 0; /*added by Mirna 12.7.2021*/
}
#wrapper-versionlist > UL > LI {
	display: block;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 20px;
	padding-top: 10px;
}
#wrapper-versionlist > UL > LI > UL {
	padding-left: 204px;
}
#wrapper-versionlist > UL > LI > UL > LI {
	list-style:disc;

}
#wrapper-versionlist LI B.tag {
	display: inline-block; /*added by Mirna 12.7.2021*/
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 12px 10px 24px;
	width: 127px;
	float: left;
	position: relative;
	color: #464646;
}
.tag.tag-new,
.tag.tag-changed,
.tag.tag-fixed {
	margin-right: 20px;
}
.tag.tag-new::before,
.tag.tag-changed::before,
.tag.tag-fixed::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 3px;
	top:12px;
}
.tag.tag-new {
	border-left: 3px solid #1F6A1F;
	background-color: #D7FBD7;
}
.tag.tag-new::before {
	background: url(../images/sprite-version-update.png) 0px 0px / cover no-repeat;
}
.tag.tag-changed {
	border-left: 3px solid #79448E;
	background-color: rgba(120, 68, 140, 0.265);
}
.tag.tag-changed::before {
	background: url(../images/sprite-version-update.png) -16px 0px / cover no-repeat;
}
.tag.tag-fixed {
	border-left: 3px solid #DEB226;
	background-color: rgba(221, 177, 38, 0.188);
}
.tag.tag-fixed::before {
	background: url(../images/sprite-version-update.png) -32px 0px / cover no-repeat;
}
#wrapper-versionlist LI P {
	padding-left: 176px;
	margin-top: 0px;
}
#wrapper-versionlist LI H4 {
	display: inline-block;/*changed from block by Mirna 12.7.2021*/
	margin: 0;
	padding-top: 0px;
	background:none;
	font-size: 1.4rem;
}

/*! Internal News */

.NEWS_FEED_DISPLAY_ROW_TITLE {
    display: block;
    padding: 1rem 0;
}

.NEWS_FEED_DISPLAY_EXPANDER {
    padding-right: 1rem;
}


@media (min-width: 400px) {
  input#objLogin_L_P,
  input#objLogin_L_L {
    width: 240px!important;
  }

  #objLogin .CPL_LOGIN_CL {
    width: 32%;
  }
}

@media (min-width: 608px) {


#objLogin .CPL_LOGIN_CL {
    width: 20%;
}

.image-block {
    width: 50%;
}

.footer-links {
    display: inline-block;
    padding-left: 0;
    vertical-align: top;
    width: 100%;
}
.footer-logo img {
    padding-top: 0;
    margin-left: 0px;
}
}

@media (min-width: 768px) {
    .message-bar_flex,
    .header_flex,
    .footer-flex,
    .copyright-flex {
    display: flex;
    flex-flow: row wrap;
}

.footer-logo {
    display: inline-block;
    width: 38%;
}

.ContentTemp_Multi_Col {
    display: flex;
}

.ContentTemp_First_Col,
 .ContentTemp_Second_Col {
    width: 50%;
}


.ContentTemp_Second_Col {
    padding-left: 2rem;
}

.copyright-left, .copyright-right {
    width: 50%;
}

.contact-links.contact-links_desktop {
    display: block;
}

span.home-link {
    display: inline-block;
    margin-right: 0px;
}

.contact-links.contact-links_mobile {
    display: none;
}

#objLogin .CPL_LOGIN_CL {
    width: 15%;
}

.contact-links li {
    display: inline-block;
}

header {
    padding: .5rem 0;
    text-align: left;
}

.contact-links ul {
    float: right;
}

.contact-links ul li a {
    padding: .7rem 1rem;
}

.logo {
    width: 40%;
}

.contact-links {
  width: 60%;
}

 .footer-flex {
        padding: 3rem 0;
    }


.footer-links {
    display: block;
    width: 60%;
    padding-left: 2rem;
}

.copyright-right ul {
    float: right;
    border-top: 0;
    padding-top: 0;
}

.read-more {
    display: block;
}

.reverse {
    display: flex;
    flex-flow: row wrap;
}

.ContentTemp_MainCol {
    width: 68%;
    vertical-align: top;
}

aside.ContentTemp_SideCol {
    width: 30%;
    padding-left: 2rem;
    vertical-align: top;
}

table.ContentTemp_Box td {
	width: 48%;
	display: table-cell;
}

.ContentTemp_MainCol h1 {
    margin-top: .8rem;
}

.category_box,
.search_box,
.poptopics_box,
.recentart_box {
  width: 49%!important;
}

}

@media (min-width: 900px) {
    .footer-logo {
        width: 27%;
    }

    .footer-links {
        width: 42%;
        padding-left: 3rem;
    }

    .home-image-blocks {
        width: 30%;
    }

    #objLogin .CPL_LOGIN_CL {
    width: 10%;
	}

  	.image-block {
		float: right;
		width: 100%;
  	}


}

@media (min-width: 1150px) {
    .message-bar_text {
        width: 75%;
    }

    .read-more {
       /* margin-left: 1rem*/
    }

    .image-block {
        max-width: 375px;
        margin-left: 1rem;
    }

    .footer-links {
        width: 42%;
        padding-left: 2rem;
    }

}

@media (min-width: 1200px) {
    .message-bar {
        padding: 1.5rem 0;
    }

     .read-more {
       /* margin-left: 2rem*/
    }

    span.home-link {
    margin-right: 20px;
}
 .home-image-blocks {
    /* padding-left: 1rem; */
    width: 30%;
}
.footer-logo {
    width: 27%;
}
.footer-links {padding-left: 3rem;width: 42%;}
.image-block {
    margin-left: .7rem;
    width: 100%;
}
}

@media (max-width:608px) {
	.footer-links h2, ul {
		margin: 0 !important;
    	width: 100% !important;
	}

}


@media (max-width: 767px) {

	a #logo{
		margin: 0 auto;
		width: 250px !important;
	}

	.footer-links h2, ul {
		margin: 0 auto;
    	display: block;
    	width: 30%;
	}
  	.logo svg {
  		max-width:300px;
  		max-height: 300px;
  	}
}

@media (max-width:900px) {
	.home-image-blocks {
        width: 100%;
    }
    .image-block {
    	margin: 0 auto;
    	display:block;
	}

}