@media (max-width:1023px) {
.no-tablet {
display: none;
}
} @media (max-width:767px) {
.no-phone {
display: none;
}
}
.head{ border-bottom:5px solid #004A98; padding:15px 0px;}
.head .logo{ color:#004A98; font-size:35px; font-weight:bold; text-transform:uppercase;}
.intro{ padding:30px 0px; margin-top:90px; }
.intro_left{ padding-left:0px;}
.intro .intro_left h3{ font-weight:600; font-size:25px; color:#004A98;;}
.intro .intro_left ul {
padding: 0px;
margin: 0px 15px;
}
.intro .intro_left ul li{ padding:2px 0px; color:#ADADAD;}
.intro .intro_rit{text-align:right;}
.intro .intro_rit a{ display:inline-block; background:#004A98; text-decoration:none; border-radius:5px; padding:10px 20px; color:#fff; transition: all 0.6s;}
.intro .intro_rit a:hover{ background:#B7B7B7; color:#fff;}
.table_row {
background: #ddd;
padding: 50px 0px 20px 0px;
}
#customers {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers th {
border: 1px solid rgba(108, 108, 108, 0.4);
padding: 8px;
color: #636363;
}
#customers td{
border: 1px solid rgba(108, 108, 108, 0.4);
color: #636363;
}
#customers td a{ text-decoration:none; padding:8px 8px; display:block; transition: all 0.6s;}
#customers td a span{ margin-left:8px;}
#customers td a:hover {
color:#1a1a1a;
} #customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #004A98;
color: white;
}
#lesson .intro .intro_rit {
text-align: left;
margin-top: 20px;
}
#lesson .intro .intro_left h3 {
font-weight:600;
font-size: 25px;
color: #004A98;
}
#lesson .intro .intro_left ul {
padding: 0px 0px 15px 15px;
}
#lesson .intro .intro_left{
padding:0px;
}
#lesson .intro .intro_left h2 {
font-size: 24px;
text-transform: uppercase;
color: #004a98;
font-weight: 600;
}
#lesson .intro .intro_lesson1 h3 {
font-weight: 600;
font-size: 25px;
color: #004A98;
text-transform: lowercase;
}
#lesson .intro_lesson1 ul {
padding: 0px 0px 0px 15px;
margin: 0px;
}
#lesson  .intro_lesson1 ul li a{ text-decoration:none; color:#f00;}
.exam_row1 {
padding: 50px 0px 15px 0px;
}
.exam_row1 h2{ font-weight:600; font-size:22px; color:#f00;}
.exam_row1 h2 {
font-weight: 600;
font-size: 26px;
color: #004A98;
border-bottom: 3px solid #004a98;
padding-bottom: 10px;
}
.exam_row1 h3 {
font-size: 22px;
color: #004a98;
font-weight: 600;
margin-top: 25px;
margin-bottom: 0px;
}
.question [type="radio"]:checked,
.question [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.question [type="radio"]:checked + label,
.question [type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
font-size: 15px;
margin-bottom:0px;
}
.question [type="radio"]:checked + label::before, .question [type="radio"]:not(:checked) + label::before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 17px;
height: 17px;
border: 1px solid #c2c2c2;
border-radius: 100%;
background: #fff;
}
.question [type="radio"]:checked + label::after, .question [type="radio"]:not(:checked) + label::after {
content: '';
width: 9px;
height: 9px;
background: #004AA3;
position: absolute;
top: 6px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.question [type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.question [type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.question {
float: left;
width: 100%;
margin-bottom: 10px;
}
.question .que_row1{
width: 100%;
float: left;
}
.question .que_row1 p:not(.full){ width:50%; float:left; margin:10px 0px;}
.question .que_row1 strong {
font-weight: normal;
color: #004a98;
}
.question .que_row1 p.full {
overflow: hidden;
float: none;
width: 100%;
}  
.question .que_row1 form{ max-width:500px;}
.exm_btn {
float: left;
margin: 10px 0px;
padding-bottom: 30px;
}
.exm_btn a {
display: inline-block;
background: #004A98;
text-decoration: none;
border-radius:5px;
padding: 10px 20px;
color: #fff;
transition: all 0.6s;
text-transform:capitalize;
}
.exm_btn a:hover {
background: #B7B7B7;
color: #fff;
}
.video_main{
padding:25px 0px 0px 0px;
}
.vdo_main_rit h3 {
font-size: 20px;
color: #004a98;
font-weight: 600;
margin: 0px 0px 5px 0px;
}
.vdo_main_rit span {
color: #f00;
display: block;
margin-bottom: 10px;
}
.vdo_main_left h3{ font-size:20px;
color: #004a98;
font-weight: 600;
margin: 0px 0px 5px 0px;}
.vdo_main_left p {
margin: 0px;
line-height: 26px;
}
.vdo_main_rit a {
display: inline-block;
background: #004A98;
text-decoration: none;
border-radius:5px;
padding:7px 20px;
color: #fff;
transition: all 0.6s;
text-transform: capitalize;
}
.vdo_main_rit a:hover {
background: #B7B7B7;
color: #fff;
}
.vdo_section{ padding:20px 0px;}
.vdo_section video {
width: 100%;
min-height: 300px;
margin-bottom: 30px;
}
.vdo_section span a {
display: inline-block;
background: #004A98;
text-decoration: none;
border-radius: 5px;
padding: 7px 20px;
color: #fff;
transition: all 0.6s;
text-transform: capitalize;
cursor: pointer;
margin-top: 25px;
}
.vdo_section span a:hover {
background: #B7B7B7;
color: #fff;
}
@media screen and (min-width:1199px) {
.table_row { height:100vh;}
}
@media screen and (max-width:1199px) {
.table_row { height:100vh;}}
@media screen and (max-width:991px) {
.table_row { height:100%;}
}
@media screen and (max-width:768px) {
.intro .intro_rit {
text-align: center;
margin-top: 15px;
}
#lesson .intro .intro_left,
.intro_lesson1,
#lesson .intro .intro_rit {
text-align: center;
}
.intro_left {
text-align: center;
}
.intro {
padding: 20px 0px;
}
.exam_row1,
.head .logo{
text-align: center;
}
.exm_btn{
text-align: center;
width: 100%;
}
.vdo_main_left {
text-align: center;
}
.vdo_section {
padding:30px 0px 50px 0px;
}
.vdo_section {
text-align: center;
}
.vdo_main_rit {
text-align: center;
margin-bottom: 50px;
}
}
@media screen and (max-width:480px) {
.head .logo {
font-size: 28px;
line-height: 30px;
}
.table_row {
padding: 30px 0px 20px 0px;
}
.exam_row1 {
padding: 30px 0px 15px 0px;
}
}
@media screen and (max-width:320px) {}
header#header:not(.stuck) {
margin-top: 0;
top: 32px;
}
.intro_lesson1 ul {
margin-left: 0px;
list-style-type: none;
}
.intro_lesson1 ul li {
padding: 15px 0;
}
.intro_lesson1 ul li a {
padding:10px;
background-color:red;
}
.intro_lesson1 ul li a {
padding: 6px 0px;
background-color: #004a98;
color: white;
text-align: center;
display: block;
max-width: 100px;
border-radius: 3px;
text-transform: uppercase;
border: 1px solid #004a98;
}
.intro_lesson1 ul li a:hover {
background: #fff;
color: #222;
font-weight: bold;
}
.question label.error {
color: #fff;
background: #de2020;
width: 100%;
padding: 5px 10px;
text-transform: uppercase;
border-radius: 5px;
} .lds-grid {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-grid div {
position: absolute;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
top: 6px;
left: 6px;
animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
top: 6px;
left: 26px;
animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
top: 6px;
left: 45px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
top: 26px;
left: 6px;
animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
top: 26px;
left: 26px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
top: 26px;
left: 45px;
animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
top: 45px;
left: 6px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
top: 45px;
left: 26px;
animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
top: 45px;
left: 45px;
animation-delay: -1.6s;
}
@keyframes lds-grid {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
.mloader {
background: rgba(0,0,0,0.8);
position: fixed;
width: 100%;
height: 100%;
top: 0;
align-items: center;
align-self: center;
justify-content: center;
z-index: 9999;
}
.mloader:not(.active) {
display:none;
}
.mloader.active {
display: flex;
}
.cert_left_text {
position: absolute;
left: 110px;
top: 0px;
color: #fff;
transform: rotate(90deg);
font-size: 80px;
padding-top: 625px;
font-weight: 500;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
letter-spacing: 4px;
}
.cert_left img{ height:800px; position:absolute; top:0px; left:0px; width:60px;}
.cert_rit img{ height:800px;  right:0px; top:0px; position:absolute;}
.logo{ float:left; width:100%; margin-top:30px; padding-left:20px;}
.logo img{ max-width:250px;}
.main_form{ padding:40px 50px 0px 20px; max-width:900px; float:left; width:100%; font-family: 'Oswald', sans-serif; margin-bottom:30px;}
.main_form h2{ text-transform:uppercase; color:#000; font-size:60px;}
.main_form strong{ display:block; font-size:20px; padding:25px 0px; font-weight:normal; color:#555; text-transform:uppercase;}
.main_form span{ display:block; color:#0055a4; text-transform:capitalize; border-bottom:1px solid #ccc;}
.foot{ float:left; width:100%; max-width:900px; margin-top:50px; font-family: 'Oswald', sans-serif; padding:0px;}
.foot span:not(.notbor) {
border-bottom: 1px solid #ccc;
display: block;
padding: 5px 0px;
color: #555; margin-top:40px; text-transform:uppercase;
font-size:12px;
}
span.notbor {
display: block;
padding: 5px 0px;
color: #555;
text-transform: uppercase;
font-size: 12px;
}
img.img-sign {
height: 60px;
width: auto;
}
.foot .row {
display: flex;
align-items: center;
} 
.foot strong{ display:block; text-align:center;}
.creat_page_mid{ max-width:820px; margin:0 0 0 100px;}
.certi_btn {
margin: 25px 0;
width: 100%;
z-index: 999;
text-align: right;
}
section#downLoad {
border-bottom: 1px solid #eee;
}
.certi_btn a{
padding:10px 25px;
font-size:16px;
background:#0c5c99;
color:#fff !important;
border-radius:30px;
text-decoration:none;
display:inline-block;
font-weight:bold;
transition:all 0.6s;
cursor:pointer;
}
.certi_btn a:hover{ background:#003359;}
@media screen and (min-width:1300px) {
.cert_left img,.cert_rit img{ height:100vh}
}
@media screen and (min-width:1200px) {
.cert_left img,.cert_rit img{ height:1000px;}
}.ewd-ufaq-hidden {
display:none;
}
.ufaq-faq-category-title-toggle {
cursor: pointer;
}
.ufaq-faq-category-body-hidden {
display: none;
}
.ewd-ufaq-clear {
clear:both;
}
.ewd-ufaq-post-margin{
text-decoration: none;
}
.ewd-ufaq-post-margin-symbol{
text-decoration: none;
}
.ufaq-permalink {
margin: 24px 0;
}
.ufaq-permalink-image {
background: url(//mircom.com/wp-content/plugins/ultimate-faqs/images/insert_link.png);
height: 21px;
width: 30px;
margin-top: -32px;
margin-left: 112px;
}
.ewd-ufaq-author-date {
}
.ewd-ufaq-author {
font-weight: 600;
}
.ewd-ufaq-date {
font-weight: 600;
}
.ufaq-faq-categories, .ufaq-faq-tags{
}
.ufaq {} .ufaq-faq-category-title {
width: 100%;
clear: both;
}
.ufaq-faq-category{
margin-bottom: 20px;
}
.ufaq-faq-category-inner {
margin-bottom: 48px;
}
.ufaq-faq-body {
padding:10px 25px;
padding-left: 55px;
}
.ufaq-faq-search{
margin:5px 0 !important;
}
.ufaq-search-highlight {
background: #f7ff00;
}
.ewd-otp-field-label{
width: auto !important;
}
.ufaq-text-input {
border-radius: 0 !important;
margin:15px !important;
}
.ewd-ufaq-submit{
border-radius: 0 !important;
}
.ufaq-faq-header{
margin:10px;
}
.ufaq-faq-header a:hover{
text-decoration: none;
}
.ewd-ufaq-post-margin-symbol{
display: inline-block;
float: left;
text-align: center; width: auto;
height: auto;
margin-right: 15px;
padding: 2px 0px 0px 2px;
line-height: 1;
}
.ewd-ufaq-post-margin-symbol span{
display: inline-block;
font-size: 30px;
margin:0 auto;
}
.ufaq-faq-title-text {
float:left;
width: 90%;
}
.ufaq-faq-title h1,
.ufaq-faq-title h2,
.ufaq-faq-title h3,
.ufaq-faq-title h4,
.ufaq-faq-title h5,
.ufaq-faq-title h6 {
display:inline-block;
margin:5px !important;
}
.ufaq-custom-field-label, .ufaq-custom-field-value {
position: relative;
float: left;
margin-top: 14px;
}
.ufaq-custom-field-label {
font-weight: normal;
}
.ufaq-faq-body .comment-respond {
margin-top: 24px;
}
.ufaq-faq-body li.comment {
list-style-type: none;
}
.ufaq-faq-body textarea {
clear: both;
display: block;
position: relative;
width: 35%;
height: 100px;
}
.ufaq-faq-body .comment-form-comment label {
clear: both;
display: block;
position: relative;
width: 100%;
}
.ufaq-faq-body .submit {
width: auto;
background: transparent;
cursor: pointer;
color: #111;
margin-bottom: 20px;
}
.ufaq-faq-body .submit:hover {
background: #111;
color: #fff;
}
.ufaq-faq-body .comment-author img {
margin-right: 8px;
}
.ufaq-faq-body .comment-body p {
margin: 10px 0;
margin-top: 10px !important;
}
.ufaq-faq-body .reply {
text-transform: uppercase;
}
.ufaq-faq-body .ufaq-back-to-top-link {
cursor: pointer;
}
.ewd-ufaq-ratings {
padding: 14px 0 0;
}
.ewd-ufaq-down-vote {
background-position: 0px 8px !important;
height: 50px !important;
} .ewd-ufaq-bottom {
clear: both;
}
.ewd-ufaq-previous-faqs h4 {
float: left;
padding-left: 12px;
cursor: pointer;
font-weight: 600;
}
.ewd-ufaq-next-faqs h4 {
float: right;
padding-right: 12px;
cursor: pointer;
font-weight: 600;
}
.ewd-ufaq-load-more h4 {
text-align: center;
cursor: pointer;
font-weight: 600;
} .ufaq-faq-div.ufaq-faq-column-count-Two {
width: 48%;
margin-right: 2%;
float: left;
clear: none;
}
.ufaq-faq-div.ufaq-faq-column-count-Three {
width: 31%;
margin-right: 2%;
float: left;
clear: none;
}
.ufaq-faq-div.ufaq-faq-column-count-Four {
width: 23%;
margin-right: 2%;
float: left;
clear: none;
}
@media only screen and (max-width: 960px) {
.ufaq-faq-div.ufaq-faq-column-count-Three.ufaq-faq-responsive-columns-Yes,
.ufaq-faq-div.ufaq-faq-column-count-Four.ufaq-faq-responsive-columns-Yes {
width: 48%;
margin-right: 2%;
}
}
@media only screen and (max-width: 520px) {
.ufaq-faq-div.ufaq-faq-column-count-Two.ufaq-faq-responsive-columns-Yes,
.ufaq-faq-div.ufaq-faq-column-count-Three.ufaq-faq-responsive-columns-Yes,
.ufaq-faq-div.ufaq-faq-column-count-Four.ufaq-faq-responsive-columns-Yes {
width: 100%;
margin-right: none;
}
} .ufaq-faq-display-style-Color_Block .ewd-ufaq-post-margin-symbol {
background-color: #1188cc;
color: #ffffff;
}
.ewd-ufaq-Circle {
border-radius: 18px;
}
.ewd-ufaq-Square {
border-radius: 0px;
} .ufaq-faq-div {
margin: 2px 0;
padding:2px 0;
clear: both;
}
.ufaq-faq-toggle:hover, .ufaq-faq-toggle a:hover{
cursor: pointer;
cursor: hand;
text-decoration: none;
}
.ufaq-faq-title{
}
.ufaq-faq-display-style-Block a, .ufaq-faq-display-style-Block a:visited, .ufaq-faq-display-style-Block a:active{
text-decoration: none;
}
.ufaq-faq-display-style-Block:hover,
.ufaq-faq-display-style-Block:hover a,
.ufaq-faq-display-style-Block:hover h1,
.ufaq-faq-display-style-Block:hover h2,
.ufaq-faq-display-style-Block:hover h3,
.ufaq-faq-display-style-Block:hover h4,
.ufaq-faq-display-style-Block:hover h5,
.ufaq-faq-display-style-Block:hover h6 {
text-decoration: none !important;
color:#fff !important;
background: #1188cc;
}
.ufaq-faq-display-style-Block.ewd-ufaq-post-active, .ufaq-faq-display-style-Block.ewd-ufaq-post-active a{
color:#fff !important;
background: #1188cc;
} .ufaq-faq-header-title a{
display: inline-block;
} .ufaq-faq-display-style-Minimalist {
border-bottom: 1px solid #aaa;
padding: 8px 0;
}
.ufaq-faq-display-style-Minimalist .ewd-ufaq-post-margin-symbol {
float: right;
height: auto;
}
.ufaq-faq-display-style-Minimalist .ewd-ufaq-post-margin-symbol span {
font-size: 22px;
}
.ufaq-faq-display-style-Minimalist .ufaq-faq-body {
padding: 20px 25px 10px;
padding-left: 40px;
}
.ufaq-faq-display-style-Minimalist .ufaq-faq-tags, .ufaq-faq-display-style-Minimalist .ufaq-social-links {
margin-top: 4px;
}
.ufaq-faq-display-style-Minimalist .ufaq-social-links ul {
float: left;
margin-bottom: 14px;
position: relative;
width: auto;
}
.ufaq-faq-display-style-Minimalist .ufaq-permalink {
margin: 24px 0;
}
.ufaq-faq-display-style-Minimalist .ufaq-permalink-image {
margin-top: -32px;
margin-left: 112px;
}
.ufaq-faq-display-style-Minimalist .ewd-ufaq-author-date {
margin-bottom: 14px;
}
.ufaq-faq-display-style-Minimalist .ufaq-faq-categories {
margin: 14px 0;
} .ufaq-faq-div {
margin: 2px 0;
padding:2px 0;
clear: both;
}
.ufaq-faq-toggle:hover, .ufaq-faq-toggle a:hover{
cursor: pointer;
cursor: hand;
text-decoration: none;
}
.ufaq-faq-title{
}
.ufaq-faq-display-style-Border_Block a, .ufaq-faq-display-style-Border_Block a:visited, .ufaq-faq-display-style-Border_Block a:active{
text-decoration: none;
}
.ufaq-faq-display-style-Border_Block:hover,
.ufaq-faq-display-style-Border_Block:hover a,
.ufaq-faq-display-style-Border_Block:hover h1,
.ufaq-faq-display-style-Border_Block:hover h2,
.ufaq-faq-display-style-Border_Block:hover h3,
.ufaq-faq-display-style-Border_Block:hover h4,
.ufaq-faq-display-style-Border_Block:hover h5,
.ufaq-faq-display-style-Border_Block:hover h6 {
text-decoration: none !important;
color:#fff !important;
background: #1188cc;
}
.ufaq-faq-display-style-Border_Block.ewd-ufaq-post-active, .ufaq-faq-display-style-Border_Block.ewd-ufaq-post-active a{
color:#fff !important;
background: #1188cc;
}
.ufaq-faq-display-style-Border_Block .ufaq-faq-body {
color:#555 !important;
background: #fff;
border: 3px solid #1188cc;
border-bottom: 2px solid #1188cc;
}
.ufaq-faq-display-style-Border_Block .ufaq-faq-body a {
color:#000 !important;
background: transparent;
}
.ufaq-faq-display-style-Border_Block .ufaq-faq-tags, .ufaq-faq-display-style-Border_Block .ufaq-social-links {
margin-top: 4px;
}
.ufaq-faq-display-style-Border_Block .ufaq-social-links ul {
float: left;
margin-bottom: 14px;
position: relative;
width: auto;
}
.ufaq-faq-display-style-Border_Block .ufaq-permalink {
margin: 24px 0;
}
.ufaq-faq-display-style-Border_Block .ufaq-permalink-image {
margin-top: -32px;
margin-left: 112px;
}
.ufaq-faq-display-style-Border_Block .ewd-ufaq-author-date {
margin-bottom: 14px;
}
.ufaq-faq-display-style-Border_Block .ufaq-faq-categories {
margin: 14px 0;
}
.ufaq-faq-display-style-Border_Block.ewd-ufaq-post-active .ufaq-faq-title-text {
color: #fff !important;
}
.ufaq-faq-display-style-Border_Block .comment-reply-title {
background: transparent !important;
color: #000 !important;
}
.ufaq-faq-display-style-Border_Block:hover .comment-reply-title {
color: #000 !important;
} .ufaq-faq-display-style-Contemporary {
border-bottom: 1px solid #ccc;
padding: 0;
margin: 0;
}
.ufaq-faq-display-style-Contemporary:first-of-type {
border-top: 1px solid #ccc;
}
.ufaq-faq-display-style-Contemporary .ufaq-faq-title {
background: #f7f7f7;
padding: 8px 0 8px 4px;
}
.ufaq-faq-display-style-Contemporary .ewd-ufaq-post-margin-symbol {
float: right;
height: auto;
}
.ufaq-faq-display-style-Contemporary .ufaq-faq-body {
padding: 20px 25px 10px;
padding-left: 40px;
}
.ufaq-faq-display-style-Contemporary .ufaq-faq-tags, .ufaq-faq-display-style-Contemporary .ufaq-social-links {
margin-top: 4px;
}
.ufaq-faq-display-style-Contemporary .ufaq-social-links ul {
float: left;
margin-bottom: 14px;
position: relative;
width: auto;
}
.ufaq-faq-display-style-Contemporary .ufaq-permalink {
margin-left: 0;
margin-bottom: 10px;
}
.ufaq-faq-display-style-Contemporary .ufaq-back-to-top {
margin-bottom: 14px;
}
.ufaq-social-links-label {
float: left;
margin-right: 8px;
position: relative;
top: 3px;
} .ewd-ufaq-rating-button {
height: 48px;
padding-left: 52px;
margin-right: 12px;
line-height: 48px;
float: left;
font-weight: 600;
cursor: pointer;
}
.ewd-ufaq-up-vote {
background: url(//mircom.com/wp-content/plugins/ultimate-faqs/images/Thumbs-up-icon.png);
background-repeat: no-repeat;
}
.ewd-ufaq-down-vote {
background: url(//mircom.com/wp-content/plugins/ultimate-faqs/images/Thumbs-down-icon.png);
background-repeat: no-repeat;
} .ewd-ufaq-expand-all,
.ewd-ufaq-collapse-all {
text-decoration: none;
cursor: pointer;
font-size: 0.9em;
} @font-face { font-family: 'ewd-toggle-icon';
src: url(//mircom.com/wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.eot);
src: url(//mircom.com/wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.woff2) format('woff2'),
url(//mircom.com/wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.woff) format('woff'),
url(//mircom.com/wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.ttf) format("truetype"),
url(//mircom.com/wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.svg#ewd-toggle-icon) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ufaq-post-margin-symbol,
.ewd-ufaq-toggle-all-symbol {
font-family: 'ewd-toggle-icon';
} .ewd-ufaq-question-update{
font-size: 1.2em;
margin-bottom: 20px;
}
.ewd-ufaq-question-form .form-field {
margin-bottom: 20px;
}
.rrssb-buttons li a .rrssb-text {
color: #fff;
margin-left: 5px;
}
.ufaq-social-links .rrssb-buttons li {
margin-bottom: 5px;
}
.ufaq-permalink{
clear: both;
}
@media only screen and (max-width: 810px) {
.ufaq-faq-title-text {
width: 80%;
}
} .ewd-ufaq-previous-faqs, .ewd-ufaq-next-faqs {
margin-top: 16px;
}
.ewd-ufaq-previous-faqs {
float: left;
}
.ewd-ufaq-next-faqs {
float: right;
}.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#517fa4}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#406582}.rrssb-buttons li.rrssb-delicious a{background-color:#0B79E5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;font-size:11px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg path,.rrssb-buttons li a .rrssb-icon svg polygon{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li:first-child:nth-last-child(1) a{font-size:20px;font-size:4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(2) a,.rrssb-buttons.large-format li:first-child:nth-last-child(2)~li a{font-size:16px;font-size:2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(3) a,.rrssb-buttons.large-format li:first-child:nth-last-child(3)~li a{font-size:14px;font-size:1.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(4) a,.rrssb-buttons.large-format li:first-child:nth-last-child(4)~li a{font-size:13px;font-size:1.4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(5) a,.rrssb-buttons.large-format li:first-child:nth-last-child(5)~li a{font-size:13px;font-size:1.2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(6) a,.rrssb-buttons.large-format li:first-child:nth-last-child(6)~li a{font-size:12px;font-size:1.05vw}.rrssb-buttons.large-format li:first-child:nth-last-child(7) a,.rrssb-buttons.large-format li:first-child:nth-last-child(7)~li a{font-size:11px;font-size:.9vw}.rrssb-buttons.large-format li:first-child:nth-last-child(8) a,.rrssb-buttons.large-format li:first-child:nth-last-child(8)~li a{font-size:11px;font-size:.8vw}.rrssb-buttons.large-format li:first-child:nth-last-child(9) a,.rrssb-buttons.large-format li:first-child:nth-last-child(9)~li a{font-size:11px;font-size:.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(10) a,.rrssb-buttons.large-format li:first-child:nth-last-child(10)~li a{font-size:11px;font-size:.6vw}.rrssb-buttons.large-format li:first-child:nth-last-child(11) a,.rrssb-buttons.large-format li:first-child:nth-last-child(11)~li a{font-size:11px;font-size:.5vw}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon{fill:#517fa4}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2f4a60}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg polygon{fill:#0B79E5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg polygon{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg polygon{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#993d00}