@charset "utf-8";
.leftCol:after, .centerCol:after, .titleBlk:after, .titleBlk .infoBlk:after, .titleBlk .info:after, .titleBlk .share:after, 
.userBlk:after, .breadCrumbBlk:after, .containerBlk:after, .btnBlk:after, .badgeType:after, .subTypeBlk:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mainBlk{padding: 1rem 0 2rem 0;}
.leftCol, .centerCol{ display:block;position: relative;}
.leftCol{width:21%;margin-right:3.5%;}
.centerCol{width:100%;}
.leftCol, .leftCol+.centerCol{float:left;}
.leftCol+.centerCol{width:75.5%;}

.leftNavBlk{
    display:block;
    position:relative;
    margin:0 0 2rem 0;
}
.leftNavBlk .title{
    display:block;
    padding:5px 10px;
    background: transparent url(../images/bg-title-line.png) repeat-x center center;
    font-size: 1.875em;
}
.leftNavBlk .title span{
    display: inline-block;
    background: #ffffff;
    padding: 0 .75rem;
    font-family: Georgia,Times,Times New Roman,serif;
    font-weight: bold;
    color: #00846f;
}
.leftNavBlk .nav{ padding:0 0 0 0; display: block;}
.leftNavBlk .nav li{list-style-type:none;position: relative;}
.leftNavBlk .nav>li{margin-bottom: 1px;}
.leftNavBlk .nav>li>a{
    display: block;
    width: auto;
    padding:11px 10px 11px 20px;
    color: #2b2b2b;
    font-size: 1em;
    transition: all 0.1s ease-in;
    position: relative;
    background: #f0f0f0;
    border: 2px solid #f0f0f0;
}
.leftNavBlk .nav li a:hover{text-decoration: none;}
.leftNavBlk .nav>li>a:hover, .leftNavBlk .nav>li>a:focus{ 
    background: #00846f;
    border: 2px solid #00846f;
    color: #ffffff;
}
.leftNavBlk .nav>li.active>a{
    color: #ffffff;
    background: #005ba4;
    border: 2px solid #005ba4;
    position:relative;
}
.leftNavBlk .nav>li>ul{
    background: #f7f7f7;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.leftNavBlk .nav>li>ul>li:before{
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 25px;
    top: 12px;
    background: transparent url(../images/icon-sym.png) no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 1;
}
.leftNavBlk .nav>li>ul>li>a{
    display: block;
    padding: 5px 10px 5px 38px;
    position: relative;
    border: 2px solid rgba(255,255,255,0);
    line-height: 1.25;
    font-size: .875rem;
    color: #2b2b2b;
}
.leftNavBlk .nav>li>ul>li>a:hover, .leftNavBlk .nav>li>ul>li.active>a{
    background-color: #e4f7f4; 
    border: 2px solid #e4f7f4; 
}
.leftNavBlk .nav>li.active>a:focus, .leftNavBlk .nav>li>ul>li>a:focus{border: 2px dotted orange;}
.leftNavBlk .nav>li>ul>li>ul{ display: none;}


