<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&amp;display=swap');
/* This styles the body of the website */
body {
  font: normal 400 16px 'Open Sans', sans-serif;
  margin: 0;
}

body.index {
  color: #111b2a;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* navigation menu links */
a {
  color: #111b2a;
  outline: none;
  text-decoration: underline;
}
/* navigation menus on hover */
a:hover,
a:focus {
  color: #111b2a;
}
/* styling of the logo */
.logo {
  background:url(TorcLogo.jpg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100px;
  width: 400px;
}
/* styling of the elements with &lt;h1&gt; tag */
h1 {
  color: #111b2a;
  font: normal 400 30px sans-serif;
  padding: 0;
}
/* styling of the elements with &lt;h2&gt; tag */
h2 {
  color: #ffffff;
  font: normal 400 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
/* styling of the elements with &lt;h3&gt; tag */
h3 {
  font: normal 700 1.17em/1.27em sans-serif;
  margin: 1em 0;
  padding: 0;
}
/* styling of the elements with &lt;img&gt; tag */
img {
  border: 0;
  display: block;
}
/* styling of the elements with list &lt;ol&gt; unordered list and &lt;ul&gt; ordered list */
ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
/* styling of the elements with &lt;p&gt; paragraph tag */
p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

/* header */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: #ffffff solid 6px;
}
/* webpage header color */
.index header {
  border: none;
  background-color: #111b2a;
}

header&gt;.contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
  background-color: #9b9b9b;
  color: #ffffff;
}


body.index nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 400 22px sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
}

body.index nav a {
  color: #ffffff;
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
}

body.index nav a:hover,
body.index nav a:focus {
  color: #ffffff;
  text-decoration: underline;
}

body.index nav a:last-child,
nav a:last-child {
  border-right: 0px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #111b2a !important;
  color: white !important;
  padding-right: 100px !important;
  font-size: 22px !important;
  border: none !important;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
  position: relative !important;
  display: inline-block !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #111b2a;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: 111b2a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:  111b2a;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* styling of the navigation menu with &lt;nav&gt; tag */
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 400 24px sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
}
/* styling of the &lt;nav&gt; tag links with &lt;a&gt; tag */
nav a {
  color: #111b2a;
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
  border-right: #111b2a solid 2px;
}
/* styling of the &lt;nav&gt; tag links with &lt;a&gt; tag when hovering */
nav a:hover,
nav a:focus {
  color: #111b2a;
  text-decoration: underline;
}

/* faq */
.pageHead {
  background-color: #111b2a;
  height: 100px;
  border-bottom: #818a8f solid 6px;
  padding: 10px 0;
}
/* faq */
.pageHead h2 {
  padding-left: 150px;
  color: #ffffff;
}
/* faq */
.pageHead p {
  color: #ffffff;
  padding-left: 150px;
  margin-top: 8px;
}
/* styling with class button */
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  padding: 10px 25px;
  display: flex;
    align-items: center;
    justify-content: center;
}
/* styling with class button with &lt;a&gt; tag links */
.buttons a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a40202;
  border: #ffffff solid 3px;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding: 25px 30px;
  text-decoration: none;
  width: 22%;
}
/* styling with class button  with &lt;a&gt; tag on hover*/
.buttons a:hover,
.buttons a:focus {
  background-image: none !important;
  padding: 25px 30px;
  text-align: center;
  background-color: #ffffff;
  color: #111b2a;
  border: #111b2a solid 3px;
}
/* styling with class button with &lt;span&gt; tag*/
.buttons span.title {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* content */

.bigWrapper {
  background: url(LandingImg.jpg) no-repeat center -503px;
  background-size: cover;
  min-height: 530px;
  max-height: 530px;
  height: 530px;
  display: block;
}

.banner {
  align-items: flex-end;
  height: 50px;
  width: 1100px;
  font-size: 30px;
  line-height: 27px;
  display: flex;
  margin: -50px auto 130px auto;
  text-align: center;
  justify-content: center;
  color: #fff;
  position: relative;
  /* top: -40%; */
}
/* this section for the heading text */
.banner h1{
  color: #f4f0e0;
  font: normal 900 46px 'Open Sans', sans-serif;
}

/* this section for smaller screens lesser than 1600px*/
@media only screen and (min-width: 1600px) {

  .bigWrapper {
    min-height: 670px;
    max-height: 670px;
    height: 670px;
  }

  .banner {
    margin: 0px auto 200px;
  }
}




main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 140px 0 0px;
}

section {
  /* background: #fff; */
  display: block;
}

section.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 0px;
  background-color: #ffffff;
  border-top: #ffffff solid 6px;
}

.text-index .col-100 {
  margin-top: 50px;
  background-color: #07024b;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
}

.colContainer {
  width: 95%;
  border: #111b2a solid 2px;
  margin: 0 auto;
  display: block;
}

[class^="col-"] {
  /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}
/* this section for the heading text */
#phoneContainer {
  background-color: rgba(255, 255, 255, 0.75);
  border: #818a8f solid 3px;
  border-radius: 10px;
  display: flex;
  margin: 30px auto 0px auto;
  width: 1108px;
  text-align: center;
  color: #0e0446;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.col-75 {
  display: block;
  padding: 10px 25px;
  vertical-align: top;
  width: 75%;
  margin: 0 auto;
}

.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}

.col-50 {
  /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}

.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}

.col-33 h2 {
  color: #111b2a;
  font: normal 600 20px sans-serif;
}

.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}

.col-right h2 {
  color: #333;
}

#epEmergency {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  display: block;
  color: rgb(3, 4, 80);
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* faq */

body.faq .row{
  display: flex;
  justify-content: center;
  align-items: center;
}

body.faq ul li{
  padding-top: 15px;
}

body.faq ul li:first-child{
  padding-top: 0;
}

p.question {
  font-weight: 700;
}

.faq-img1 {
  background: url(faq_img1.png) no-repeat right center;
  background-size: cover;
  min-height: 400px;
  height: 100%;
}


.faq-img2 {
  background: url(faq_img2.png) no-repeat left center;
  background-size: cover;
  min-height: 600px;
  height: 600px;
}


.faq-img3 {
  background: url(faq_img3.png) no-repeat right center;
  background-size: contain;
  min-height: 478px;
  height: 478px;
}

.faq-img4 {
  background: url(faq_img4.png) no-repeat left bottom;
  background-size: contain;
  min-height: 396px;
  height: 396px;
}

.faq-img5 {
  background: url(faq_img5.png) no-repeat left center;
  background-size: contain;
  min-height: 611px;
  height: 611px;
}

.faq-img6 {
  background: url(faq_img6.png) no-repeat right center;
  background-size: contain;
  min-height: 611px;
  height: 611px;
}

/* dp and phone */
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #111b2a;
}

#epPhone {}

select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
/* button */
button,
.submit {
  background: #111b2a;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover,
button:disabled,
button:disabled:focus,
input.submit:disabled,
input.submit:disabled:focus {
  background: #ccc;
  cursor: default;
}

button:hover,
.submit:hover,
button:focus,
.submit:focus {
  color: #fff;
  background: #333;
}

.nowrap {
  white-space: nowrap;
}

/* issues */
#epIssues {
  width: 100%;
}

#epIssues .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category {
  background: #111b2a;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */
footer {
  background-color: #ffffff;
  font-size: 14px;
  padding-bottom: 10px;
}
/* footer table head */
footer th {
  display: none;
}
/* footer table data */
footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 40%;
}

footer .line2 {
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #333
}

footer .line2 a:hover,
footer .line2 a:focus {
  color: #4f2877;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}</pre></body></html>