* {
    margin:0;
    padding:0;
}

html,body,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0;
}

html,body,html {
    height:100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,.show-desktop {
    display:block;
}

.none,.hide-desktop,ul.slimmenu li .sub-collapser > i {
    display:none;
}

.clearfix:after,#container:after,.widget-wrapper:after,.clear {
    clear:both;
}

body {
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased;
    background:#f5f5f5;
    color:#333;
    font-family:arial,sans-serif;
    font-size:14px;
    font-smoothing:antialiased;
    line-height:1.5em;
    text-rendering:optimizeLegibility;
}

ol,ul {
    list-style:none;
}

blockquote,q {
    quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

button,input,select,textarea {
    border: 1px solid #ccc;
    font-size: 100%;
    margin: 0;
    overflow: visible;
    padding: 5px 7px;
    vertical-align: baseline;
    width: 85%;
    font-family: inherit;
}

input[type=checkbox] {
    width: auto;
}

textarea {
    overflow:auto;
    vertical-align:text-top;
    height:100px;
}

a {
    text-decoration:underline;
    color:#0000F1;
}

a:hover{
    text-decoration:none;
}

a:hover,a:visited,a:focus {
    outline:0;
    color:#551B8C;
}

a:visited,a:focus {
    text-decoration:underline;
    color:#0000F1;
}

a.current {
	text-decoration: none;
	font-weight: bold;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 32px;
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 28px;
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 22px;
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

hr {
background:#ddd;
border:none;
clear:both;
color:#ddd;
float:none;
height:1px;
width:100%;
}

hr.space {
background:#fff;
color:#fff;
}

p {
word-wrap:break-word;
margin:0;
}

i,em,dfn,cite {
font-style:italic;
}

tt,var,pre,kbd,samp,code {
font-family:monospace, serif;
font-style:normal;
}

b,strong {
font-weight:700;
}


.pagination {
  display: inline-block !important;
}

.pagination {
  display: inline-block !important;
  margin-top: 8%;
}

.grid {
    float:left;
    margin-bottom:1.5%;
    padding-top:0;
}

.grid-right {
    float:right;
    margin-bottom:1.5%;
    padding-top:0;
}

.hidden {
    visibility:hidden;
}

.visible {
    visibility:visible;
}

#container {
    clear: both;
    /*margin: 0 auto;*/
    max-width: 1024px;
    padding: 0 20px;
    position: relative;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}

#container.header,
#auth.header {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: max-content;
    padding-left: 20px;
}

header {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: table;
    box-sizing: border-box;
}

#logo {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    width: 201px;
}
#logo img {
    width: 100%;
}
.m {
    display: none;
}
.left {
    float:left;
}

.right {
    float:right;
}

.center {
    text-align:center;
}

.clearfix:after,.clearfix:before,#container:after,#container:before,.widget-wrapper:after,.widget-wrapper:before {
    content:' ';
    display:table;
}

.ie7 .clearfix,.ie7 #container,.ie7 .widget-wrapper {
    zoom:1;
}

#container.body .content-wrapper {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
#container.body .sidebar-left,
#container.body .sidebar-right,
#container.body .content {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
}

#container.body .sidebar-right {
    width: 250px;
}
#container.body .sidebar-left {
    width: 195px;
}

.search-form-and-auth {
    display: inline-table;
    width: 100%;
    box-sizing: border-box;
}