.breadCrumbBlk{
	display:block;	
	font-size:.875em;
    padding: .5rem;
    background: #f3f3f3;
	clear:both;
}
.breadCrumbBlk ul{padding: 0; margin: 0;}
.breadCrumbBlk ul li{
    padding: 0; 
    list-style-type: none;
    font-size:0.875em;
    margin:0 8px;
    color:#666666;
    position: relative;
    float: left;
}
.breadCrumbBlk ul li:first-of-type {margin: 0 8px 0 0;}
.breadCrumbBlk ul li:nth-child(n+2):before {
    position: absolute;
    left: -10px;
    top: 0;
    content: "\f105";
    font: normal normal normal .875rem/1 FontAwesome;
}
.breadCrumbBlk ul li a{color:#024a91;}
.breadCrumbBlk a:hover, .funcBlk .print:hover, .funcBlk .send:hover{ color:#00236e; text-decoration:underline;}

.userBlk{
    display:block;
    width:100%;
    min-height:350px;
    position:relative;
    padding-bottom:2rem;
    color:#222222;
}
/*.userBlk h3{
	color: #222;
    font-weight: bold;
}
.userBlk h4{}
.userBlk h5{margin:0 0 1rem 0;}
.userBlk p{ line-height:1.75em; margin-bottom: 1.25rem; }*/
.userBlk ol, .userBlk ul, .containerBlk ol, .containerBlk ul{ padding-left:2.25rem; padding-bottom:0.5rem;}
.userBlk li, .containerBlk li{padding-bottom: 0.5rem; line-height: 1.5em;}
.userBlk ol li p, .containerBlk ol li p{padding-bottom: 0}
.userBlk img, .userBlk iframe, .containerBlk img, .containerBlk iframe{ max-width: 100%;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 1.5rem 0;
    width: 100%;
}
.video-container iframe, .video-container object, .video-container video, .video-container embed, .video-container img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-container+p{margin-top: -.5rem;}
.userBlk a, .containerBlk a{transition: all 0.1s ease-in;}
.containerBlk a{display: inline-block;}
.userBlk a:not(.btn):hover, .containerBlk a:not(.btn):hover{ text-decoration: underline;}
figure{position: relative; margin: 0 0 1.75rem;}
figure figcaption{font-size: .875em; line-height: 1.75em; color: #00846f;}
figure a{ display: block; border: 2px solid rgba(255,255,255,0);}
figure img{ display:inline-block; height: auto;}

.tabBlk{ text-align: center; padding-bottom: .5rem;}
.tabBlk .nav-tabs{ 
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom:none;
    margin-bottom: 1rem;
    padding: 0 0;
}
.tabBlk .nav-tabs .tab{
    margin:-1px -1px 0 0;
    padding: 0 0;
}
.tabBlk .nav-tabs .tab a{
    padding: .25rem .75rem;
    display: inline-block;
    border:1px solid #d2d2d2;
    background: #ffffff;
    color: #14406d;
    min-width: 6.75em;
    font-size: .913rem;
    min-width: 100px;
}
.tabBlk .nav-tabs .tab.active a, .tabBlk .nav-tabs .tab.active a:hover{
    background: #14406d;
    color: #fff;
    position: relative;
}
.tabBlk .nav-tabs .tab a:hover{ text-decoration: none; background:transparent; }
.tabBlk .nav-tabs .tab a:focus{ border: 2px dotted orange; }


.containerBlk{
    display: block; 
    padding-bottom: 1rem; 
    clear: both;
    /*font-family: "Gill Sans MT", serif;*/
}
.containerBlk:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*.containerBlk h3, .containerBlk h4, .containerBlk h5{line-height: 1.5em;}
.containerBlk h3{
    color: #00846f;
    padding-left: 1.5rem;
    position: relative;
    clear: both;
}
.containerBlk h3:before {
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: transparent url(../images/icon-sym.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.containerBlk h3[align="center"]:before, .containerBlk h3[align="right"]:before{ display: none; }
.containerBlk h3>a{text-decoration: underline;}
.containerBlk h4{
    color: #024a91;
    padding-left: 1rem;
    position: relative;
}
.containerBlk h4:before {
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #024a91;
    border-radius: 10px;
}
.containerBlk h5{color: #222222;}*/
.containerBlk p{padding-bottom: 0;}
.containerBlk strong {color:  #024a91;}
.containerBlk figure .img a{display: block;/*debug IE11*/}

.maxCheck {
    margin-bottom: .5rem;
    color: #333333;
    padding: .575rem 0 0 0;
    float: left;
}
.maxCheck .badge {
    font-weight: bold;
    display: inline-block;
    padding: 1px 5px;
    font-size: .875rem;
    text-align: center;
    vertical-align: text-top;
    line-height: inherit;
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 3px;
}
.maxCheck .match{ color:#e60012; margin: 0 3px; font-weight: bold;}
.sortBlk {
    color: #666666;
    float: right;
}

.titleBlk{ margin:0 0 1.5rem 0; position: relative;}
.titleBlk .title{ display: inline-block;}
.titleBlk h2, .titleBlk h3{ font-weight: bold;display: block;}
.titleBlk h2{
    color: #018472;
    margin: 0 0;
    font-weight: bold;
    font-family: Georgia,Times,Times New Roman,serif; 
}
.titleBlk h3{ 
    letter-spacing: 0;
    border-bottom: none;
    padding: .35rem 1.5rem .35rem 0;
    margin: 0;
}

.tagBlk{
    display: block;
    margin-bottom: 1rem;
}
.tagBlk ul{
    position: relative;
    padding-left: 1rem;
}
.tagBlk ul:before{
    display: block;
    width: 7px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #ff3838;
}
.tagBlk ul li{
    list-style-type: none;
    font-size: .875em;
    display: inline-block;
    color: #024a91;
    margin-right: .5rem;
}
.tagBlk ul li a{ display: block; color: #024a91; }
.tagBlk ul li a:hover{ text-decoration: underline;}

.infoBlk{ display: block; margin-top: .5rem;}
.infoBlk .info{ float: left; margin: .5rem 0 .5rem 0;}
.infoBlk .info p{margin: 0; color: #666666;}
.infoBlk .info ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0;
}
.infoBlk .info ul li{
    display: inline-block;
    font-size: 1em;
    color: #666666;
    line-height: 1em;
    padding: .35rem 0;
    margin: 0 1rem 0 0;
    white-space: nowrap;
}
.infoBlk .share{float: right; padding: 0 0; margin: 0 0;}
.infoBlk .share li{ 
    list-style-type: none; 
    float: left; 
    padding-bottom: .25rem;
    line-height: 1;
    vertical-align: top;
}
.infoBlk .share li.fb a, .infoBlk .share li.twitter a, .infoBlk .share li.rate .servey, .infoBlk .share li.line a, .infoBlk .share li.print a, .infoBlk .share li.rss a, .infoBlk .share li.yt a{ 
    display: block;
    width: 34px;
    height: 34px;
    background-color: transparent;
    background-image: url(../images/icon/icon-share-white.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    border-radius: 5px;
    background-size: 420px 30px;
    position: relative;
    border: 2px solid rgba(255,255,255,0);
    margin-right: .25rem;
}
.infoBlk .share li.fb a{ background-position: 0 0;background-color: #004fab;}
.infoBlk .share li.twitter a{ background-position: -30px 0;background-color: #3aa0f2;}
.infoBlk .share li.line a{ background-position: -90px 0; background-color: #2dc31e;}
.infoBlk .share li.print a{ background-position: -150px 0;background-color: #10a8bf;}
.infoBlk .share li.yt a{ background-position: -300px 0;background-color: #d20505;}
.infoBlk .share li.rss a{ background-position: -304px 0;background-color: #ea8f00;}
.infoBlk .share li.fb a:before, .infoBlk .share li.twitter a:before, .infoBlk .share li.line a:before, .infoBlk .share li.print a:before, .infoBlk .share li.rate .servey:before, .infoBlk .share li.rss a:before, .infoBlk .share li.yt a:before{
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 34px;
    font-size: .75rem;
    transform: scale(0.875);
    color: #666;
    content: "";
    text-indent: 0;
    text-align: center;
    vertical-align: top;
    z-index: 1;
}
.infoBlk .share li.fb a:before{ content: "Facebook"; text-indent: -.75rem;}
.infoBlk .share li.line a:before{ content: "Line";text-indent: -.25rem;}
.infoBlk .share li.twitter a:before{ content: "Twitter";text-indent: -.5rem;}
.infoBlk .share li.print a:before{ content: "Print";text-indent: -.25rem;}
.infoBlk .share li.rss a:before{ content: "RSS";text-indent: -.125rem;}
.infoBlk .share li.yt a:before{ content: "Youtube";text-indent: -.4rem;}
.fontSize ul{padding: 0;}
.infoBlk .share .fontSize ul li{display: inline-block;}
.fontSize ul li a{
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    padding: 0 0;
    margin: 0 0 0 0;
    text-align: center;
    color: #fff;
    border: 2px solid rgba(255,255,255,0);
    border-radius: 0.3125rem;
    text-indent: -9999px;
    background-color: #005ba4;
    background-image: url(../images/icon/icon-share-white.png);
    background-repeat: no-repeat;
    background-size: 420px 30px;
    position: relative;
}
.infoBlk .share .fontSize ul li:nth-child(n+2)>a{margin-left: .25rem;}
.fontSize ul li.sm a{font-size: .813rem;background-position: -180px 0;}
.fontSize ul li.md a{font-size: 1rem;background-position: -210px 0;}
.fontSize ul li.lg a{font-size: 1.1875rem;background-position: -240px 0;}
.fontSize ul li.xl a{font-size: 1.375rem;}
.fontSize ul li a:focus{border:2px dotted orange;}
.fontSize ul li.active a, .fontSize ul li a:hover, .infoBlk .share li a:hover, .infoBlk .share li a:focus{
    color: #fff; 
    background-color: rgba(150,150,150,.75);
}
.fontSize li.sm a:before, .fontSize li.md a:before, .fontSize li.lg a:before, .fontSize li.xl a:before{
    display: none;
    position: absolute;
    left: 50%;
    top: 34px;
    width: 52px;
    font-size: .75rem;
    transform: scale(0.875);
    color: #666;
    content: "";
    text-indent: 0;
    text-align: center;
    vertical-align: top;
    margin-left: -26px;
    line-height: 1rem;
    text-indent: 0;
}
.fontSize li.sm a:before{content: "Small Fonts";}
.fontSize li.md a:before{content: "Default Fonts";}
.fontSize li.lg a:before{content: "Large Fonts";}
.infoBlk .share li.fb a:hover:before, .infoBlk .share li.twitter a:hover:before, .infoBlk .share li.line a:hover:before, .infoBlk .share li.print a:hover:before, .infoBlk .share li.rss a:hover:before, .infoBlk .share li.yt a:hover:before, .infoBlk .share li.rate .servey:hover:before, 
.fontSize li.sm a:hover:before, .fontSize li.md a:hover:before, .fontSize li.lg a:hover:before, .fontSize li.xl a:hover:before, 
.infoBlk .share li.fb a:focus:before, .infoBlk .share li.twitter a:focus:before, .infoBlk .share li.line a:focus:before, .infoBlk .share li.print a:focus:before, .infoBlk .share li.rss a:focus:before, .infoBlk .share li.yt a:focus:before, .infoBlk .share li.rate .servey:focus:before, 
.fontSize li.sm a:focus:before, .fontSize li.md a:focus:before, .fontSize li.lg a:focus:before, .fontSize li.xl a:focus:before{
    display: block;
}

.infoBlk .nice-select{margin-top: 3px;border-radius: 50px;}
.infoBlk .maxCheck{float: right; margin-top: 8px;}

input[type="text"], input[type="file"], input[type="password"], select, textarea, 
input[type="date"], input[type="time"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"]{
    color: #222;
    background-color: white;
    border: 1px solid #c0c0c0;
    font-size: .875rem;
    height:29px;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
    border-radius: 0;
    margin-right: 1rem;
}
input[type="file"]{margin-right: 0;} /*for openCMS*/
input[type="text"], input[type="file"], input[type="password"], textarea, 
input[type="date"], input[type="time"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"]{
    padding: 0 8px;
}
.select{display: inline-block;}
select{padding: 0 0 0 8px;}
textarea{min-height: 132px;}
input[type="button"], input[type="reset"], input[type="submit"], input[type="search"], 
button[type="button"], button[type="reset"], button[type="submit"]{
    cursor:pointer;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, 
input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, 
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus{
    box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
    border:2px dotted orange;
}

input[type="text"]:disabled, input[type="file"]:disabled, input[type="password"]:disabled, select:disabled, 
input[type="date"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="email"]:disabled, input[type="tel"]:disabled, input[type="number"]:disabled, 
button[type="button"]:disabled, button[type="reset"]:disabled, button[type="submit"]:disabled{
    background: rgba(200,200,200,.125);
    cursor:not-allowed;
    color: #888888; 
    -webkit-text-fill-color: #333333;
    opacity: 1;/* required on iOS */
}
input[type="text"].readOnly, input[type="file"].readOnly, input[type="password"].readOnly, select.readOnly, textarea.readOnly,
input[type="date"].readOnly, input[type="time"].readOnly, input[type="url"].readOnly, input[type="email"].readOnly, input[type="tel"].readOnly, input[type="number"].readOnly, 
button[type="button"].readOnly, button[type="reset"].readOnly, button[type="submit"].readOnly{
    border:1px solid rgba(255,255,255,0);
    background: rgba(200,200,200,0);
    cursor: default;
    color: #666;
    padding-left: 0;
    padding-right: 0;
}
input[type="text"]:hover, input[type="file"]:hover, input[type="password"]:hover, select:hover, 
input[type="date"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover{}
button[type="button"]:hover, button[type="reset"]:hover, button[type="submit"]:hover{}
label{margin:0 10px 0 0;}
label[type="hidden"]{display: none;}
label input[type="radio"], label input[type="checkbox"]{margin: -2px 5px 0 0;vertical-align: middle;}
label span{margin: 0 10px 0 0;}
label input[type="checkbox"]:not(old), label input[type="radio"]:not(old) {
    width: 24px;
    margin: 0;
    padding: 0;
    opacity: 0;
}
label input[type="checkbox"]:not(old)+span, label input[type="radio"]:not(old)+span {
    display: inline-block;
    margin-left: -30px;
    padding-left: 28px;
    line-height: 24px;
    background-position: 0 0;
    background-repeat:no-repeat;    
}
label input[type="checkbox"]:not(old):disabled, label input[type="radio"]:not(old):disabled, 
label input[type="checkbox"]:not(old):disabled + span, label input[type="radio"]:not(old):disabled + span{cursor:not-allowed;}
label input[type="checkbox"]:not(old) + span{background-image: url(../images/checks_checkbox.png);}
label input[type="radio"]:not(old) + span{background-image: url(../images/checks_radio.png);}
label input[type="checkbox"]:not(old):checked + span{background-image: url(../images/checks_checkbox_active.png);}
label input[type="radio"]:not(old):checked + span{background-image: url(../images/checks_radio_active.png);}
label input[type="checkbox"]:not(old):disabled + span{background-image: url(../images/checks_checkbox_disable.png);}
label input[type="radio"]:not(old):disabled + span{background-image: url(../images/checks_radio_disable.png);}
label.error{ color:#e60012; padding-left:17px; position:relative; margin:0.125rem 0 0.25rem 0;}
label.error:before{
    content: "\f06a";
    position: absolute;
    left:0;
    top:0;
    font-size: 1.0rem;
    font-family: FontAwesome;
    line-height: 1.0;
    color: #e60012;
}


.rowBlk:after, .nmnsBlk:after, .nmnsBlk .title:after, .nmnsBlk .box:after{
    content: ""; display: block; height: 0; clear: both; visibility: hidden;
}
.rowBlk{ padding: 0 1rem 1rem 1rem;}
.nmnsBlk{}
.nmnsBlk .title{
    margin: 0 0 1rem 0;
    display: block;
    width: 100%;
    padding:5px 10px;
    background: transparent url(../images/bg-title-line.png) repeat-x center center;
    font-size: 2.25em;
    font-weight: bold;
    font-family: Georgia,Times,Times New Roman,serif;
    text-align: center;
}
.nmnsBlk .title span {
    display: inline-block;
    background: #ffffff;
    padding: 0 1.125rem;
    font-family: Georgia,Times,Times New Roman,serif;
    color: #00846f;
}
.nmnsBlk .box{
    margin: 0 0 2rem 0;
}

.btnBlk{
	text-align:center;
	padding:0 0 1rem 0;
	position: relative;
    clear: both;
}
.btnBlk:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.btnBlk .nav{display: inline-block;}
.btnBlk .pagination{padding: 0 0; margin: 0 0; display: flex;}


.modal-content{width: 100%;}
.modal-dialog {
    max-width:70.5%;
    margin: 1.75rem auto 1.75rem auto;
}
.kdBlk .modal-dialog {max-width:1160px;}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal .btn-close{
    display: inline-block;
    padding: 0 0;
    margin: 0 0;
    position: absolute;
    right: -16px;
    top: -16px;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,1) url(../images/icon/icon-close.png) no-repeat center center;
    background-size: 50% 50%;
    border: 2px solid rgba(255,255,255,0);
    border-radius: 32px;
    text-indent: -9999px;
    opacity: .75;
    z-index: 1;
}
.modal .btn-close:hover, .modal .btn-close:focus{ opacity: 1;}
.modal-body {max-height: 85vh; overflow-y: auto;}
.modal iframe, .modal img, .modal video, .modal object, .modal embed{width: 100%;}
.modal video{ margin-bottom: .5rem;}
.modal .video-container{
    padding-top: 0;
    margin-bottom: .5rem;
}
.modal .video-container+p {margin-top: 1rem; height: auto;}


.modal-open{ padding-right: 0 !important;}
.modal-open .modal{ padding-left: 17px;}
.modal-dialog{ z-index: 1060;}
.modal-content{ border-radius: 0;}
.modal-header{ padding: 0 0;}
.modal-header .modal-title{ padding: .75rem 1.25rem;}


@media (min-width: 576px){
.modal-dialog-centered {min-height: calc(100% - (1.75rem * 2));}
}

@media (min-width: 1200px){
.modal-dialog {max-width:62.5%;}
}


@media (max-width: 1366px){
}


@media (max-width: 1200px){
}


@media (max-width: 960px){
.topBlk .wrapper, .mainBlk .wrapper{width: inherit; padding: 0 1rem;}
.mainBlk{padding-top: 1rem;}
.leftCol{margin-right:0; display: none;}
.leftCol, .leftCol+.centerCol{width:100%;float:none;}
.breadCrumbBlk{ display:none;}
.userBlk p, .userBlk li, .containerBlk li{line-height: 2rem;}
.infoBlk .info ul li{margin: 0 .5rem 0 0;}
.infoBlk .info ul li:nth-last-of-type(1){margin: 0 0; }
.infoBlk .info .like-value{width: 70px;}
.nmnsBlk .title{margin: 0 0 .5rem 0;}
.modal-open .modal {padding: 0 17px;}
.modal-dialog {max-width: inherit;}
}



@media (max-width: 768px){
.userBlk iframe {min-height: 30vh;}
}


@media (max-width: 640px){
.infoBlk .share li.fb a:hover:before, .infoBlk .share li.twitter a:hover:before, .infoBlk .share li.line a:hover:before, .infoBlk .share li.print a:hover:before, .infoBlk .share li.rss a:hover:before, .infoBlk .share li.rate .servey:hover:before, 
.fontSize li.sm a:hover:before, .fontSize li.md a:hover:before, .fontSize li.lg a:hover:before, .fontSize li.xl a:hover:before, 
.infoBlk .share li.fb a:focus:before, .infoBlk .share li.twitter a:focus:before, .infoBlk .share li.line a:focus:before, .infoBlk .share li.print a:focus:before, .infoBlk .share li.rss a:focus:before, .infoBlk .share li.rate .servey:focus:before, 
.fontSize li.sm a:focus:before, .fontSize li.md a:focus:before, .fontSize li.lg a:focus:before, .fontSize li.xl a:focus:before{display: none;}
}





@media print {
    .mainBlk{ background:transparent none no-repeat 0 0; border-top: none; }
    .mainBlk .wrapper{padding: 0 0;background:transparent;}
    table {-fs-table-paginate: paginate;}
    thead, tfoot {display: table-row-group;}
    img {page-break-inside: avoid;}
    .modal-open .modal{padding: 0 16px !important;}
    .modal-dialog{margin: 0 0;}
    .modal-body{max-height: 1400px;}
    .userBlk iframe, .video-container iframe{page-break-after: always; border: none; outline: none;}
    .btnBlk .pagination{display: none;}
}