.search-form {
    max-width: 725px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.search-form .search-field {
    width: 99%;
}

.search-form .search-auth {
    text-align: right;
}

.search-form input[type="text"] {
    border-color: #0252a9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset;
    /*float: left;*/
    height: 46px;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.st-login-register-ui {
  border-radius: 18px;
}

.m.search .search-form {
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.m.search .search-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}


.button {
  cursor: pointer;
  font-size: 20px;
  height: 45px;
  width: auto;
  padding: 0 40px;
  text-decoration:none;
}
.box-buttons .primary-button {
  font-size: 12px;
  padding: 0 10px;
}
.primary-button, .primary-button:visited {
  background-color: #3ca3e8;
  border-color: #3ca3e8;
  color: #ffffff;
  font-size: small;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight:bold;
}

.primary-button:hover {
  background-color: #2881C1;
  border-color: #2881C1;
  color: #fff;
  text-decoration:none;
}
p.label {
  color: #2881c1;
  font-size: small;
  font-weight: bold;
  line-height: normal;
}
.space60 {
  clear: both;
  display: block;
  float: left;
  margin: 60px 0;
  width: 100%;
}
.sidebar-left {
  text-align: right;
}
.sidebar-left .primary-button, .sidebar-left .primary-button:visited {
background-color: #56a2dc;
border-color: #56a2dc;
color: #ffffff;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 35px;
line-height: 35px;
margin: 5px 0;
padding: 0 15px;
}
.helplinks {
  float: right;
  line-height: 1.4;
  max-width: 145px;
  margin-top: 30px;
}
.sidebar-left .primary-button:hover, .sidebar-left .primary-button:visited {
background-color: #2881C1;
border-color: #2881C1;
color: #ffffff;
}
.searchrows {
/*float: left;
width: 68%;*/
box-sizing: border-box;
padding-right: 10px;
}
.sidebar-right {
  padding: 10px 0;
  width: 248px;
  box-sizing: border-box;
}

.searchrow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.table {
    display: table;
    box-sizing: border-box;
}

.table.width-100 {
    width: 100%;
}

.table .table-cell {
    display: table-cell;
}

.table .table-cell.vertical-align-middle {
    vertical-align: middle;
}


.search-form .primary-button {
    background-color: #fff;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    /*float: left;*/
    height: 46px;
    margin-left: 0;
    padding: 0;
    text-indent: -9999px;
    width: 46px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
    

.search-form .table-cell.search-button {
    width: max-content;
}

.search-form a.login-button {
    text-decoration: none;
    color: white;
    background: #3ca3e8;
    padding: 14px;
    border-radius: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    width: 40px;
    padding-bottom: 12px;
    cursor: pointer;
}

.searchrow.internal_old {
	background-color: #EDF7FF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.searchrow.internal {
  background-color: #f9f9fb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 16px 24px; /* 24px left/right padding */
  margin-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.searchrow h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
.searchinfo {
    clear: both;
    color: #545454;
    display: block;
    font-size: small;
    line-height: 18px;
    margin-top:2px;
}
.green-link {
    color: #388b64;
    text-decoration: none;
}
.searchinfo li {
    display: inline-block;
    margin-right: 1px;
}
.searchrow {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.pagination .button.small-button {
    background-color: #56a2dc;
    border-color: #56a2dc;
    font-size: small;
    font-weight: bold;
}
.pagination .button.small-button:hover {
    background-color: #2881C1;
    border-color:#2881C1;
}
.blue-box {
    background-color: #cae1f1;
    display: block;
    float: left;
    font-size: small;
    line-height: 1.4;
    margin: 10px 0 0;
    padding: 20px;
}
.blue-box p.label {
    font-weight: normal;
    margin: 5px 0;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.stext {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.stext .primary-button {
    display: block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 20px auto;
    padding: 0;
    width: 70px;
}
.pagination li {
    display: inline-block;
    margin: 4px;
}
.button.small-button {
    border-radius: 5px;
    float: none;
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 6px 8px;
}
.footer {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer li {
    display: inline-block;
    margin: 1px;
}
.copyright {
     margin-top: 20px;
}

.box-buttons .primary-button {
    font-size: 12px;
    padding: 0 10px;
}





.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.ui-widget-content {
	background-color: #c7edfc;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #a8d6e5;
	color: #000;
	border: 1px solid #a8d6e5;
}

.content .video {
    margin-bottom: 15px;
    height: 420px;
    text-align: center;
}

.sidebar-right .adv{
  background-color: rgba(255, 255, 255, 0.5);
  /* width: calc(100% - calc(4.8rem * 2)); */
  width: 200px;
  padding: 1rem;
  box-sizing: border-box;
  /* margin-bottom: 2.2rem; */
  display: flex;
  flex-direction: column;
  border-radius: 1.7rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  transform: translateY(-1rem);
  backdrop-filter: blur(1.5rem);
}

.sidebar-right .adv img {
    max-width: 100%;
    height: auto;
}

.sidebar-right .adv .img-icon {
    max-width: 60px;
}

/* Chat GPT */
.ChatGptRes {
    background-color: #FFFFFF;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #00000052;
    display: none;
    box-sizing: border-box;
    margin-top: 0px;
}

.conversationStyles {
    display: table;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}

.conversationStyles .actions,
.conversationStyles .conversationBtn {
    display: table-cell;
    float: none;
}

.conversationStyles .actions {
    text-align: right;
}

.conversationStyles .actions img {
    width: 22%;
    box-sizing: border-box;
}

.conversationStyles .conversationBtn img {
    width: 30%;
    box-sizing: border-box;
}

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

/* Responsive Media */
@media (max-width:1000px){
}

@media (max-width:980px){
    header {
        margin: 0 0 40px;
        padding-top: 20px;
	}

	header .m.sidebar-left {
		display: none;
	}

    #container {
        padding: 0px 10px;
    }
	#container.body .sidebar-left {
	  display: none;
	}
	.m.sidebar-left {
        display: block;
        float: none;
        margin: 20px auto 30px;
        text-align: center;
        width: 50%;
	}
	.blue-box {
        float: left;
        padding: 20px 0;
        width: 100%;
	}
	.m .helplinks {
	    margin-top: 20px;
	}
	.m.sidebar-left p.label {
        display: inline-block;
        float: none;
        margin-right: 5px;
	}
	.helplinks {
        clear: both;
        float: none;
        margin: auto;
        max-width: 100%;
        text-align: center;
	}
	.content {
	  width: 100%;
	}
	.mbshadow {
	  border-top: 1px solid #ccc;
	  float: left;
	  position: absolute;
	  top: 25%;
	  width: 100%;
	}
	.pagination {
	  clear: both;
	  text-align: center;
	}
	.footer {
	  text-align: center;
	}
	.adv {
	  /*display: none;*/
	  margin: 0 auto;
	  text-align: center;
	}

    .sidebar-right .adv{
        background-color: rgba(255, 255, 255, 0.5);
        /* width: calc(100% - calc(4.8rem * 2)); */
        max-width: 480px;
        padding: 1rem;
        /* margin-bottom: 2.2rem; */
        display: flex;
        flex-direction: column;
        border-radius: 1.7rem;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
        transform: translateY(-1rem);
        backdrop-filter: blur(1.5rem);
    }
	.m.search {
	  clear: both;
	  margin-top: 30px;
      margin-bottom: 30px;
	  width: 100%;
	  display: block;
      box-sizing: border-box;
	}
	.box-content {
	  margin: 0 auto;
	  max-width: 50%;
	}
	.stext {
	  display: none;
	}

    .content .video {
        height: 420px;
    }
}

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

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

@media (max-width:650px){
    .search-form {
        width: 100%;
        max-width: none;
    }

    .search-form input[type="text"] {
      /*width: 60%;*/
    }

    .m.search .search-form input[type="text"] {
        /*width: 75%;*/
    }

    .m.sidebar-left {
      /*width: 60%;*/
    }

    .content .video {
        height: 340px;
    }

    #logo img {
        width: 70%;
    }

    #logo, #container {
        display: block;
        width: auto;
    }

    #logo {
        text-align: center;
        margin-bottom: 10px;
    }

    #container.header {
        display: block;
        padding: 0px;
        width: 100%;
    }

    .search-form {
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 480px){

  .st-login-register-ui {
    width: 315px !important;
    left: 53% !important;
  }

  .st-login-register-close {
    left:44% !important;
  }

  .st-login-register-ui input[type=text],
  .st-login-register-ui input[type=password] {
    width: 258px !important;
  }

  st-privacy-policy-wrapper button,
  .st-login-register-ui input[type=submit] {
    border-radius: 10px;
  }

  #container.header {
    padding: 0px;
    width: 100%;
  }
    .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .m.sidebar-left {
      /*width: 75%;*/
    }
    .box-content {
       max-width: 60%;
    }

    .content .video {
        height: 300px;
    }
}

@media (max-width:414px){
  #container.header {
    padding: 0px;
    width: 100%;
  }

    .search-form {
    }
    .search-form input[type="text"] {
       /*width: 60%;*/
    }
    .m.sidebar-left {
      width: 90%;
    }
    .m.search-form input[type="text"], .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .content .video {
        height: 240px;
    }

    .conversationStyles {
        display: block;
    }

    .conversationStyles .conversationBtn,
    .conversationStyles .actions {
        display: block;
        text-align: left;
    }
}

@media (max-width:375px){
    .search-form input[type="text"] {
       /*width: 80%;*/
    }
    .m.search-form input[type="text"], .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .content .video {
        height: 200px;
    }
}

@media (max-width:360px){
    .m.search-form input[type="text"], .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .m.sidebar-left {
      width: 90%;
    }
    .searchrows {
      padding: 0 20px;
    }
    .m.sidebar-left p.label {
      display: block;
    }
}


@media only screen and (max-width:480px){
    #container.body .content, #container.body .sidebar-right{
        width:100%;  
        float:left;
    }

    .sidebar-right .adv {
        width: 100%;
    }
}


@media only screen and (max-width:480px){
#ui-id-1{
    width:277px !important;
}
.searchrow{
   width: 100%;
}
}

@media only screen and (max-width:375px){
#ui-id-1{
    width:250px !important;
}
}

@media only screen and (max-width:360px){
#ui-id-1{
    width:238px !important;
}
}

@media only screen and (max-width:360px){
#ui-id-1{
    width:215px !important;
}
}


@media only screen and (max-width:480px){
  #container { width:100%; }
    .searchrow{
	   width: 100%;
        /*padding-right: 10%;*/
	}
	.searchrow h3{
		font-size: 18px;
	}
	.green-link{
		font-size: 14px;
	}
	.site-desc p{
		font-size: 14px;
	}
	.searchrow h3 a{
		line-height: 22px;
	}
  }
  
  @media only screen and (max-width:414px){
  /*#container { width:414px; }*/
  }
  
  @media only screen and (max-width:390px){
  /*#container { width:390px; }*/
  }
  
  @media only screen and (max-width:375px){
  /*#container { width:375px; }*/
  }
  
  @media only screen and (max-width:360px){
  /*#container { width:360px; }*/
  }
  
  @media only screen and (max-width:320px){
  /*#container { width:320px; }*/
  }
